summaryrefslogtreecommitdiffstats
path: root/svtools/inc
Commit message (Expand)AuthorAgeFilesLines
* loplugin:countusersofdefaultparams in store..svtoolsNoel Grandin2016-07-291-1/+1
* new loplugin unnecessary overrideNoel Grandin2016-07-151-3/+0
* uitest: support tree listsMarkus Mohrhard2016-06-221-0/+36
* uitest: an enum is a bad idea for the typeMarkus Mohrhard2016-06-181-2/+0
* uitest: add initial version of wrapper for tree list boxMarkus Mohrhard2016-06-181-0/+30
* vcl: replace boost::dynamic_bitset with boost::optional<std::bitset>Michael Stahl2016-05-251-1/+0
* loplugin:unusedmethods in slideshow to svtoolsNoel Grandin2016-05-191-7/+0
* tdf#95954: Reasonable background for roadmap widgetKatarina Behrens2016-05-181-0/+1
* convert SHOWTRACK to scoped enumNoel Grandin2016-05-131-1/+1
* tdf#94306 remove unused boost dependenciesJochen Nitschke2016-04-131-1/+0
* clang-tidy performance-unnecessary-value-param in svtoolsNoel Grandin2016-04-111-1/+1
* tdf#97525 vcl: make DeletionListener internalJochen Nitschke2016-03-311-1/+0
* Avoid reserved identifiersStephan Bergmann2016-03-101-8/+8
* loplugin:unuseddefaultparam in svtoolsNoel Grandin2016-03-041-1/+1
* loplugin:unuseddefaultparam in svtoolsNoel Grandin2016-03-012-9/+9
* Remove excess newlinesChris Sherlock2016-02-091-1/+0
* vcl: cmdevt.[hc]xx -> commandevent.[hc]xxChris Sherlock2016-02-081-1/+1
* boost::hash->std::hashNoel Grandin2016-02-021-1/+0
* Unwind trivial AccessibleExtendedComponentHelper_BASE typedefsStephan Bergmann2016-01-271-3/+1
* loplugin:unusedmethods unused return value in svtoolsNoel Grandin2016-01-142-8/+2
* loplugin:unusedmethods unused return value in include/svtoolsNoel Grandin2016-01-131-1/+1
* Remove unused ToolPanel (aka TaskPane)Samuel Mehrbrodt2015-12-171-1/+0
* No need for a separate <vcl/lstbox.h>Tor Lillqvist2015-12-121-1/+0
* No need for a separate <vcl/combobox.h>Tor Lillqvist2015-12-111-1/+0
* svtools: replace boost::ptr_map with std::map<std::unique_ptr>Michael Stahl2015-12-041-1/+0
* Fast PCH generator and optimized PCH filesAshod Nakashian2015-11-151-341/+317
* svtools: boost::ptr_vector->std::vectorNoel Grandin2015-11-121-1/+0
* 5th step to remove tools/rtti.hxxOliver Specht2015-11-111-1/+0
* com::sun::star->css in svtoolsNoel Grandin2015-10-303-34/+34
* Replace "SAL_OVERRIDE" with "override" in LIBO_INTERNAL_ONLY codeStephan Bergmann2015-10-126-96/+96
* Replace "SAL_DELETED_FUNCTION" with "= delete" in LIBO_INTERNAL_ONLY codeStephan Bergmann2015-10-121-2/+2
* Fix typosAndrea Gelmini2015-09-301-1/+1
* unused headersCaolán McNamara2015-09-171-2/+0
* boost->stdCaolán McNamara2015-09-162-4/+4
* convert Link<> to typedNoel Grandin2015-09-161-1/+1
* convert Link<> to typedNoel Grandin2015-09-151-2/+2
* Remove unused function paramsStephan Bergmann2015-09-081-3/+0
* svtools: tdf#88206 replace cppu::WeakImplHelper* etc.Takeshi Abe2015-09-071-3/+2
* convert Link<> to typedNoel Grandin2015-08-311-1/+1
* svtools: convert boost::ptr_set to std::unordered_mapMichael Stahl2015-08-071-1/+0
* svtools: replace boost::ptr_vector with std::vectorMichael Stahl2015-07-241-1/+0
* loplugin:unusedmethods svtoolsNoel Grandin2015-07-142-32/+0
* Replace boost::scoped_array<T> with std::unique_ptr<T[]>Takeshi Abe2015-06-171-1/+1
* refactor Roadmap to use RenderContext, some cleanupTomaž Vajngerl2015-05-111-68/+58
* Gradually typed LinkStephan Bergmann2015-04-301-2/+2
* mass rewrite Paint(Rect&) to Paint(RenderContext&, Rect&)Tomaž Vajngerl2015-04-291-1/+1
* Merge remote-tracking branch 'origin/feature/vclptr'Michael Meeks2015-04-284-2/+5
|\
| * vclwidget: change all vcl::window fields to be wrapped in VclPtrNoel Grandin2015-04-102-2/+3
| * svtools: apply vcl::window refcounting changesNoel Grandin2015-04-092-0/+2
* | remove unnecessary use of void in function declarationsNoel Grandin2015-04-151-1/+1
|/