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