summaryrefslogtreecommitdiffstats
path: root/include/sax
Commit message (Expand)AuthorAgeFilesLines
* 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
* fixincludeguards.sh: include/s*Thomas Arnhold2013-10-235-13/+13
* 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
* Remove unused convertDateTimeTZ and convertDateTZJulien Nabet2013-07-211-6/+0
* sax: more s/TimeZone/Timezone/Michael Stahl2013-07-151-4/+4
* i#108348: support DateTimeWithTimezone in user defined Document PropertiesMichael Stahl2013-07-151-4/+18
* Move to MPLv2 license headers, with ESC decision and author's permission.Michael Meeks2013-04-301-24/+4
* execute move of global headersBjoern Michaelsen2013-04-235-0/+777