summaryrefslogtreecommitdiffstats
path: root/include/sax/fastattribs.hxx
Commit message (Expand)AuthorAgeFilesLines
* loplugin:override: No more need for the "MSVC dtor override" workaroundStephan Bergmann2016-09-131-1/+1
* loplugin:nullptr (automatic rewrite)Stephan Bergmann2015-11-101-1/+1
* com::sun::star->css in include/linguistic to include/sfx2Noel Grandin2015-10-231-11/+11
* Replace "SAL_OVERRIDE" with "override" in LIBO_INTERNAL_ONLY codeStephan Bergmann2015-10-121-7/+7
* 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
* FastSerializer: avoid some more OStringsMatúš Kukan2014-10-231-3/+1
* FastSerializer: Use FastAttributeList directly to write faster.Matúš Kukan2014-10-231-0/+2
* fastparser: avoid allocating un-used FastTokenLookup class.Michael Meeks2014-10-231-18/+18
* css already means ::com::sun::starThomas Arnhold2014-05-271-2/+2
* 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-261-7/+7
* sax: FastAttributeList - add attribute in a specific namespaceTomaž Vajngerl2014-03-051-0/+1
* cppuhelper: retrofit std::exception into overriding exception specsStephan Bergmann2014-02-261-7/+7
* 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-091-1/+1
* fixincludeguards.sh: include/s*Thomas Arnhold2013-10-231-2/+2
* FastAttributeList: avoid OStrings in attribute list; just use char bufferMatúš Kukan2013-10-171-6/+14
* FastAttributeList: use vectors instead of map; the size is smallMatúš Kukan2013-10-171-3/+2
* execute move of global headersBjoern Michaelsen2013-04-231-0/+85