summaryrefslogtreecommitdiff
path: root/include/toolkit
AgeCommit message (Expand)AuthorFilesLines
2015-05-06cleanup DIALOG_NO_PARENT, follow on to tdf#91090Noel Grandin1-1/+1
2015-04-30Get rid of the initial :: for the vcl namespaceTor Lillqvist1-1/+1
2015-04-29convert INITOUTDEV constants to scoped enumNoel Grandin1-6/+13
2015-04-28Merge remote-tracking branch 'origin/feature/vclptr'Michael Meeks8-24/+34
2015-04-16Revert "make more classes dllpublic"David Tardon1-4/+4
2015-04-16make more classes dllpublicDavid Tardon1-4/+4
2015-04-15remove unnecessary use of void in function declarationsNoel Grandin1-1/+1
2015-04-10Fixup toolkit's printer code.Michael Meeks1-1/+1
2015-04-10start wrapping OutputDevice in VclPtrNoel Grandin1-1/+2
2015-04-10vclptr: switch printers away from boost_shared.Michael Meeks1-2/+2
2015-04-10svtools: switch UNO pieces to use VclPtr enabled toolkit.Michael Meeks3-2/+6
2015-04-10toolkit: more VclPtr pieces.Michael Meeks2-5/+7
2015-04-10toolkit: first cut at switching to VclPtr.Michael Meeks3-14/+16
2015-04-09svtools: apply vcl::window refcounting changesNoel Grandin1-2/+3
2015-04-07loplugin:staticmethodsNoel Grandin1-2/+2
2015-04-01loplugin:staticfunctionNoel Grandin4-5/+5
2015-04-01Replace remaining getCppuType et al with cppu::UnoTypeStephan Bergmann1-1/+1
2015-03-17Fix various XServiceInfo implementationsStephan Bergmann11-60/+221
2015-03-09V801: Decreased performanceCaolán McNamara1-1/+1
2015-03-04V813: Decreased performanceCaolán McNamara1-1/+1
2015-02-17some more de-boostificationCaolán McNamara1-2/+3
2015-02-16tdf#78174: toolkit: work around GCC 4.9 -Os link failureMichael Stahl1-4/+6
2015-02-16boost::foo_ptr->std::foo_ptrCaolán McNamara3-13/+7
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