summaryrefslogtreecommitdiffstats
path: root/toolkit/source
Commit message (Expand)AuthorAgeFilesLines
* set names on a bunch more threads...Michael Stahl2014-08-251-0/+3
* fdo#82577: Handle KeyCodeTor Lillqvist2014-08-231-5/+5
* Remove some useless tools/debug.hxx includesMarcos Paulo de Souza2014-08-222-3/+0
* Avoid incomplete type in fn sig to keep ubsan's RTTI-based checks happyStephan Bergmann2014-08-0719-1/+19
* vcl consitent use of long for corrdinateNorbert Thiebaud2014-07-202-2/+12
* coverity#736076 Missing break in switch, its got to be wrongCaolán McNamara2014-07-111-0/+1
* new loplugin: externalandnotdefinedNoel Grandin2014-07-116-13/+63
* use SimpleReferenceObject in accessibilityNoel Grandin2014-07-081-25/+0
* use assert when followed by derefCaolán McNamara2014-07-031-1/+1
* Related: fdo#80633 cache optimal sizeCaolán McNamara2014-07-011-1/+1
* coverity#707416 Uncaught exceptionCaolán McNamara2014-07-011-1/+1
* Called C++ object pointer is nullCaolán McNamara2014-06-301-1/+1
* loplugin:unreffun: also warn about unused function templatesStephan Bergmann2014-06-271-13/+0
* remove spurious com::sun::star::chaosMichael Stahl2014-06-251-1/+1
* coverity#705322 Missing break in switch, assuming incorrectCaolán McNamara2014-06-241-0/+1
* Missing SolarMutexGuardsStephan Bergmann2014-06-181-0/+4
* loplugin:staticcallStephan Bergmann2014-06-139-37/+37
* gbuild: remove config_libraries.h and gb_Helper_generate_config_librariesMichael Stahl2014-06-091-3/+1
* coverity#705323 Missing break in switch, assuming its intentionalCaolán McNamara2014-06-051-1/+1
* toolkit: remove SAL_THROW macroNoel Grandin2014-06-055-10/+10
* coverity#705387 Mixing enum typesCaolán McNamara2014-06-041-2/+2
* coverity#705388 Mixing enum typesCaolán McNamara2014-06-041-1/+56
* fdo#68849: Add header guards to all include filesJens Carl2014-06-011-0/+4
* fdo#75364 flat style and 3d style were swappedLionel Elie Mamane2014-05-291-2/+2
* remove unnecessary NULL parameter passed to UNO ExceptionNoel Grandin2014-05-291-2/+2
* remove more unnecessary use of OUString constructorNoel Grandin2014-05-271-2/+1
* Remove unnecessary semicolonsPeter Senna Tschudin2014-05-271-1/+1
* Prefer cppu::UnoType<T>::get() to ::getCppuType((T*)0) part20Julien Nabet2014-05-236-7/+7
* Resolves: #i98216# extract boolean value for AutoFill value of ComboBox modelTsutomu Uchino2014-05-161-0/+6
* Prefer cppu::UnoType<T>::get() to ::getCppuType((T*)0) part13Julien Nabet2014-05-1517-63/+63
* remove external header guardsThomas Arnhold2014-05-141-1/+1
* The opaque PostUserEvent IDs are actually pointersStephan Bergmann2014-05-071-1/+1
* Sequence<UnoUnsignedShortType> -> UnoSequenceType<UnoUnsignedShortType>Stephan Bergmann2014-05-061-2/+2
* Prefer cppu::UnoType<T>::get() to ::getCppuType((T*)0) part3Julien Nabet2014-05-061-21/+21
* simplify ternary conditions "xxx ? yyy : false"Noel Grandin2014-05-053-6/+6
* Many spelling fixes: directories r* - z*.Pedro Giffuni2014-05-014-5/+5
* Remove gcc3 workaround here tooThomas Arnhold2014-04-191-30/+15
* fixincludeguards.sh: some smaller dirsThomas Arnhold2014-04-195-14/+14
* Move headers that are private to toolkit there, thenTor Lillqvist2014-04-1922-28/+44
* If it has been "not recommended currently" since 2007, it can go awayTor Lillqvist2014-04-191-81/+27
* WaE: unused variable 's_pAccessibleFactoryFunc'Tor Lillqvist2014-04-191-0/+4
* non-desktop: Avoid accessibility.Jan Holesovsky2014-04-181-3/+8
* typo: dependend -> dependentThomas Arnhold2014-04-141-1/+1
* correct indentationThomas Arnhold2014-04-141-11/+9
* SCROLLABLEFRAME never definedThomas Arnhold2014-04-142-10/+0
* It's "its", not "it's"Tor Lillqvist2014-04-102-2/+2
* Clean up function declarations and some unused functionsStephan Bergmann2014-04-095-29/+14
* Remove silly PUT_SEMICOLON_AT_THE_ENDStephan Bergmann2014-04-071-1/+1
* Bin unused MAP_REALAPPFONT MapUnit enum valueTor Lillqvist2014-04-061-3/+0
* remove unnecessary scope qualifier from sal_Bool usesNoel Grandin2014-04-0322-59/+59