summaryrefslogtreecommitdiffstats
path: root/include/toolkit
Commit message (Expand)AuthorAgeFilesLines
* com::sun::star->css in include/sot to include/typelibNoel Grandin2015-10-2345-2481/+2481
* Allow injection of keyboard and mouse events through UNOMatthew J. Francis2015-10-161-0/+4
* Replace "SAL_OVERRIDE" with "override" in LIBO_INTERNAL_ONLY codeStephan Bergmann2015-10-1240-1937/+1937
* Replace "SAL_DELETED_FUNCTION" with "= delete" in LIBO_INTERNAL_ONLY codeStephan Bergmann2015-10-123-5/+5
* convert Link<> to typedNoel Grandin2015-09-211-1/+1
* convert Link<> to typedNoel Grandin2015-09-202-2/+2
* convert Link<> to typedNoel Grandin2015-09-111-1/+2
* convert Link<> to typedNoel Grandin2015-09-041-1/+1
* Put Polygon from tools under tools:: namespaceNorbert Thiebaud2015-08-171-1/+1
* remove some unused definesNoel Grandin2015-08-031-16/+0
* toolkit: replace boost::function with std::functionMichael Stahl2015-07-311-5/+3
* inline a bunch of use-once macrosNoel Grandin2015-07-271-51/+0
* remove some unused definesNoel Grandin2015-07-271-17/+0
* loplugin:unusedmethods toolkit,packageNoel Grandin2015-07-146-16/+1
* Fix typosAndrea Gelmini2015-07-031-1/+1
* coverity#1308539 Uncaught exceptionCaolán McNamara2015-06-282-2/+2
* Fix typosAndrea Gelmini2015-06-181-1/+1
* Fix typosAndrea Gelmini2015-06-161-1/+1
* cleanup DIALOG_NO_PARENT, follow on to tdf#91090Noel Grandin2015-05-061-1/+1
* Get rid of the initial :: for the vcl namespaceTor Lillqvist2015-04-301-1/+1
* convert INITOUTDEV constants to scoped enumNoel Grandin2015-04-291-6/+13
* Merge remote-tracking branch 'origin/feature/vclptr'Michael Meeks2015-04-288-24/+34
|\
| * Fixup toolkit's printer code.Michael Meeks2015-04-101-1/+1
| * start wrapping OutputDevice in VclPtrNoel Grandin2015-04-101-1/+2
| * vclptr: switch printers away from boost_shared.Michael Meeks2015-04-101-2/+2
| * svtools: switch UNO pieces to use VclPtr enabled toolkit.Michael Meeks2015-04-103-2/+6
| * toolkit: more VclPtr pieces.Michael Meeks2015-04-102-5/+7
| * toolkit: first cut at switching to VclPtr.Michael Meeks2015-04-103-14/+16
| * svtools: apply vcl::window refcounting changesNoel Grandin2015-04-091-2/+3
* | Revert "make more classes dllpublic"David Tardon2015-04-161-4/+4
* | make more classes dllpublicDavid Tardon2015-04-161-4/+4
* | remove unnecessary use of void in function declarationsNoel Grandin2015-04-151-1/+1
|/
* loplugin:staticmethodsNoel Grandin2015-04-071-2/+2
* loplugin:staticfunctionNoel Grandin2015-04-014-5/+5
* Replace remaining getCppuType et al with cppu::UnoTypeStephan Bergmann2015-04-011-1/+1
* Fix various XServiceInfo implementationsStephan Bergmann2015-03-1711-60/+221
* V801: Decreased performanceCaolán McNamara2015-03-091-1/+1
* V813: Decreased performanceCaolán McNamara2015-03-041-1/+1
* some more de-boostificationCaolán McNamara2015-02-171-2/+3
* tdf#78174: toolkit: work around GCC 4.9 -Os link failureMichael Stahl2015-02-161-4/+6
* boost::foo_ptr->std::foo_ptrCaolán McNamara2015-02-163-13/+7
* loplugin:deletedspecialStephan Bergmann2015-02-072-3/+3
* shared_ptr<T>(new T(args)) -> make_shared<T>(args)Caolán McNamara2015-02-061-4/+4
* callcatcher: large newly detected unused methods post de-virtualizationCaolán McNamara2015-01-292-7/+0
* new loplugin: change virtual methods to non-virtualNoel Grandin2015-01-262-4/+4
* override the overloading of "overload" to decrease cognitive (over-)loadMichael Stahl2015-01-091-1/+1
* translate all remaining abuses of "ueberladen"Michael Stahl2015-01-091-1/+1
* brute-force find-and-remove of unused #define constants.Noel Grandin2015-01-082-4/+0
* boost::unordered_map->std::unordered_mapCaolán McNamara2015-01-021-2/+3
* toolkit: Use appropriate OUString functions on string constantsStephan Bergmann2014-12-129-98/+92