summaryrefslogtreecommitdiff
path: root/xmloff/source/style/impastpl.hxx
AgeCommit message (Expand)AuthorFilesLines
2020-03-16Revert "loplugin:constfields in xmloff"Noel Grandin1-7/+7
2020-03-03move some headers inside their moduleNoel Grandin1-1/+1
2020-02-15convert XML_STYLE_FAMILY to scoped enumNoel Grandin1-11/+12
2019-09-24tdf#42949 Fix IWYU warnings in xmloff/source/*/*hxxGabor Kelemen1-4/+0
2019-01-22tdf#42949 Fix IWYU warnings in include/xmloff/*Gabor Kelemen1-0/+2
2018-09-13loplugin:constfields in xmloffNoel Grandin1-7/+7
2018-07-10tdf#65353 filter fonts when embedding (unused, font script)Tomaž Vajngerl1-0/+3
2017-07-28loplugin:constparams in xmloffNoel Grandin1-1/+1
2017-05-08loplugin:checkunusedparams in xmloffNoel Grandin1-3/+0
2017-01-27loplugin: unnecessary destructor writerfilter..xmloffNoel Grandin1-4/+0
2017-01-23ditch some empty dtors which match the default dtorCaolán McNamara1-1/+0
2016-09-26implement prototype for more stable calc cell style namesMarkus Mohrhard1-0/+2
2016-09-14loplugin:countusersofdefaultparams in xmloffNoel Grandin1-1/+1
2016-07-27loplugin:countusersofdefaultparams in tools..xmlsecurityNoel Grandin1-2/+2
2016-04-18Remove needless typedef from xmloff/source/style/impastpl.hxxRyan McCoskrie1-2/+1
2016-04-13tdf#94306 replace boost::noncopyable in stoc to xmlsec..Jochen Nitschke1-3/+4
2015-11-26com::sun::star->css in xmloff/Noel Grandin1-3/+3
2015-11-02xmloff: replace boost::ptr_vector with std::vector<std::unique_ptr>Michael Stahl1-4/+3
2015-08-19comphelper: reduce copypasta with UniquePtrValueLess functorMichael Stahl1-18/+7
2015-08-07stupid warningMichael Stahl1-1/+1
2015-08-07xmloff: replace boost::ptr_set with std::set<std::unique_ptr>Michael Stahl1-31/+39
2015-08-07xmloff: replace boost::ptr_set with std::set<std::unqiue_ptr>Michael Stahl1-2/+11
2015-05-24cppcheck: noExplicitConstructorCaolán McNamara1-3/+3
2014-07-02drop UniReference in favour of rtl::ReferenceNoel Grandin1-4/+4
2014-04-15xmloff: sal_Bool->boolNoel Grandin1-3/+3
2013-12-13Drop duplicate #includeTakeshi Abe1-1/+0
2013-10-23fixincludeguards.sh: xmloffThomas Arnhold1-2/+2
2013-09-30Add hack to optionally get stable ODF output from the same inputTor Lillqvist1-2/+2
2013-09-17If it is a set, don't call it a list, that just confuses the readerTor Lillqvist1-5/+5
2013-09-13Bin unused MAX_CACHE_SIZETor Lillqvist1-2/+0
2013-08-17No need for elaborate type name for this.Kohei Yoshida1-2/+2
2013-08-17Move static struct to where it's used, and use std::vector for this.Kohei Yoshida1-6/+0
2013-08-17This function object is no longer used.Kohei Yoshida1-8/+0
2013-08-17Rename SvXMLAutoStylePoolPropertiesP_Impl to XMLAutoStylePoolProperties.Kohei Yoshida1-5/+5
2013-08-17Rename SvXMLAutoStylePoolParentP_Impl to XMLAutoStylePoolParent.Kohei Yoshida1-7/+7
2013-08-17Rename XMLFamilyData_Impl to XMLAutoStyleFamily.Kohei Yoshida1-10/+10
2013-08-16Using ptr_vector for this simplifes it a bit...Kohei Yoshida1-6/+8
2013-08-16Use ptr_set for auto style parent list. That seems like a natural fit.Kohei Yoshida1-25/+20
2013-08-16This cache data member is never used. Remove it.Kohei Yoshida1-10/+6
2013-08-16Tuck this typedef inside class scope where it's used.Kohei Yoshida1-5/+4
2013-08-10fdo#62475 removed pointless commentsJelle van der Waa1-14/+1
2013-07-10initialize member variableDavid Tardon1-1/+2
2013-04-07mass removal of rtl:: prefixes for O(U)String*Luboš Luňák1-25/+25
2013-03-14xmloff: native code unit testing harness.Michael Meeks1-0/+1
2012-11-15re-base on ALv2 code. Includes:Michael Meeks1-23/+14
2012-08-02STL'ify DECLARE_CONTAINER_SORT_DEL(SvXMLAutoStylePoolParentsP_Impl)Noel Grandin1-3/+13
2012-08-02convert XMLFamilyDataList_Impl to boost::ptr_setCaolán McNamara1-6/+7
2012-08-01convert SvXMLAutoStylePoolNamesP_Impl to a std::setCaolán McNamara1-9/+2
2012-06-27removed unnecessary forward declarations of classTakeshi Abe1-1/+0
2012-05-22-Werror=unused-parameterStephan Bergmann1-1/+1