summaryrefslogtreecommitdiffstats
path: root/vcl
Commit message (Expand)AuthorAgeFilesLines
* Argh, *this* is what the compiler tried to tell meTor Lillqvist2014-05-191-2/+2
* Fix 'non-const lvalue reference cannot bind to a temporary'Tor Lillqvist2014-05-191-2/+2
* WaE: passing OUString by value, rather pass by referenceTor Lillqvist2014-05-191-1/+1
* WaE: overriding virtual function declaration not marked 'SAL_OVERRIDE'Tor Lillqvist2014-05-193-27/+27
* vcl emf test: test clip region is correct for problematic filesTomaž Vajngerl2014-05-193-9/+73
* fdo#72590 scale or map only when EMR_EXTSELECTCLIPRGN actionTomaž Vajngerl2014-05-192-25/+22
* vcl wmf: EnhWMFReader more cleanupTomaž Vajngerl2014-05-191-48/+60
* vcl wmf: EnhWMFReader constructor, ReadHeader, cleanupTomaž Vajngerl2014-05-192-53/+66
* vcl wmf: cleanup winmtf.hxxTomaž Vajngerl2014-05-191-103/+122
* vcl: don't build demos for windows at the momentThomas Arnhold2014-05-181-1/+1
* vcl: missing demo filesChris Sherlock2014-05-183-0/+117
* vcl: fix svpclientChris Sherlock2014-05-182-25/+23
* vcl: fix svptestChris Sherlock2014-05-182-7/+13
* vcl: make vcldemo workChris Sherlock2014-05-183-10/+15
* vcl: make svdem called on Application::Abort() instead of exit(1)Chris Sherlock2014-05-181-4/+1
* WaE: overriding virtual function declaration not marked 'SAL_OVERRIDE'Tor Lillqvist2014-05-181-7/+7
* Prefer cppu::UnoType<T>::get() to ::getCppuType((T*)0) part15Julien Nabet2014-05-174-10/+10
* Don't build svdemo for Android and iOS.Andrzej Hunt2014-05-171-1/+1
* avoid segfault when nBrekPos is past the endLionel Elie Mamane2014-05-171-2/+3
* Correct common misspellings, and remove some ASCII art along the way.Chris Laplante2014-05-1711-134/+39
* add missing OpenGL type error stringMarkus Mohrhard2014-05-171-0/+2
* vcl: fixup svdemoChris Sherlock2014-05-173-9/+59
* fdo#78799 - ignore overlayed monitors with co-incident origin.Michael Meeks2014-05-161-4/+3
* coverity#705542 Unintentional integer overflowCaolán McNamara2014-05-161-1/+1
* coverity#1202771 Operands don't affect resultCaolán McNamara2014-05-161-11/+2
* lsan: mpFontCharMap double-add-ref, never releasedCaolán McNamara2014-05-161-2/+2
* vcl wmf test: null terminate streamTomaž Vajngerl2014-05-151-0/+1
* loplugin:unreffunStephan Bergmann2014-05-151-1/+0
* wmf: assume WinOrg/ViewportOrg = (0,0) if they are not providedTomaž Vajngerl2014-05-151-6/+6
* wmf: add SAL_INFOs for interesting things at WMF importTomaž Vajngerl2014-05-152-8/+34
* wmf: test that non-placeable WMF uses correct sizesTomaž Vajngerl2014-05-154-0/+142
* fdo#78603 mixup (Left->Top) in Rectangle constructionTomaž Vajngerl2014-05-151-4/+5
* wmf: put WMFReader constructor out of the header fileTomaž Vajngerl2014-05-152-18/+18
* vcl: problems with WriteWithVersion so remove for nowTomaž Vajngerl2014-05-151-59/+110
* vcl: remove macros in metaact.cxx{hxx}Tomaž Vajngerl2014-05-151-379/+448
* vcl WMF: in non-placable images use SETWINDOW{ORG,EXT} for BoundsTomaž Vajngerl2014-05-151-26/+55
* vcl WMF: some code clean-upTomaž Vajngerl2014-05-152-10/+13
* fdo#70498 work-around scaling in SetClipPathTomaž Vajngerl2014-05-151-8/+8
* WMF: partially revert change as for some documents text is not drawnTomaž Vajngerl2014-05-151-3/+1
* Resolves fdo#70681: fixincludeguards.pl: all that's leftThomas Arnhold2014-05-1511-25/+25
* introduce picking mode in 3D codeMarkus Mohrhard2014-05-151-0/+1
* AOO: #i124823# fix the calculation of leading metrics for CoreTextHerbert Dürr2014-05-151-2/+5
* +sal_Int32 ComboBox::GetEntryPos( const void* pData ) constEike Rathke2014-05-151-0/+8
* Prefer cppu::UnoType<T>::get() to ::getCppuType((T*)0) part12Julien Nabet2014-05-141-1/+1
* loplugin:passsequencebyrefStephan Bergmann2014-05-141-9/+8
* provide the click event to chart2Markus Mohrhard2014-05-141-0/+2
* Find places where uno::Sequence is passed by value.Noel Grandin2014-05-141-1/+1
* cid#705542 Unintentional integer overflowNoel Grandin2014-05-141-2/+2
* Typo: shoud -> shouldJulien Nabet2014-05-131-1/+1
* coverity#1213522 Uncaught exceptionCaolán McNamara2014-05-131-120/+177