summaryrefslogtreecommitdiff
path: root/include/sax/fastattribs.hxx
AgeCommit message (Expand)Author
2014-11-12make FastAttributeList's unknown attribute value be passed as OStringLuboš Luňák
2014-11-12allow inserting attributes that have zero lengthLuboš Luňák
2014-10-23FastSerializer: avoid some more OStringsMatúš Kukan
2014-10-23FastSerializer: Use FastAttributeList directly to write faster.Matúš Kukan
2014-10-23fastparser: avoid allocating un-used FastTokenLookup class.Michael Meeks
2014-05-27css already means ::com::sun::starThomas Arnhold
2014-04-03remove unnecessary scope qualifier from sal_Bool usesNoel Grandin
2014-03-26First batch of adding SAL_OVERRRIDE to overriding function declarationsStephan Bergmann
2014-03-05sax: FastAttributeList - add attribute in a specific namespaceTomaž Vajngerl
2014-02-26cppuhelper: retrofit std::exception into overriding exception specsStephan Bergmann
2013-11-27fastparser: Outline virtual destructor to please MSVC++.Michael Meeks
2013-11-26fastparser: Avoid copying all tokens into a sequence.Michael Meeks
2013-11-22getChar() to return a null-terminated char array.Kohei Yoshida
2013-11-20Expose raw char array and use it to avoid OUString allocations.Kohei Yoshida
2013-11-20fastparser: avoid excessive alloc/frees for int / bool / double parsingMichael Meeks
2013-11-19fastparser: accelerate value tokenisation as well.Michael Meeks
2013-11-09fdo#65108 inter-module includes <> include/saxNorbert Thiebaud
2013-10-23fixincludeguards.sh: include/s*Thomas Arnhold
2013-10-17FastAttributeList: avoid OStrings in attribute list; just use char bufferMatúš Kukan
2013-10-17FastAttributeList: use vectors instead of map; the size is smallMatúš Kukan
2013-04-23execute move of global headersBjoern Michaelsen