summaryrefslogtreecommitdiff
path: root/svtools/inc
AgeCommit message (Expand)AuthorFilesLines
2015-12-12No need for a separate <vcl/lstbox.h>Tor Lillqvist1-1/+0
2015-12-11No need for a separate <vcl/combobox.h>Tor Lillqvist1-1/+0
2015-12-04svtools: replace boost::ptr_map with std::map<std::unique_ptr>Michael Stahl1-1/+0
2015-11-15Fast PCH generator and optimized PCH filesAshod Nakashian1-341/+317
2015-11-12svtools: boost::ptr_vector->std::vectorNoel Grandin1-1/+0
2015-11-115th step to remove tools/rtti.hxxOliver Specht1-1/+0
2015-10-30com::sun::star->css in svtoolsNoel Grandin3-34/+34
2015-10-12Replace "SAL_OVERRIDE" with "override" in LIBO_INTERNAL_ONLY codeStephan Bergmann6-96/+96
2015-10-12Replace "SAL_DELETED_FUNCTION" with "= delete" in LIBO_INTERNAL_ONLY codeStephan Bergmann1-2/+2
2015-09-30Fix typosAndrea Gelmini1-1/+1
2015-09-17unused headersCaolán McNamara1-2/+0
2015-09-16boost->stdCaolán McNamara2-4/+4
2015-09-16convert Link<> to typedNoel Grandin1-1/+1
2015-09-15convert Link<> to typedNoel Grandin1-2/+2
2015-09-08Remove unused function paramsStephan Bergmann1-3/+0
2015-09-07svtools: tdf#88206 replace cppu::WeakImplHelper* etc.Takeshi Abe1-3/+2
2015-08-31convert Link<> to typedNoel Grandin1-1/+1
2015-08-07svtools: convert boost::ptr_set to std::unordered_mapMichael Stahl1-1/+0
2015-07-24svtools: replace boost::ptr_vector with std::vectorMichael Stahl1-1/+0
2015-07-14loplugin:unusedmethods svtoolsNoel Grandin2-32/+0
2015-06-17Replace boost::scoped_array<T> with std::unique_ptr<T[]>Takeshi Abe1-1/+1
2015-05-11refactor Roadmap to use RenderContext, some cleanupTomaž Vajngerl1-68/+58
2015-04-30Gradually typed LinkStephan Bergmann1-2/+2
2015-04-29mass rewrite Paint(Rect&) to Paint(RenderContext&, Rect&)Tomaž Vajngerl1-1/+1
2015-04-28Merge remote-tracking branch 'origin/feature/vclptr'Michael Meeks4-2/+5
2015-04-15remove unnecessary use of void in function declarationsNoel Grandin1-1/+1
2015-04-10vclwidget: change all vcl::window fields to be wrapped in VclPtrNoel Grandin2-2/+3
2015-04-09svtools: apply vcl::window refcounting changesNoel Grandin2-0/+2
2015-02-18fix JunitTest_toolkit_complexCaolán McNamara1-5/+2
2015-02-07loplugin:deletedspecialStephan Bergmann1-3/+2
2015-02-05convert all remaining BOOST_STATIC_ASSERT to static_assertCaolán McNamara1-1/+0
2015-02-05Updated all precompiled headers.Ashod Nakashian1-20/+5
2015-01-29callcatcher: large newly detected unused methods post de-virtualizationCaolán McNamara1-1/+0
2015-01-26new loplugin: change virtual methods to non-virtualNoel Grandin3-4/+4
2015-01-02boost::unordered_map->std::unordered_mapCaolán McNamara1-1/+1
2014-10-03cid#1194925 Resource leakNoel Grandin1-1/+1
2014-09-23fdo#82577: Handle WindowNoel Grandin4-10/+10
2014-08-18drop unnecessary shl.hxx includesCaolán McNamara1-1/+0
2014-08-13update_pchThomas Arnhold1-0/+1
2014-05-28update_pchThomas Arnhold1-0/+3
2014-05-15Resolves fdo#70681: fixincludeguards.pl: all that's leftThomas Arnhold7-20/+20
2014-05-11remove external header guardsThomas Arnhold1-7/+2
2014-05-11fix-includes.pl: svtoolsThomas Arnhold2-38/+7
2014-05-06Move headers included only in svtools to svtoolsTor Lillqvist7-0/+982
2014-04-14update_pchThomas Arnhold1-8/+44
2014-01-30Introduce com.sun.star.ui.theModuleUIConfigurationManagerSupplier singleton.Matúš Kukan1-1/+1
2014-01-28Introduce com.sun.star.frame.theUICommandDescription singleton.Matúš Kukan1-1/+1
2014-01-20Removed unused solar.h reference in svtoolsAlexandre Vicenzi1-1/+0
2014-01-14longparas: drop STRING_MAXLEN use nowCaolán McNamara1-1/+0
2013-11-07fdo#63020: Replace ::comphelper::stl_begin()...Marcos Paulo de Souza1-1/+0