summaryrefslogtreecommitdiff
path: root/xmloff/source/style/xmlimppr.cxx
AgeCommit message (Expand)AuthorFilesLines
2020-10-17fix fastparser namespace handling when...Noel Grandin1-1/+2
2020-10-01loplugin:reducevarscope in xmloffNoel1-2/+1
2020-09-03Fix crashtest fdo77855.odtNoel Grandin1-16/+18
2020-09-02remove dead CTF_ALIEN_ATTRIBUTE_IMPORTNoel Grandin1-73/+64
2020-08-29loplugin:unusedmethodsNoel Grandin1-215/+0
2020-08-27convert remaining XMLPropStyleContext subclasses to fastparserNoel Grandin1-153/+181
2020-08-25use more fastparser in PageStyleContextNoel Grandin1-0/+222
2020-08-14rename xmlnmspe -> xmlnamespaceNoel Grandin1-1/+1
2020-08-14rename nmspmap.hxx -> namespacemap.hxxNoel Grandin1-1/+1
2019-11-22Extend loplugin:external to warn about classesStephan Bergmann1-0/+4
2019-08-16loplugin:sequenceloop in xmloffNoel Grandin1-1/+1
2019-07-26Fix typosAndrea Gelmini1-1/+1
2019-06-11Simplify Sequence iterations in xmloff/source/{style..xforms}Arkadiy Illarionov1-25/+20
2019-05-02Use hasElements to check Sequence emptiness in [v-x]*Arkadiy Illarionov1-1/+1
2019-01-22tdf#42949 Fix IWYU warnings in include/xmloff/*Gabor Kelemen1-0/+2
2018-10-20pvs-studio: An excessive check can be simplifiedCaolán McNamara1-1/+1
2018-09-17Simplify containers iterations in xmloff/source/[f-t]*Arkadiy Illarionov1-5/+3
2018-07-12Add missing sal/log.hxx headersGabor Kelemen1-0/+1
2017-09-14clang-tidy modernize-use-emplace in xmloffNoel Grandin1-1/+1
2017-07-07C++11 remove std::binary_function bases from functorsJochen Nitschke1-3/+1
2017-05-12remove unused uno::Reference varsNoel Grandin1-2/+0
2016-10-18replace <<= with assign for <<= with rhs AnyJochen Nitschke1-1/+1
2016-05-04use Any constructor instead of temporariesNoel Grandin1-6/+2
2016-04-12clang-tidy performance-unnecessary-value-param in xmloffNoel Grandin1-2/+2
2016-03-29Avoid reserved identifiersStephan Bergmann1-16/+16
2016-02-09Remove excess newlinesChris Sherlock1-1/+0
2015-11-26com::sun::star->css in xmloff/Noel Grandin1-3/+2
2015-11-15use initialiser for Sequence<OUString>Noel Grandin1-10/+5
2015-11-10loplugin:nullptr (automatic rewrite)Stephan Bergmann1-10/+10
2015-03-09V801: Decreased performanceCaolán McNamara1-2/+2
2014-11-17sal: clean up public headers with include-what-you-useMichael Stahl1-0/+1
2014-07-25Document what's in the type of the map entry.Kohei Yoshida1-1/+1
2014-07-25Apply pimpl to XMLPropertySetMapper.Kohei Yoshida1-0/+2
2014-07-02drop UniReference in favour of rtl::ReferenceNoel Grandin1-7/+7
2014-07-01Related: #i124638# Second step of DrawingLayer FillAttributes...Armin Le Grand1-1/+1
2014-05-05simplify ternary conditions "xxx ? yyy : false"Noel Grandin1-1/+1
2014-04-21remove comments why a file gets includedThomas Arnhold1-1/+0
2014-04-15xmloff: sal_Bool->boolNoel Grandin1-2/+2
2014-03-31xmloff: sal_Bool->boolNoel Grandin1-11/+11
2014-03-12Spelling fix: suportedTor Lillqvist1-1/+1
2014-01-28bool improvementsStephan Bergmann1-1/+1
2014-01-22warning C4805: '|=' : unsafe mix of type 'bool' and type 'sal_Bool'Stephan Bergmann1-1/+1
2014-01-22bool improvements (related to mixing bool/sal_Bool in &=, |=, ^=)Stephan Bergmann1-1/+1
2013-11-14remove unnecessary sal_Unicode casts in XMLOFF moduleNoel Grandin1-1/+1
2013-11-11xmloff: include <> for external includesNorbert Thiebaud1-4/+4
2013-04-07mass removal of rtl:: prefixes for O(U)String*Luboš Luňák1-5/+1
2013-02-26removed RTL_CONSTASCII_(U)STRINGPARAMChr. Rossmanith1-4/+4
2012-11-15re-base on ALv2 code. Includes:Michael Meeks1-23/+14
2012-09-14SvXMLImportPropertyMapper::importXML: fix assertion to be less sillyMichael Stahl1-4/+4
2012-04-02callcatcher: remove some unused codeCaolán McNamara1-11/+0