summaryrefslogtreecommitdiff
path: root/include/sax
AgeCommit message (Expand)Author
2015-10-17xmloff: fix ODF import of gradient draw:angle attribute a bitMichael Stahl
2015-04-15remove unnecessary use of void in function declarationsNoel Grandin
2015-03-27loplugin:staticfunctionNoel Grandin
2015-03-09V801: Decreased performanceCaolán McNamara
2015-02-16boost::foo_ptr->std::foo_ptrCaolán McNamara
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-11-12typo: represant->representAndras Timar
2014-10-23Remove few pointless OUString::number() and one methodMatúš Kukan
2014-10-23FastSerializer: Use faster TokenValue struct when possibleMatúš Kukan
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-10-23FastSerializer: Have OString version of write() too.Matúš Kukan
2014-07-03fdo#80748: Fix for file corruption due to framePrRohit Deshmukh
2014-05-27css already means ::com::sun::starThomas Arnhold
2014-05-14Find places where uno::Sequence is passed by value.Noel Grandin
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-03-01Remove visual noise from includeAlexander Wilms
2014-02-26cppuhelper: retrofit std::exception into overriding exception specsStephan Bergmann
2014-02-25remove unused code sax_fastparser::FastSerializerHelper::copyTopMarkPop()Noel Grandin
2014-02-25remove unused code sax_fastparser::FastSerializerHelper::copyTopMarkPush()Noel Grandin
2014-02-08coverity#1130446 Uncaught exceptionCaolán McNamara
2013-12-18sax: various clean up. Move _getFactory next to the implementation.Matúš Kukan
2013-12-10sax, xmloff: fix ODF import/export of text:time/text:time-valueMichael Stahl
2013-12-03sax: stop using SAX_DLLIMPLEMENTATION for both sax and fastsaxMichael Stahl
2013-12-02Hide the implementation.Kohei Yoshida
2013-12-02Add a means to check if a namespace exists.Kohei Yoshida
2013-12-02Move this header out into a public place.Kohei Yoshida
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-07-21Remove unused convertDateTimeTZ and convertDateTZJulien Nabet
2013-07-15sax: more s/TimeZone/Timezone/Michael Stahl
2013-07-15i#108348: support DateTimeWithTimezone in user defined Document PropertiesMichael Stahl
2013-04-30Move to MPLv2 license headers, with ESC decision and author's permission.Michael Meeks
2013-04-23execute move of global headersBjoern Michaelsen