summaryrefslogtreecommitdiff
path: root/sax/source/fastparser
AgeCommit message (Expand)Author
2013-11-19fastparser: accelerate value tokenisation as well.Michael Meeks
2013-11-14remove unnecessary sal_Unicode casts in various placesNoel Grandin
2013-10-25fdo#54938: More uses of cppu::supportsServiceMarcos Paulo de Souza
2013-10-21WaE: unreferenced local variableTor Lillqvist
2013-10-17sax: build fix: don't prefix enum valuesMatúš Kukan
2013-10-17fastparser: don't use multithreading for small documentsMatúš Kukan
2013-10-17fastparser: don't create temporary Events; use references to event listMatúš Kukan
2013-10-17fastparser: reuse event lists if possibleMatúš Kukan
2013-10-17fastparser: re-work locking, add high & low watermarks, change sizes etc.Michael Meeks
2013-10-17fastparser: implementation using two threadsMatúš Kukan
2013-10-17fastparser: cache default namespace token for ooxml.Michael Meeks
2013-10-17FastAttributeList: avoid OStrings in attribute list; just use char bufferMatúš Kukan
2013-10-17fastparser: remove duplicated OString version methodsMatúš Kukan
2013-10-17fastparser: isolate calls to XFastContextHandler in Entity's methodsMatúš Kukan
2013-10-17fastparser: store mnNamespaceCount in another stackMatúš Kukan
2013-10-17sax: add unit test for FastSaxParserMatúš Kukan
2013-10-17remove not implemented method declarationMatúš Kukan
2013-10-11fastparser: don't allocate uno::Sequences when we don't need to.Michael Meeks
2013-07-15OUStringBuffer doesn't have append() overload for const char*Luboš Luňák
2013-07-03fastsax: provide the element name instead of prefix for unknown elementsCédric Bosdonnat
2013-06-29remove OUString wrap for string literalsThomas Arnhold
2013-04-07mass removal of rtl:: prefixes for O(U)String*Luboš Luňák
2013-04-01Remove RTL_CONSTASCII_(U)STRINGPARAM in scaddins/saxChr. Rossmanith
2013-03-03Related to fdo#60724: correct spellingThomas Arnhold
2013-02-13sax: convert some legacy assertionsMichael Stahl
2012-09-08sax: com.sun.star.xml.sax.FastSerializer seems to be unusedMatúš Kukan
2012-08-24sax: avoid pointless linking expwrap against saxMatúš Kukan
2012-07-12XML_Parse returns enum XML_StatusMichael Stahl
2012-06-27re-base on ALv2 code.Michael Meeks
2012-06-01Targeted string re-work in padmin and saxThorsten Behrens
2012-05-25stop parsing on encountering internal entities in fastparser.cxxMichael Stahl
2012-04-06Replaced equalsAsciiL(RTL_CONSTASCII_STRINGPARAM(...)) with == operatorSzabolcs Dezsi
2012-03-03Avoid temporary rtl::OUStringJulien Nabet
2012-01-21Removed some unused parameters; added SAL_UNUSED_PARAMETER.Stephan Bergmann
2012-01-05Fix for fdo43460 Part XXIX getLength() to isEmpty()Olivier Hallot
2011-08-31catch by const referenceCaolán McNamara
2011-08-17add more component prefixesMatúš Kukan
2011-07-21resyncing to masterBjoern Michaelsen
2011-07-12Remove component_getImplementationEnvironment methodsMatus Kukan
2011-06-21Don't use the i prefix for import libraries with WNTGCCTor Lillqvist
2011-06-19Merge branch 'master' into feature/gnumake4Bjoern Michaelsen
2011-06-17CWS gnumake4: some fixes for Windows [hg:9eb9b5d5181e]Mathias Bauer
2011-06-17CWS gnumake4: convert sax to new build system [hg:389d236eb6b2]Mathias Bauer
2011-05-03Adding a public getNamespaceURL method to fastparser.Muthu Subramanian
2011-04-21Easyhack: Add visibility markup to all component_get* functionsJulien Nabet
2011-03-11Merge commit 'ooo/DEV300_m101' into intm101Jan Holesovsky
2011-02-07Remove some dead codeThomas Arnhold
2011-02-04Bulk move libs-gui to boost unordered containersFridrich Strba
2010-11-23RTL_CONSTASCII_USTRINGPARAM in libs-gui 15Gert Faller
2010-10-14Add vim/emacs modelines to all source filesSebastian Spaeth