summaryrefslogtreecommitdiff
path: root/svtools/inc/pch
AgeCommit message (Expand)Author
2020-04-26update pchesCaolán McNamara
2020-04-21weld FontNameBoxCaolán McNamara
2020-02-21Drop o3tl::optional wrapperStephan Bergmann
2020-02-19can avoid including svtools/ctrlbox.hxxCaolán McNamara
2020-02-18move SVTXFormattedField, SVTXCurrencyField, SVTXNumericField to toolkitCaolán McNamara
2020-02-17remove some unnecessary button.hxx includesCaolán McNamara
2020-02-14use fwd decl of SpinFieldCaolán McNamara
2020-02-14move VCLXFileControl to toolkitCaolán McNamara
2020-02-07move some headers inside svtools moduleNoel Grandin
2020-02-01make update_pch also consider files in <module>/src/**/incLuboš Luňák
2020-01-28ToolbarMenu is now unusedCaolán McNamara
2019-12-04remove some unnecessary includes and update pchesCaolán McNamara
2019-12-01Introduce o3tl::optional as an alias for std::optionalStephan Bergmann
2019-10-29remove unnecessary includesCaolán McNamara
2019-10-18make bin/update_pch.s always include code in trivial #if'sLuboš Luňák
2019-05-12regenerate PCH headersLuboš Luňák
2019-05-09regenerate PCH headers for the 4 new levelsLuboš Luňák
2019-01-28o3tl::make_unique -> std::make_unique in sax...svtools (except sc)Gabor Kelemen
2018-11-21weld SwCondCollPageCaolán McNamara
2018-11-07move SvTreeListBox to vclCaolán McNamara
2018-03-11Move (and rename) graphic stuff from svtools to vclTomaž Vajngerl
2018-02-27convert remaining WarningBox to weld::MessageDialogCaolán McNamara
2018-02-22Move include/sfx2/notebookbar/NotebookbarContextControl.hxx to include/vcl/Stephan Bergmann
2017-09-22Fresh run of bin/update_pch.shMike Kaganski
2017-08-01move resmgr to unotoolsCaolán McNamara
2017-07-21migrate to boost::gettextCaolán McNamara
2017-04-27tools: move errcode.hxx to the vcl moduleChris Sherlock
2017-04-20loplugin:unusedmethodsNoel Grandin
2016-09-23perf: eliminate SfxSimpleHint and move to SfxHint, tdf#87101 relatedEike Rathke
2016-09-22Remove NumberFormatCodeWrapperMaarten Bosmans
2016-05-25vcl: replace boost::dynamic_bitset with boost::optional<std::bitset>Michael Stahl
2016-04-13tdf#94306 remove unused boost dependenciesJochen Nitschke
2016-03-31tdf#97525 vcl: make DeletionListener internalJochen Nitschke
2016-02-08vcl: cmdevt.[hc]xx -> commandevent.[hc]xxChris Sherlock
2016-02-02boost::hash->std::hashNoel Grandin
2015-12-17Remove unused ToolPanel (aka TaskPane)Samuel Mehrbrodt
2015-12-12No need for a separate <vcl/lstbox.h>Tor Lillqvist
2015-12-11No need for a separate <vcl/combobox.h>Tor Lillqvist
2015-12-04svtools: replace boost::ptr_map with std::map<std::unique_ptr>Michael Stahl
2015-11-15Fast PCH generator and optimized PCH filesAshod Nakashian
2015-11-12svtools: boost::ptr_vector->std::vectorNoel Grandin
2015-11-115th step to remove tools/rtti.hxxOliver Specht
2015-09-17unused headersCaolán McNamara
2015-09-07svtools: tdf#88206 replace cppu::WeakImplHelper* etc.Takeshi Abe
2015-08-07svtools: convert boost::ptr_set to std::unordered_mapMichael Stahl
2015-07-24svtools: replace boost::ptr_vector with std::vectorMichael Stahl
2015-06-17Replace boost::scoped_array<T> with std::unique_ptr<T[]>Takeshi Abe
2015-02-05convert all remaining BOOST_STATIC_ASSERT to static_assertCaolán McNamara
2015-02-05Updated all precompiled headers.Ashod Nakashian
2015-01-02boost::unordered_map->std::unordered_mapCaolán McNamara