summaryrefslogtreecommitdiff
path: root/vcl
AgeCommit message (Expand)AuthorFilesLines
2014-02-27-Werror,-Wunused-variableStephan Bergmann1-1/+0
2014-02-27badCaolán McNamara1-1/+1
2014-02-27coverity#1187685 Dereference null return valueCaolán McNamara1-18/+15
2014-02-27coverity#1187675 Dereference null return valueCaolán McNamara1-10/+4
2014-02-27coverity#1187674 Dereference null return valueCaolán McNamara1-2/+2
2014-02-27coverity#1187660 Dereference after null checkCaolán McNamara1-3/+11
2014-02-27coverity#1187659 Dereference after null checkCaolán McNamara1-0/+22
2014-02-27coverity#1187658 Dereference after null checkCaolán McNamara1-2/+5
2014-02-27coverity#1187640 this code has no effectCaolán McNamara1-1/+0
2014-02-27GetContextMenuDown is always trueCaolán McNamara2-15/+1
2014-02-27callcatcher: update unused codeCaolán McNamara3-344/+0
2014-02-27Removed unnecessary comment decorations and wspace from VCL sourcesChris Sherlock18-1071/+25
2014-02-26cppuhelper: retrofit std::exception into overriding exception specsStephan Bergmann58-629/+629
2014-02-26sal_Bool -> bool fixupStephan Bergmann1-5/+5
2014-02-26Removed unnecessary comment decorations from VCL sourcesChris Sherlock36-1220/+15
2014-02-26fdo#64957: #i124233# prevent the accumulation of rounding errorsHerbert Dürr1-4/+12
2014-02-26Use SAL_OVERRIDE consistently in CTLayoutTor Lillqvist1-14/+12
2014-02-26Restore jpgCaolán McNamara1-0/+0
2014-02-26Remove visual noise from vclAlexander Wilms206-1280/+1246
2014-02-26fdo#39468 Translate German Comments - vcl/source/window/toolbox2.cxxChristian M. Heller1-234/+43
2014-02-26fdo#39468 Translate German Comments - vcl/source/window/floatwin.cxxChristian M. Heller1-63/+17
2014-02-26fdo#39468 Translate German Comments - vcl/source/window/dockwin.cxxChristian M. Heller1-104/+12
2014-02-26Remove implementation details from vcl/settings.hxxTobias Lippert1-68/+2053
2014-02-26Replace deprecated std::auto_ptr with boost::scoped_ptrTakeshi Abe1-3/+2
2014-02-25fdo#39468 Translate German Comments - vcl/source/window/dockmgr.cxxChristian M. Heller1-86/+7
2014-02-25loplugin:literaltoboolconversionStephan Bergmann2-2/+2
2014-02-25Update little-to-big endian GetSwapFloat functionsDouglas Mencken1-2/+5
2014-02-25remove unused code Menu::GetItemAccKeyStrFromPos(unsigned short)Noel Grandin1-10/+0
2014-02-25remove unused code Menu::IsTemporaryItemFromPos(unsigned short)Noel Grandin1-10/+0
2014-02-25callcatcher: update unused codeCaolán McNamara2-51/+0
2014-02-25Add config_libraries.h definitions to get library names easily.Matúš Kukan6-59/+13
2014-02-25Mac vcl: sal_Bool -> bool sequelStephan Bergmann5-40/+40
2014-02-25vcl/osx/sal: SDK 10.5 compatibilityDouglas Mencken4-0/+51
2014-02-24Resolves: #i119006# delay Mac initial event until the app has launchedHerbert Dürr3-27/+28
2014-02-24Resolves: #i123840# prefer NSZero* constants over open coded alternativesHerbert Dürr8-27/+21
2014-02-24sal_Bool arg of SetUseImagesInMenus was abused to squeeze '2' through itCaolán McNamara1-4/+4
2014-02-24warning C4805: '==' : unsafe mix of type 'sal_Bool' and type 'bool'Stephan Bergmann2-2/+2
2014-02-24Replace exisiting TriState, AutoState with more generic TriStateStephan Bergmann5-77/+77
2014-02-23CoreText SDK 10.5 compatibilityDouglas Mencken3-5/+36
2014-02-23Remove unneccessary commentsAlexander Wilms146-3459/+3459
2014-02-23coverity#441533 Dereference after null checkCaolán McNamara1-1/+1
2014-02-23coverity#440750 Dereference after null checkCaolán McNamara1-51/+59
2014-02-22pick a reasonable looking place for a SolarMutexGuard for setting changesCaolán McNamara1-0/+2
2014-02-22'SetSymbolsStyle' : is not a member of 'StyleSettings'. Remove the call.Matúš Kukan1-8/+5
2014-02-22Do not try to use gb_STDLIBS explicitly. It's used by default anyway.Matúš Kukan1-12/+5
2014-02-22C++11'ismStephan Bergmann1-1/+1
2014-02-21c++11ismCaolán McNamara1-1/+1
2014-02-21Adapt vcl to various loplugin warnings on Mac OS XStephan Bergmann28-71/+72
2014-02-21fix mac build, c++11ismsCaolán McNamara1-11/+12
2014-02-21WaE: implicit conversion of literal of type 'const char *' to 'bool'Tor Lillqvist1-1/+1