summaryrefslogtreecommitdiff
path: root/xmloff/source/chart/SchXMLTools.cxx
AgeCommit message (Expand)AuthorFilesLines
2019-09-30tdf#42949 Fix IWYU warnings in xmloff/source/[c-m]*/*cxxGabor Kelemen1-2/+0
2019-08-16loplugin:sequenceloop in xmloffNoel Grandin1-1/+1
2019-06-13Simplify Sequence iterations in xmloff/source/{chart..core}Arkadiy Illarionov1-3/+2
2019-05-13fix wrong SET/QUERY flags passed to uno::ReferenceNoel Grandin1-2/+2
2019-01-22tdf#42949 Fix IWYU warnings in include/xmloff/*Gabor Kelemen1-0/+1
2018-09-25Simplify containers iterations in xmloff/source/[c-d]*Arkadiy Illarionov1-8/+5
2018-09-17New loplugin:externalStephan Bergmann1-1/+1
2018-07-17remove the GL based 3D chartsMarkus Mohrhard1-8/+1
2018-07-12Add missing sal/log.hxx headersGabor Kelemen1-0/+1
2018-04-09use more DBG_UNHANDLED_EXCEPTIONNoel Grandin1-6/+7
2017-10-04add << operator for css::uno::ExceptionNoel Grandin1-3/+3
2017-08-11convert std::map::insert to std::map::emplace IINoel Grandin1-3/+2
2017-07-14use more OUString::operator== in test..xmlsecurityNoel Grandin1-1/+1
2017-04-06Improved loplugin:redundantcast, static_cast on arithmetic types: xmloffStephan Bergmann1-1/+1
2017-04-04tdf#83257 [API-CHANGE] Pivot chart implementationTomaž Vajngerl1-5/+16
2017-03-13templatize SvXMLEnumMapEntryNoel Grandin1-6/+4
2016-04-25Kill comphelper::MakeMapStephan Bergmann1-38/+25
2016-04-20loplugin:salbool: Automatic rewrite of sal_False/TrueStephan Bergmann1-1/+1
2016-04-12clang-tidy performance-unnecessary-value-param in xmloffNoel Grandin1-1/+1
2015-11-26com::sun::star->css in xmloff/Noel Grandin1-1/+1
2015-11-05use uno::Reference::set method instead of assignmentNoel Grandin1-2/+1
2015-02-17boost->stdCaolán McNamara1-0/+1
2014-11-18cppuhelper: clean up public headers with include-what-you-useMichael Stahl1-0/+1
2014-07-25Apply pimpl to XMLPropertySetMapper.Kohei Yoshida1-0/+1
2014-07-02drop UniReference in favour of rtl::ReferenceNoel Grandin1-1/+1
2014-04-21remove comments why a file gets includedThomas Arnhold1-5/+0
2014-04-15xmloff: sal_Bool->boolNoel Grandin1-1/+1
2014-04-05export label names that are strings, fdo#64722, cp#1000058Markus Mohrhard1-0/+32
2014-03-31xmloff: sal_Bool->boolNoel Grandin1-5/+5
2014-03-25Properly import and export the new chart type to and from ODF.Kohei Yoshida1-0/+8
2014-01-20Removed unused solar.h referenceAlexandre Vicenzi1-2/+0
2013-11-19remove unnecessary use of OUString constructor when assigningNoel Grandin1-4/+4
2013-11-11xmloff: include <> for external includesNorbert Thiebaud1-1/+1
2013-10-31Convert indexOf->startsWith and lastIndexOf->endsWithNoel Grandin1-5/+5
2013-09-29Mark as const / staticTakeshi Abe1-2/+2
2013-08-10fdo#62475 removed pointless commentsJelle van der Waa1-5/+0
2013-07-21Remove unused getRegressionCurveJulien Nabet1-32/+0
2013-04-22fdo#43157 - Clean up OSL_ASSERT, DBG_ASSERTRadu Ioan1-20/+11
2013-04-07mass removal of rtl:: prefixes for O(U)String*Luboš Luňák1-42/+40
2013-02-24coverity#705444 Improper use of negative valueNorbert Thiebaud1-3/+2
2013-01-24WaE: 'bVal' may be used uninitialized in this functionTor Lillqvist1-1/+1
2013-01-23fdo#58562: Ensure internal data is always used when pasting to another doc.Kohei Yoshida1-5/+25
2013-01-15fdo#46808, Adapt chart2::data::LabeledDataSequence UNO service to new styleNoel Grandin1-8/+5
2012-12-28xmloff: mostly kill CONSTASCII_STRINGPARAM usageMiklos Vajna1-25/+25
2012-11-15re-base on ALv2 code. Includes:Michael Meeks1-23/+14
2012-09-29Use comphelper::getComponentContextStephan Bergmann1-21/+6
2012-07-16There is not need to allocate memory just for getting the 'indexOf'Christophe JAILLET1-12/+12
2012-06-02targeted string re-workNorbert Thiebaud1-45/+45
2012-04-06Replaced equalsAsciiL(RTL_CONSTASCII_STRINGPARAM(...)) with == operatorSzabolcs Dezsi1-4/+2
2012-04-06Replaced equalsAsciiL(RTL_CONSTASCII_STRINGPARAM(...)) with == operatorSzabolcs Dezsi1-7/+7