summaryrefslogtreecommitdiff
path: root/sax
AgeCommit message (Expand)AuthorFilesLines
2014-03-18Find places where OUString and OString are passed by value.Noel Grandin2-3/+3
2014-03-05sax: FastAttributeList - add attribute in a specific namespaceTomaž Vajngerl1-0/+6
2014-03-02remove whitespacesMarkus Mohrhard1-31/+0
2014-02-26cppuhelper: retrofit std::exception into overriding exception specsStephan Bergmann6-100/+100
2014-02-26Remove visual noise from saxAlexander Wilms6-14/+14
2014-02-25remove unused code sax_fastparser::FastSerializerHelper::copyTopMarkPop()Noel Grandin3-14/+0
2014-02-25remove unused code sax_fastparser::FastSerializerHelper::copyTopMarkPush()Noel Grandin3-12/+0
2014-02-23Remove unneccessary commentsAlexander Wilms5-39/+39
2014-02-21[API CHANGE] fix endCDATA to allow throwing css::xml::sax::SAXExceptionCaolán McNamara2-3/+3
2014-02-12Improve output in case of test failureStephan Bergmann1-2/+2
2014-02-11Related: #i97873# (coverity#705407) Improper use of negative valueCaolán McNamara1-1/+1
2014-02-11sax: my suggestion was not as good as i thought...Michael Stahl1-0/+4
2014-02-11fdo#72468 avoid out of bounds array accessArnaud Versini1-2/+2
2014-02-08coverity#1130446 Uncaught exceptionCaolán McNamara1-1/+2
2014-02-07Use rtl::ReferenceStephan Bergmann1-10/+7
2014-02-07Avoid css::uno using directives (Reference ambiguities)Stephan Bergmann1-50/+49
2014-01-251158273 Uncaught exceptionCaolán McNamara1-2/+3
2014-01-23coverity#1158443 Uninitialized pointer fieldCaolán McNamara1-3/+6
2014-01-23coverity#1158444 Uninitialized scalar fieldCaolán McNamara1-12/+13
2014-01-23coverity#1158445 Uninitialized pointer fieldCaolán McNamara1-0/+3
2014-01-23coverity#1158493 Uninitialized scalar fieldCaolán McNamara1-39/+43
2014-01-22Introduce static inline cppu::acquire(), and make use of that.Jan Holesovsky3-6/+6
2014-01-21Change _get_implementation()'s not to do initialization directly.Jan Holesovsky3-3/+3
2014-01-20Minimize the constructor functions to a bare minimum.Jan Holesovsky3-9/+3
2014-01-18Unify ctor functions for component implementations.Matúš Kukan3-15/+11
2014-01-15Unify ctor functions to have _get_implementation suffix.Matúš Kukan4-6/+6
2014-01-15Use const& arguments parameter for ctor functions.Matúš Kukan3-6/+3
2014-01-14fastparser: avoid boost::optional where it is un-necessary.Michael Meeks1-5/+5
2014-01-10Use boolStephan Bergmann1-2/+2
2014-01-07remove unnecessary sal_Unicode casts in OUStringBuffer::append callsNoel Grandin1-7/+7
2014-01-03WaE: C4101: 'e' : unreferenced local variableTor Lillqvist1-1/+1
2013-12-31don't call top on an empty stackCaolán McNamara1-1/+1
2013-12-31fastparser: avoid std::stack::top() - cache it's results.Michael Meeks1-13/+9
2013-12-20fastparser: move lclGetErrorMessage into the anonymous namespace.Michael Meeks1-41/+41
2013-12-20fastparser:: move Entity:: code into the anonymous namespace.Michael Meeks1-46/+46
2013-12-20fastparser: fix load regressionMichael Meeks1-68/+77
2013-12-19css.xml.sax service ctor clean-upStephan Bergmann1-5/+2
2013-12-19Add .component <implementation constructor="..." featureStephan Bergmann4-102/+62
2013-12-18Change from ServiceManager- to ComponentContext-based implementationsStephan Bergmann3-47/+51
2013-12-18sax: various clean up. Move _getFactory next to the implementation.Matúš Kukan6-250/+106
2013-12-18Allow UNO component libraries to have each implementation in its own function.Matúš Kukan2-41/+39
2013-12-17sax: avoid usage of double for parsing nanoseconds here tooMichael Stahl1-3/+7
2013-12-17...and nDigits > 9 is harmless in following for loop and need not be cappedStephan Bergmann1-1/+1
2013-12-17readUnsignedNumberMaxDigits can read more than maxDigits charsStephan Bergmann1-2/+2
2013-12-17Fix namingStephan Bergmann1-5/+5
2013-12-17Avoid inaccurate floating-point computationsStephan Bergmann1-3/+7
2013-12-17Improve CPPUNIT_ASSERTsStephan Bergmann1-9/+8
2013-12-17Adapt all (non-extension, SharedLibrary) .components to environment="..."Stephan Bergmann1-2/+2
2013-12-11fdo#60698: Merge fastsax and sax_shared into expwrapMarcos Paulo de Souza9-140/+30
2013-12-10sax, xmloff: fix ODF import/export of text:time/text:time-valueMichael Stahl2-55/+292