summaryrefslogtreecommitdiff
path: root/toolkit
AgeCommit message (Expand)AuthorFilesLines
2014-06-01fdo#68849: Add header guards to all include filesJens Carl1-0/+4
2014-05-29fdo#75364 flat style and 3d style were swappedLionel Elie Mamane1-2/+2
2014-05-29remove unnecessary NULL parameter passed to UNO ExceptionNoel Grandin1-2/+2
2014-05-27remove more unnecessary use of OUString constructorNoel Grandin1-2/+1
2014-05-27Remove unnecessary semicolonsPeter Senna Tschudin1-1/+1
2014-05-23Prefer cppu::UnoType<T>::get() to ::getCppuType((T*)0) part20Julien Nabet6-7/+7
2014-05-16Resolves: #i98216# extract boolean value for AutoFill value of ComboBox modelTsutomu Uchino1-0/+6
2014-05-15Prefer cppu::UnoType<T>::get() to ::getCppuType((T*)0) part13Julien Nabet17-63/+63
2014-05-15Resolves fdo#70681: fixincludeguards.pl: all that's leftThomas Arnhold5-15/+15
2014-05-14remove external header guardsThomas Arnhold1-1/+1
2014-05-07The opaque PostUserEvent IDs are actually pointersStephan Bergmann1-1/+1
2014-05-06Sequence<UnoUnsignedShortType> -> UnoSequenceType<UnoUnsignedShortType>Stephan Bergmann1-2/+2
2014-05-06Prefer cppu::UnoType<T>::get() to ::getCppuType((T*)0) part3Julien Nabet1-21/+21
2014-05-05simplify ternary conditions "xxx ? yyy : false"Noel Grandin4-7/+7
2014-05-04Typo: depricated->deprecatedJulien Nabet1-2/+2
2014-05-01Many spelling fixes: directories r* - z*.Pedro Giffuni7-8/+8
2014-04-19Remove gcc3 workaround here tooThomas Arnhold1-30/+15
2014-04-19fixincludeguards.sh: some smaller dirsThomas Arnhold5-14/+14
2014-04-19Move headers that are private to toolkit there, thenTor Lillqvist28-28/+333
2014-04-19If it has been "not recommended currently" since 2007, it can go awayTor Lillqvist1-81/+27
2014-04-19WaE: unused variable 's_pAccessibleFactoryFunc'Tor Lillqvist1-0/+4
2014-04-18non-desktop: Avoid accessibility.Jan Holesovsky1-3/+8
2014-04-14typo: arround -> aroundThomas Arnhold1-1/+1
2014-04-14typo: dependend -> dependentThomas Arnhold1-1/+1
2014-04-14correct indentationThomas Arnhold1-11/+9
2014-04-14SCROLLABLEFRAME never definedThomas Arnhold2-10/+0
2014-04-10It's "its", not "it's"Tor Lillqvist2-2/+2
2014-04-09Clean up function declarations and some unused functionsStephan Bergmann5-29/+14
2014-04-07Remove silly PUT_SEMICOLON_AT_THE_ENDStephan Bergmann1-1/+1
2014-04-06Bin unused MAP_REALAPPFONT MapUnit enum valueTor Lillqvist1-3/+0
2014-04-03remove unnecessary scope qualifier from sal_Bool usesNoel Grandin22-59/+59
2014-04-03vcl: sal_Bool->bool and cleanupNoel Grandin2-4/+4
2014-04-01Explicitly mark overriding destructors as "virtual"Stephan Bergmann6-6/+6
2014-03-28Remove remaining DBG_CTOR etc. remnants from toolkitStephan Bergmann6-134/+0
2014-03-28coverity#736157 Dereference null return valueCaolán McNamara1-2/+2
2014-03-26First batch of adding SAL_OVERRRIDE to overriding function declarationsStephan Bergmann18-430/+430
2014-03-25coverity#736158 Dereference null return valueCaolán McNamara1-5/+3
2014-03-14No need for a virtual OPropertyContainer::getTypesStephan Bergmann1-1/+1
2014-03-13Remove unused VCLXWindowImpl partsStephan Bergmann1-24/+3
2014-03-12Spelling fix: suportedTor Lillqvist2-2/+2
2014-03-11No need for implGetBounds to be SAL_CALLStephan Bergmann1-1/+1
2014-03-10toolkit: simplify deprecated XTypeProvider.getImplementationIdStephan Bergmann4-75/+4
2014-03-10coverity#708535 Uninitialized scalar fieldCaolán McNamara1-0/+1
2014-03-10coverity#708534 Uninitialized pointer fieldCaolán McNamara1-0/+1
2014-03-10coverity#708531 Uninitialized pointer fieldCaolán McNamara1-2/+3
2014-02-27Remove unused VCLXTabPageModelStephan Bergmann2-142/+0
2014-02-26cppuhelper: retrofit std::exception into overriding exception specsStephan Bergmann55-2064/+2064
2014-02-26Remove visual noise from toolkitAlexander Wilms56-444/+444
2014-02-26Replace deprecated std::auto_ptr with boost::scoped_ptrTakeshi Abe1-2/+2
2014-02-25Add config_libraries.h definitions to get library names easily.Matúš Kukan1-7/+3