summaryrefslogtreecommitdiff
path: root/oox/source/docprop/docprophandler.cxx
AgeCommit message (Expand)Author
2024-05-10loplugin:ostr in ooxNoel Grandin
2023-04-24loplugin:unnecessarygetstr extend to more std::string checkingNoel Grandin
2022-09-28use more string_view in ooxNoel Grandin
2022-05-04Just use Any ctor instead of makeAny in ooxStephan Bergmann
2022-04-13loplugin:stringviewparam whitelist some more functionsNoel Grandin
2022-04-08move comphelper::string::toInt32 to o3tlNoel Grandin
2022-04-08use more subView when converting to Int32Noel Grandin
2021-10-30Prepare for removal of non-const operator[] from Sequence in ooxMike Kaganski
2020-12-11Adapt the remaining OUString functions to std string_viewStephan Bergmann
2020-10-22tdf#103987 Avoid duplication of the Custom Properties during OOXML exportBartosz Kosiorek
2020-04-29Related tdf#111461: add "variant", "lpstr" and "i4" in docprophandler (oox)Julien Nabet
2020-04-03loplugin:flatten in ooxNoel Grandin
2020-03-16tdf#42949 Fix IWYU warnings in oox/source/[cd]*/*cxxGabor Kelemen
2020-01-31new loplugin:namespaceindentationNoel Grandin
2020-01-15clang-tidy modernize-concat-nested-namespace in ooxNoel Grandin
2019-08-27Simplify Sequence iterations in ooxArkadiy Illarionov
2018-07-30Add missing sal/log.hxx headersGabor Kelemen
2018-05-25Improve re-throwing of UNO exceptionsNoel Grandin
2018-03-31Use for-range loops in oox (part1)Julien Nabet
2018-01-12More loplugin:cstylecast: ooxStephan Bergmann
2017-11-24ubsan: runtime error: signed integer overflowCaolán McNamara
2017-10-23loplugin:includeform: ooxStephan Bergmann
2017-07-13use more OUString::operator== in forms..salNoel Grandin
2017-06-15[API CHANGE] Add processingInstruction event to XFastDocumentHandler:Mohammed Abdul Azeem
2017-03-30remove type decorations on char literalsJochen Nitschke
2017-02-28new loplugin unoanyNoel Grandin
2017-02-06Add missing #includesStephan Bergmann
2017-01-28loplugin:stringconstant check for unnecessary OUString constructor..Noel Grandin
2017-01-26Remove dynamic exception specificationsStephan Bergmann
2016-10-13tdf#103143 Fix importing number of characters from docx filesBartosz Kosiorek
2016-06-21simplifyNoel Grandin
2015-12-22loplugin:unusedfields in oox,packageNoel Grandin
2015-11-30oox: better warning message on unhandled element in docprophandlerMiklos Vajna
2015-07-04tdf#91378: sax, oox: avoid sending empty strings to character callbacksMichael Stahl
2015-04-30tdf#38693: Document property TotalTime misinterpreted as secondsRavindra_Vidhate
2015-03-09V801: Decreased performanceCaolán McNamara
2015-01-30chisel off some more unused codeCaolán McNamara
2014-12-18oox: Use appropriate OUString functions on string constantsStephan Bergmann
2014-11-17sal: clean up public headers with include-what-you-useMichael Stahl
2014-06-25remove whitespacesMarkus Mohrhard
2014-04-23oox: sal_Bool->boolNoel Grandin
2014-02-26cppuhelper: retrofit std::exception into overriding exception specsStephan Bergmann
2014-02-23Remove unneccessary commentsAlexander Wilms
2013-10-11-Werror,-Wunused-variableStephan Bergmann
2013-08-09Fix timezone && fractional second handling of GetDateTimeFromW3CDTFLionel Elie Mamane
2013-07-15i#108348 API CHANGE: add IsUTC to css.util.DateTime etc.Michael Stahl
2013-07-13use static LanguageTag::convertTo...() for standalone conversionsEike Rathke
2013-07-05API change: oslDateTime signed yearLionel Elie Mamane
2013-07-05fixup nanosecond precisionLionel Elie Mamane
2013-07-04use LanguageTag instead of mouth-painted implementationEike Rathke