summaryrefslogtreecommitdiffstats
path: root/include/sax
Commit message (Expand)AuthorAgeFilesLines
* loplugin:passstuffbyref in saxNoel Grandin2016-04-131-2/+2
* clang-tidy performance-unnecessary-value-param in saxNoel Grandin2016-04-111-2/+2
* Remove excess newlinesChris Sherlock2016-02-091-1/+0
* loplugin:unusedmethodsNoel Grandin2016-01-201-2/+0
* use unique_ptr for pImpl in sax/Noel Grandin2015-11-181-1/+2
* loplugin:unnecessaryvirtualNoel Grandin2015-11-171-4/+4
* loplugin:nullptr (automatic rewrite)Stephan Bergmann2015-11-102-3/+3
* com::sun::star->css in include/linguistic to include/sfx2Noel Grandin2015-10-235-90/+90
* Replace "SAL_OVERRIDE" with "override" in LIBO_INTERNAL_ONLY codeStephan Bergmann2015-10-123-39/+39
* xmloff: fix ODF import of gradient draw:angle attribute a bitMichael Stahl2015-10-091-0/+6
* sax: convert MergeMarksEnum to enum classMichael Stahl2015-07-181-2/+2
* sax, sw: try to make that maMarkStack easier to understandMichael Stahl2015-07-181-2/+4
* Fix typosAndrea Gelmini2015-06-161-1/+1
* remove unnecessary use of void in function declarationsNoel Grandin2015-04-151-7/+7
* loplugin:staticfunctionNoel Grandin2015-03-271-1/+1
* V801: Decreased performanceCaolán McNamara2015-03-091-1/+1
* boost::foo_ptr->std::foo_ptrCaolán McNamara2015-02-161-3/+3
* make FastAttributeList's unknown attribute value be passed as OStringLuboš Luňák2014-11-121-5/+4
* allow inserting attributes that have zero lengthLuboš Luňák2014-11-121-1/+2
* typo: represant->representAndras Timar2014-11-121-1/+1
* Remove few pointless OUString::number() and one methodMatúš Kukan2014-10-231-1/+0
* FastSerializer: Use faster TokenValue struct when possibleMatúš Kukan2014-10-231-1/+0
* FastSerializer: avoid some more OStringsMatúš Kukan2014-10-231-3/+1
* FastSerializer: Use FastAttributeList directly to write faster.Matúš Kukan2014-10-232-4/+3
* fastparser: avoid allocating un-used FastTokenLookup class.Michael Meeks2014-10-231-18/+18
* FastSerializer: Have OString version of write() too.Matúš Kukan2014-10-231-0/+1
* fdo#80748: Fix for file corruption due to framePrRohit Deshmukh2014-07-031-1/+1
* css already means ::com::sun::starThomas Arnhold2014-05-271-2/+2
* Find places where uno::Sequence is passed by value.Noel Grandin2014-05-141-1/+1
* remove unnecessary scope qualifier from sal_Bool usesNoel Grandin2014-04-031-1/+1
* First batch of adding SAL_OVERRRIDE to overriding function declarationsStephan Bergmann2014-03-263-39/+39
* sax: FastAttributeList - add attribute in a specific namespaceTomaž Vajngerl2014-03-051-0/+1
* Remove visual noise from includeAlexander Wilms2014-03-011-1/+1
* cppuhelper: retrofit std::exception into overriding exception specsStephan Bergmann2014-02-263-38/+38
* remove unused code sax_fastparser::FastSerializerHelper::copyTopMarkPop()Noel Grandin2014-02-251-1/+0
* remove unused code sax_fastparser::FastSerializerHelper::copyTopMarkPush()Noel Grandin2014-02-251-1/+0
* coverity#1130446 Uncaught exceptionCaolán McNamara2014-02-081-1/+1
* sax: various clean up. Move _getFactory next to the implementation.Matúš Kukan2013-12-181-3/+0
* sax, xmloff: fix ODF import/export of text:time/text:time-valueMichael Stahl2013-12-101-0/+10
* sax: stop using SAX_DLLIMPLEMENTATION for both sax and fastsaxMichael Stahl2013-12-032-2/+38
* Hide the implementation.Kohei Yoshida2013-12-021-112/+9
* Add a means to check if a namespace exists.Kohei Yoshida2013-12-021-0/+3
* Move this header out into a public place.Kohei Yoshida2013-12-021-0/+177
* fastparser: Outline virtual destructor to please MSVC++.Michael Meeks2013-11-271-1/+1
* fastparser: Avoid copying all tokens into a sequence.Michael Meeks2013-11-261-1/+13
* getChar() to return a null-terminated char array.Kohei Yoshida2013-11-221-1/+1
* Expose raw char array and use it to avoid OUString allocations.Kohei Yoshida2013-11-201-0/+1
* fastparser: avoid excessive alloc/frees for int / bool / double parsingMichael Meeks2013-11-201-0/+4
* fastparser: accelerate value tokenisation as well.Michael Meeks2013-11-191-0/+13
* fdo#65108 inter-module includes <> include/saxNorbert Thiebaud2013-11-092-2/+2