summaryrefslogtreecommitdiff
path: root/sax/source/tools/fastserializer.hxx
AgeCommit message (Expand)Author
2023-04-06Use more *string_viewMike Kaganski
2023-01-15tdf#117266 sc oox: export vml button with a correct nameJustin Luth
2020-12-11Adapt the remaining OUString functions to std string_viewStephan Bergmann
2020-03-12Revert "loplugin:constfields in reportdesign,sal,sax"Noel Grandin
2019-08-12Fix typosAndrea Gelmini
2019-05-30Reintroduce mbXescape that got overaggressively removedEike Rathke
2019-03-05re-land "new loplugin typedefparam""Noel Grandin
2018-10-12loplugin:constfields in reportdesign,sal,saxNoel Grandin
2017-12-23loplugin:passstuffbyref improved returnsNoel Grandin
2017-10-25loplugin:constmethod in tools,sax,UnoControlsNoel Grandin
2017-10-23loplugin:includeform: saxStephan Bergmann
2017-07-17loplugin:constparams in basegfx,sax,shellNoel Grandin
2017-03-03escape invalid XML characters with _xHHHH_ when writing escapedEike Rathke
2017-01-25loplugin: unnecessary destructor oox..saxNoel Grandin
2016-09-13loplugin:override: No more need for the "MSVC dtor override" workaroundStephan Bergmann
2016-08-05loplugin:countusersofdefaultparams in oox..sdNoel Grandin
2015-11-10loplugin:nullptr (automatic rewrite)Stephan Bergmann
2015-10-30cppcheck: noExplicitConstructorCaolán McNamara
2015-10-28com::sun::star->css in sal,saxNoel Grandin
2015-10-12Replace "SAL_OVERRIDE" with "override" in LIBO_INTERNAL_ONLY codeStephan Bergmann
2015-09-17boost->stdCaolán McNamara
2015-07-18sax: convert MergeMarksEnum to enum classMichael Stahl
2015-07-18sax, sw: try to make that maMarkStack easier to understandMichael Stahl
2015-07-04sax: FastSaxSerializer well-formed element test in presence of ...Michael Stahl
2014-10-25coverity#1249457 writeFastAttributeList never takes NULLCaolán McNamara
2014-10-23FastSerializer: Also use cache for writing to ForMerge if we are inside mark()Matúš Kukan
2014-10-23FastSerializer: Avoid some cycles when dealing with doublesMatúš Kukan
2014-10-23FastSerializer: Simplify a bitMatúš Kukan
2014-10-23FastSerializer: Use faster TokenValue struct when possibleMatúš Kukan
2014-10-23FastSerializer: Have own fast cache buffer implementation for XOutputStreamMatúš Kukan
2014-10-23FastSerializer: avoid some more OStringsMatúš Kukan
2014-10-23FastSerializer: Use FastAttributeList directly to write faster.Matúš Kukan
2014-10-23FastSerializer: Remove throw specs; this is not UNO implementationMatúš Kukan
2014-10-23FastSerializer: Avoid sequences where possibleMatúš Kukan
2014-10-23FastSerializer: Remove escapeXml() creating OUString(Buffer)Matúš Kukan
2014-10-23FastSerializer: Have OString version of write() too.Matúš Kukan
2014-10-23FastSerializer: Do not keep whole sequence in memory; write in chunksMatúš Kukan
2014-10-23FastSerializer: Buffer output and write it only at the endMatúš Kukan
2014-09-24Unused FastSaxSerializer::maSavedMarkStack memberMatúš Kukan
2014-07-03FastSaxSerializer: update documentationMiklos Vajna
2014-05-15Resolves fdo#70681: fixincludeguards.pl: all that's leftThomas Arnhold
2014-05-14Find places where uno::Sequence is passed by value.Noel Grandin
2014-03-26First batch of adding SAL_OVERRRIDE to overriding function declarationsStephan Bergmann
2014-02-25remove unused code sax_fastparser::FastSerializerHelper::copyTopMarkPop()Noel Grandin
2014-02-25remove unused code sax_fastparser::FastSerializerHelper::copyTopMarkPush()Noel Grandin
2013-06-05sax: FastSaxSerializer: add well-formedness assertionsMichael Stahl
2013-04-07mass removal of rtl:: prefixes for O(U)String*Luboš Luňák
2013-03-18Wundef, fix various more or less broken debug codeLuboš Luňák
2013-01-14sax: add methods to duplicate current top marker and reapply it laterPierre-Eric Pelloux-Prayer
2012-09-20unusedcode: FastSaxSerializer is not used through UNOMatúš Kukan