summaryrefslogtreecommitdiff
path: root/include/sax
AgeCommit message (Expand)AuthorFilesLines
2016-11-18sax: these are for XMLSchema-2 duration/date/dateTime, not "ISO"Michael Stahl1-10/+10
2016-10-28tdf#103544: DOCX exp.: Image loss when have a frame anchored to the same para.Tamás Zolnai1-1/+1
2016-09-13loplugin:override: No more need for the "MSVC dtor override" workaroundStephan Bergmann2-2/+2
2016-07-19GSOC - Handling namespace declaration missing case:Mohammed Abdul Azeem1-2/+8
2016-07-09GSOC: Adapt XLegacyFastParser to function like XParser.Mohammed Abdul Azeem1-0/+1
2016-07-07loplugin:passstuffbyref also for {css::uno,rtl}::ReferenceStephan Bergmann1-2/+2
2016-05-18update unusedmethods plugin to deal with constructorsNoel Grandin1-6/+0
2016-04-13loplugin:passstuffbyref in saxNoel Grandin1-2/+2
2016-04-11clang-tidy performance-unnecessary-value-param in saxNoel Grandin1-2/+2
2016-02-09Remove excess newlinesChris Sherlock1-1/+0
2016-01-20loplugin:unusedmethodsNoel Grandin1-2/+0
2015-11-18use unique_ptr for pImpl in sax/Noel Grandin1-1/+2
2015-11-17loplugin:unnecessaryvirtualNoel Grandin1-4/+4
2015-11-10loplugin:nullptr (automatic rewrite)Stephan Bergmann2-3/+3
2015-10-23com::sun::star->css in include/linguistic to include/sfx2Noel Grandin5-90/+90
2015-10-12Replace "SAL_OVERRIDE" with "override" in LIBO_INTERNAL_ONLY codeStephan Bergmann3-39/+39
2015-10-09xmloff: fix ODF import of gradient draw:angle attribute a bitMichael Stahl1-0/+6
2015-07-18sax: convert MergeMarksEnum to enum classMichael Stahl1-2/+2
2015-07-18sax, sw: try to make that maMarkStack easier to understandMichael Stahl1-2/+4
2015-06-16Fix typosAndrea Gelmini1-1/+1
2015-04-15remove unnecessary use of void in function declarationsNoel Grandin1-7/+7
2015-03-27loplugin:staticfunctionNoel Grandin1-1/+1
2015-03-09V801: Decreased performanceCaolán McNamara1-1/+1
2015-02-16boost::foo_ptr->std::foo_ptrCaolán McNamara1-3/+3
2014-11-12make FastAttributeList's unknown attribute value be passed as OStringLuboš Luňák1-5/+4
2014-11-12allow inserting attributes that have zero lengthLuboš Luňák1-1/+2
2014-11-12typo: represant->representAndras Timar1-1/+1
2014-10-23Remove few pointless OUString::number() and one methodMatúš Kukan1-1/+0
2014-10-23FastSerializer: Use faster TokenValue struct when possibleMatúš Kukan1-1/+0
2014-10-23FastSerializer: avoid some more OStringsMatúš Kukan1-3/+1
2014-10-23FastSerializer: Use FastAttributeList directly to write faster.Matúš Kukan2-4/+3
2014-10-23fastparser: avoid allocating un-used FastTokenLookup class.Michael Meeks1-18/+18
2014-10-23FastSerializer: Have OString version of write() too.Matúš Kukan1-0/+1
2014-07-03fdo#80748: Fix for file corruption due to framePrRohit Deshmukh1-1/+1
2014-05-27css already means ::com::sun::starThomas Arnhold1-2/+2
2014-05-14Find places where uno::Sequence is passed by value.Noel Grandin1-1/+1
2014-04-03remove unnecessary scope qualifier from sal_Bool usesNoel Grandin1-1/+1
2014-03-26First batch of adding SAL_OVERRRIDE to overriding function declarationsStephan Bergmann3-39/+39
2014-03-05sax: FastAttributeList - add attribute in a specific namespaceTomaž Vajngerl1-0/+1
2014-03-01Remove visual noise from includeAlexander Wilms1-1/+1
2014-02-26cppuhelper: retrofit std::exception into overriding exception specsStephan Bergmann3-38/+38
2014-02-25remove unused code sax_fastparser::FastSerializerHelper::copyTopMarkPop()Noel Grandin1-1/+0
2014-02-25remove unused code sax_fastparser::FastSerializerHelper::copyTopMarkPush()Noel Grandin1-1/+0
2014-02-08coverity#1130446 Uncaught exceptionCaolán McNamara1-1/+1
2013-12-18sax: various clean up. Move _getFactory next to the implementation.Matúš Kukan1-3/+0
2013-12-10sax, xmloff: fix ODF import/export of text:time/text:time-valueMichael Stahl1-0/+10
2013-12-03sax: stop using SAX_DLLIMPLEMENTATION for both sax and fastsaxMichael Stahl2-2/+38
2013-12-02Hide the implementation.Kohei Yoshida1-112/+9
2013-12-02Add a means to check if a namespace exists.Kohei Yoshida1-0/+3
2013-12-02Move this header out into a public place.Kohei Yoshida1-0/+177