summaryrefslogtreecommitdiff
path: root/include/toolkit
AgeCommit message (Expand)Author
2015-04-07loplugin:staticmethodsNoel Grandin
2015-04-01loplugin:staticfunctionNoel Grandin
2015-04-01Replace remaining getCppuType et al with cppu::UnoTypeStephan Bergmann
2015-03-17Fix various XServiceInfo implementationsStephan Bergmann
2015-03-09V801: Decreased performanceCaolán McNamara
2015-03-04V813: Decreased performanceCaolán McNamara
2015-02-17some more de-boostificationCaolán McNamara
2015-02-16tdf#78174: toolkit: work around GCC 4.9 -Os link failureMichael Stahl
2015-02-16boost::foo_ptr->std::foo_ptrCaolán McNamara
2015-02-07loplugin:deletedspecialStephan Bergmann
2015-02-06shared_ptr<T>(new T(args)) -> make_shared<T>(args)Caolán McNamara
2015-01-29callcatcher: large newly detected unused methods post de-virtualizationCaolán McNamara
2015-01-26new loplugin: change virtual methods to non-virtualNoel Grandin
2015-01-09override the overloading of "overload" to decrease cognitive (over-)loadMichael Stahl
2015-01-09translate all remaining abuses of "ueberladen"Michael Stahl
2015-01-08brute-force find-and-remove of unused #define constants.Noel Grandin
2015-01-02boost::unordered_map->std::unordered_mapCaolán McNamara
2014-12-12toolkit: Use appropriate OUString functions on string constantsStephan Bergmann
2014-12-08fdo#38835 strip out OUString globalsNoel Grandin
2014-12-05loplugin:cstylecast, involving pointer to incomplete typeStephan Bergmann
2014-11-18cppuhelper: clean up public headers with include-what-you-useMichael Stahl
2014-11-04-Werror,-Winconsistent-missing-overrideStephan Bergmann
2014-10-15More -Werror,-Wunused-private-fieldStephan Bergmann
2014-09-30fdo#82577: Handle RegionNoel Grandin
2014-09-29toolkit: std::auto_ptr -> std::unique_ptrStephan Bergmann
2014-09-29loplugin: cstylecastNoel Grandin
2014-09-23fdo#82577: Handle WindowNoel Grandin
2014-09-18fdo#83512 Make use of OUStringHash and OStringHashDaniel Sikeler
2014-09-18fdo#82577: Handle FontNoel Grandin
2014-09-17Typo: excatly->exactlyJulien Nabet
2014-09-12toolkit: sal_Bool -> boolStephan Bergmann
2014-08-07toolkit: export some ListenerMultiplexer typesMichael Stahl
2014-07-08use SimpleReferenceObject in svtools moduleNoel Grandin
2014-07-08use SimpleReferenceObject in accessibilityNoel Grandin
2014-06-29Typo: beeing->beingJulien Nabet
2014-06-05toolkit: remove SAL_THROW macroNoel Grandin
2014-06-04coverity#705388 Mixing enum typesCaolán McNamara
2014-05-30header guard naming consistencyNoel Grandin
2014-05-30fdo#68849: Add header guards to all include filesJens Carl
2014-05-20remove unused header filesThomas Arnhold
2014-05-01Many spelling fixes: directories r* - z*.Pedro Giffuni
2014-04-19Move headers that are private to toolkit there, thenTor Lillqvist
2014-04-19If it has been "not recommended currently" since 2007, it can go awayTor Lillqvist
2014-04-07Remove silly PUT_SEMICOLON_AT_THE_ENDStephan Bergmann
2014-04-03remove unnecessary scope qualifier from sal_Bool usesNoel Grandin
2014-04-01Explicitly mark overriding destructors as "virtual"Stephan Bergmann
2014-03-26First batch of adding SAL_OVERRRIDE to overriding function declarationsStephan Bergmann
2014-03-17sal,toolkit,unotools: prefer passing OUString by referenceNoel Grandin
2014-03-14Mark overriding OGeometryControlModel class template mem funs as SAL_OVERRIDEStephan Bergmann
2014-03-13...and now actually non-virtualStephan Bergmann