summaryrefslogtreecommitdiffstats
path: root/editeng/source/xml/xmltxtexp.cxx
Commit message (Expand)AuthorAgeFilesLines
* tdf#42949 Fix IWYU warnings in include/editeng/[f-x]*Gabor Kelemen2019-04-231-0/+1
* log nice exception messages whereever possibleNoel Grandin2019-03-071-2/+4
* loplugin:indentation in editeng..extensionsNoel Grandin2019-02-081-1/+1
* tdf#42949 Fix IWYU warnings in include/xmloff/*Gabor Kelemen2019-01-221-0/+1
* Convert FieldUnit to scoped enumMike Kaganski2018-11-081-1/+1
* loplugin:simplifyconstruct in editeng..extensionsNoel Grandin2018-09-081-2/+1
* Add missing sal/log.hxx headersGabor Kelemen2018-08-011-0/+1
* make SvxEditSource::Clone return std::unique_ptrNoel Grandin2018-04-121-2/+2
* editeng: fix up ODF export test code to build againMiklos Vajna2018-02-151-3/+3
* use implict conversion operator in TypedWhichIdNoel Grandin2017-11-161-3/+3
* TypedWhichIdNoel Grandin2017-11-151-3/+3
* loplugin:includeform: editengStephan Bergmann2017-10-231-1/+1
* add << operator for css::uno::ExceptionNoel Grandin2017-10-041-1/+1
* loplugin:unnecessaryparen include c++ castsNoel Grandin2017-09-041-1/+1
* loplugin:oncevar: empty strings: editengStephan Bergmann2017-07-131-2/+1
* EditEngine: Added SvxSimpleUnoModel in import filterVarun Dhall2017-07-111-39/+7
* EditEngine: Added warning for xml export exceptionVarun Dhall2017-07-061-2/+2
* loplugin:casttovoid: editengStephan Bergmann2017-07-021-5/+2
* Exporting EditEngine document into a buffer with ODF FilterVarun Dhall2017-06-071-3/+3
* tools: svstream.hxx needs only errcode.hxx & not errinf.hxxChris Sherlock2017-04-251-0/+1
* Remove dynamic exception specificationsStephan Bergmann2017-01-261-38/+35
* new loplugin: useuniqueptr: editengNoel Grandin2017-01-131-5/+4
* loplugin:unnecessaryoverride (dtors) in editengStephan Bergmann2016-12-051-12/+0
* loplugin:override: No more need for the "MSVC dtor override" workaroundStephan Bergmann2016-09-131-3/+3
* remove some manual ref-countingNoel Grandin2016-06-061-27/+7
* teach refcounting clang plugin about uno::ReferenceNoel Grandin2016-05-311-1/+1
* Revert "remove some manual ref-counting"Noel Grandin2016-05-241-7/+27
* remove some manual ref-countingNoel Grandin2016-05-241-27/+7
* loplugin:salbool: Automatic rewrite of sal_False/TrueStephan Bergmann2016-04-201-2/+2
* Avoid reserved identifiersStephan Bergmann2016-03-291-6/+6
* Remove excess newlinesChris Sherlock2016-02-091-3/+0
* loplugin:unusedfieldsNoel Grandin2015-11-301-3/+1
* loplugin:nullptr (automatic rewrite)Stephan Bergmann2015-11-101-1/+1
* fix tdf#95488, crash in report wizardNoel Grandin2015-11-051-1/+1
* Replace "SAL_OVERRIDE" with "override" in LIBO_INTERNAL_ONLY codeStephan Bergmann2015-10-121-22/+22
* loplugin:mergeclassesNoel Grandin2015-10-071-1/+1
* editeng: com::sun::star->cssNoel Grandin2015-09-131-49/+48
* cppcheck: noExplicitConstructorCaolán McNamara2015-09-071-29/+1
* new loplugin: refcountingNoel Grandin2015-08-031-2/+2
* loplugin:cstylecast: deal with remaining pointer castsStephan Bergmann2015-06-081-2/+2
* Replace remaining getCppuType et al with cppu::UnoTypeStephan Bergmann2015-04-011-1/+1
* V801: Decreased performanceCaolán McNamara2015-03-091-3/+3
* fix windows buildNoel Grandin2015-01-071-1/+1
* fdo#84938: convert STREAM_ #defines to 'enum class'Noel Grandin2015-01-071-1/+1
* fdo#84938: convert EXPORT_ #defines to 'enum class'Noel Grandin2015-01-061-1/+1
* remove unnecessary 'using namespace rtl' declarationsNoel Grandin2014-10-291-1/+0
* coverity#735333 flush out pointless calls to IsRemote and IsOpenCaolán McNamara2014-10-151-1/+0
* fix some dodgy FieldUnit conversionsNoel Grandin2014-07-311-1/+1
* Renamed brdcst.[hc]xx to SfxBroadcaster.[hc]xxTobias Lippert2014-07-171-1/+0
* drop UniReference in favour of rtl::ReferenceNoel Grandin2014-07-021-2/+2