summaryrefslogtreecommitdiff
path: root/include/toolkit
AgeCommit message (Expand)AuthorFilesLines
2015-02-07loplugin:deletedspecialStephan Bergmann2-3/+3
2015-02-06shared_ptr<T>(new T(args)) -> make_shared<T>(args)Caolán McNamara1-4/+4
2015-01-29callcatcher: large newly detected unused methods post de-virtualizationCaolán McNamara2-7/+0
2015-01-26new loplugin: change virtual methods to non-virtualNoel Grandin2-4/+4
2015-01-09override the overloading of "overload" to decrease cognitive (over-)loadMichael Stahl1-1/+1
2015-01-09translate all remaining abuses of "ueberladen"Michael Stahl1-1/+1
2015-01-08brute-force find-and-remove of unused #define constants.Noel Grandin2-4/+0
2015-01-02boost::unordered_map->std::unordered_mapCaolán McNamara1-2/+3
2014-12-12toolkit: Use appropriate OUString functions on string constantsStephan Bergmann9-98/+92
2014-12-08fdo#38835 strip out OUString globalsNoel Grandin1-1/+0
2014-12-05loplugin:cstylecast, involving pointer to incomplete typeStephan Bergmann1-1/+2
2014-11-18cppuhelper: clean up public headers with include-what-you-useMichael Stahl1-0/+1
2014-11-04-Werror,-Winconsistent-missing-overrideStephan Bergmann1-1/+1
2014-10-15More -Werror,-Wunused-private-fieldStephan Bergmann1-1/+0
2014-09-30fdo#82577: Handle RegionNoel Grandin3-6/+6
2014-09-29toolkit: std::auto_ptr -> std::unique_ptrStephan Bergmann1-2/+1
2014-09-29loplugin: cstylecastNoel Grandin1-2/+2
2014-09-23fdo#82577: Handle WindowNoel Grandin7-18/+18
2014-09-18fdo#83512 Make use of OUStringHash and OStringHashDaniel Sikeler1-18/+1
2014-09-18fdo#82577: Handle FontNoel Grandin3-8/+8
2014-09-17Typo: excatly->exactlyJulien Nabet1-1/+1
2014-09-12toolkit: sal_Bool -> boolStephan Bergmann1-1/+1
2014-08-07toolkit: export some ListenerMultiplexer typesMichael Stahl1-5/+5
2014-07-08use SimpleReferenceObject in svtools moduleNoel Grandin1-1/+1
2014-07-08use SimpleReferenceObject in accessibilityNoel Grandin1-3/+3
2014-06-29Typo: beeing->beingJulien Nabet1-1/+1
2014-06-05toolkit: remove SAL_THROW macroNoel Grandin5-9/+9
2014-06-04coverity#705388 Mixing enum typesCaolán McNamara1-1/+3
2014-05-30header guard naming consistencyNoel Grandin1-3/+3
2014-05-30fdo#68849: Add header guards to all include filesJens Carl1-0/+4
2014-05-20remove unused header filesThomas Arnhold4-341/+0
2014-05-01Many spelling fixes: directories r* - z*.Pedro Giffuni1-1/+1
2014-04-19Move headers that are private to toolkit there, thenTor Lillqvist5-288/+0
2014-04-19If it has been "not recommended currently" since 2007, it can go awayTor Lillqvist1-9/+0
2014-04-07Remove silly PUT_SEMICOLON_AT_THE_ENDStephan Bergmann1-1/+1
2014-04-03remove unnecessary scope qualifier from sal_Bool usesNoel Grandin11-25/+25
2014-04-01Explicitly mark overriding destructors as "virtual"Stephan Bergmann28-55/+55
2014-03-26First batch of adding SAL_OVERRRIDE to overriding function declarationsStephan Bergmann42-1866/+1866
2014-03-17sal,toolkit,unotools: prefer passing OUString by referenceNoel Grandin1-2/+2
2014-03-14Mark overriding OGeometryControlModel class template mem funs as SAL_OVERRIDEStephan Bergmann1-4/+4
2014-03-13...and now actually non-virtualStephan Bergmann1-6/+6
2014-03-13Getter members of VCLXGraphics not in XGraphics need not be virtualStephan Bergmann1-6/+6
2014-03-11No need for implGetBounds to be SAL_CALLStephan Bergmann2-2/+2
2014-03-10toolkit: simplify deprecated XTypeProvider.getImplementationIdStephan Bergmann2-22/+2
2014-03-10coverity#708529 Uninitialized scalar fieldCaolán McNamara1-5/+7
2014-03-01Remove visual noise from includeAlexander Wilms51-365/+365
2014-02-27Remove unused VCLXTabPageModelStephan Bergmann1-73/+0
2014-02-26cppuhelper: retrofit std::exception into overriding exception specsStephan Bergmann39-1545/+1545
2014-02-24Replace exisiting TriState, AutoState with more generic TriStateStephan Bergmann1-2/+1
2014-02-24toolkit: sal_Bool -> boolStephan Bergmann20-47/+48