summaryrefslogtreecommitdiff
path: root/include/toolkit
AgeCommit message (Expand)AuthorFilesLines
2016-07-27improve passstuffbyref return analysisNoel Grandin1-1/+1
2016-07-04merge toolkit::NameContainer_Impl with toolkit::ScriptEventContainerNoel Grandin1-19/+5
2016-06-23tdf#97527 - vcl: reference-count MenuNoel Grandin1-1/+2
2016-04-14loplugin:passstuffbyref in toolkitNoel Grandin1-1/+1
2016-04-11clang-tidy performance-unnecessary-value-param in toolkitNoel Grandin1-4/+4
2016-04-04sequence->vector in toolkitNoel Grandin1-1/+1
2016-03-10Avoid reserved identifiersStephan Bergmann1-3/+3
2016-03-10loplugin:constantparam in toolkitNoel Grandin1-1/+1
2016-02-09Remove excess newlinesChris Sherlock29-62/+0
2016-01-27Unwind trivial AccessibleExtendedComponentHelper_BASE typedefsStephan Bergmann1-4/+1
2016-01-25InterfaceContainer2 with vector instead of SequenceNoel Grandin7-11/+11
2016-01-05tdf#94715 - ensure we remove ourselves from the same event source.Michael Meeks1-7/+8
2015-12-23loplugin:unusedfields in /includeNoel Grandin1-2/+0
2015-11-25loplugin:unusedfields in include/toolkit,include/toolsNoel Grandin1-1/+0
2015-11-10loplugin:nullptr (automatic rewrite)Stephan Bergmann4-5/+5
2015-11-06coverity#1338239 Uncaught exceptionCaolán McNamara2-2/+2
2015-10-27don't allocate uno::Reference on the heapNoel Grandin1-1/+1
2015-10-26remove extra spaces around ::Noel Grandin1-2/+2
2015-10-23com::sun::star->css in include/sot to include/typelibNoel Grandin45-2481/+2481
2015-10-16Allow injection of keyboard and mouse events through UNOMatthew J. Francis1-0/+4
2015-10-12Replace "SAL_OVERRIDE" with "override" in LIBO_INTERNAL_ONLY codeStephan Bergmann40-1937/+1937
2015-10-12Replace "SAL_DELETED_FUNCTION" with "= delete" in LIBO_INTERNAL_ONLY codeStephan Bergmann3-5/+5
2015-09-21convert Link<> to typedNoel Grandin1-1/+1
2015-09-20convert Link<> to typedNoel Grandin2-2/+2
2015-09-11convert Link<> to typedNoel Grandin1-1/+2
2015-09-04convert Link<> to typedNoel Grandin1-1/+1
2015-08-17Put Polygon from tools under tools:: namespaceNorbert Thiebaud1-1/+1
2015-08-03remove some unused definesNoel Grandin1-16/+0
2015-07-31toolkit: replace boost::function with std::functionMichael Stahl1-5/+3
2015-07-27inline a bunch of use-once macrosNoel Grandin1-51/+0
2015-07-27remove some unused definesNoel Grandin1-17/+0
2015-07-14loplugin:unusedmethods toolkit,packageNoel Grandin6-16/+1
2015-07-03Fix typosAndrea Gelmini1-1/+1
2015-06-28coverity#1308539 Uncaught exceptionCaolán McNamara2-2/+2
2015-06-18Fix typosAndrea Gelmini1-1/+1
2015-06-16Fix typosAndrea Gelmini1-1/+1
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