Age | Commit message (Expand) | Author |
2014-02-25 | remove unused code sax_fastparser::FastSerializerHelper::copyTopMarkPush() | Noel Grandin |
2014-02-23 | Remove unneccessary comments | Alexander Wilms |
2014-02-21 | [API CHANGE] fix endCDATA to allow throwing css::xml::sax::SAXException | Caolán McNamara |
2014-02-12 | Improve output in case of test failure | Stephan Bergmann |
2014-02-11 | Related: #i97873# (coverity#705407) Improper use of negative value | Caolán McNamara |
2014-02-11 | sax: my suggestion was not as good as i thought... | Michael Stahl |
2014-02-11 | fdo#72468 avoid out of bounds array access | Arnaud Versini |
2014-02-08 | coverity#1130446 Uncaught exception | Caolán McNamara |
2014-02-07 | Use rtl::Reference | Stephan Bergmann |
2014-02-07 | Avoid css::uno using directives (Reference ambiguities) | Stephan Bergmann |
2014-01-25 | 1158273 Uncaught exception | Caolán McNamara |
2014-01-23 | coverity#1158443 Uninitialized pointer field | Caolán McNamara |
2014-01-23 | coverity#1158444 Uninitialized scalar field | Caolán McNamara |
2014-01-23 | coverity#1158445 Uninitialized pointer field | Caolán McNamara |
2014-01-23 | coverity#1158493 Uninitialized scalar field | Caolán McNamara |
2014-01-22 | Introduce static inline cppu::acquire(), and make use of that. | Jan Holesovsky |
2014-01-21 | Change _get_implementation()'s not to do initialization directly. | Jan Holesovsky |
2014-01-20 | Minimize the constructor functions to a bare minimum. | Jan Holesovsky |
2014-01-18 | Unify ctor functions for component implementations. | Matúš Kukan |
2014-01-15 | Unify ctor functions to have _get_implementation suffix. | Matúš Kukan |
2014-01-15 | Use const& arguments parameter for ctor functions. | Matúš Kukan |
2014-01-14 | fastparser: avoid boost::optional where it is un-necessary. | Michael Meeks |
2014-01-10 | Use bool | Stephan Bergmann |
2014-01-07 | remove unnecessary sal_Unicode casts in OUStringBuffer::append calls | Noel Grandin |
2014-01-03 | WaE: C4101: 'e' : unreferenced local variable | Tor Lillqvist |
2013-12-31 | don't call top on an empty stack | Caolán McNamara |
2013-12-31 | fastparser: avoid std::stack::top() - cache it's results. | Michael Meeks |
2013-12-20 | fastparser: move lclGetErrorMessage into the anonymous namespace. | Michael Meeks |
2013-12-20 | fastparser:: move Entity:: code into the anonymous namespace. | Michael Meeks |
2013-12-20 | fastparser: fix load regression | Michael Meeks |
2013-12-19 | css.xml.sax service ctor clean-up | Stephan Bergmann |
2013-12-19 | Add .component <implementation constructor="..." feature | Stephan Bergmann |
2013-12-18 | Change from ServiceManager- to ComponentContext-based implementations | Stephan Bergmann |
2013-12-18 | sax: various clean up. Move _getFactory next to the implementation. | Matúš Kukan |
2013-12-18 | Allow UNO component libraries to have each implementation in its own function. | Matúš Kukan |
2013-12-17 | sax: avoid usage of double for parsing nanoseconds here too | Michael Stahl |
2013-12-17 | ...and nDigits > 9 is harmless in following for loop and need not be capped | Stephan Bergmann |
2013-12-17 | readUnsignedNumberMaxDigits can read more than maxDigits chars | Stephan Bergmann |
2013-12-17 | Fix naming | Stephan Bergmann |
2013-12-17 | Avoid inaccurate floating-point computations | Stephan Bergmann |
2013-12-17 | Improve CPPUNIT_ASSERTs | Stephan Bergmann |
2013-12-17 | Adapt all (non-extension, SharedLibrary) .components to environment="..." | Stephan Bergmann |
2013-12-11 | fdo#60698: Merge fastsax and sax_shared into expwrap | Marcos Paulo de Souza |
2013-12-10 | sax, xmloff: fix ODF import/export of text:time/text:time-value | Michael Stahl |
2013-12-03 | sax: stop using SAX_DLLIMPLEMENTATION for both sax and fastsax | Michael Stahl |
2013-12-03 | we need to pass the variable to get correct dll linkage | Markus Mohrhard |
2013-12-03 | no inheritance so no virtual needed | Markus Mohrhard |
2013-12-02 | Hide the implementation. | Kohei Yoshida |
2013-12-02 | Add a means to check if a namespace exists. | Kohei Yoshida |
2013-12-02 | Move this header out into a public place. | Kohei Yoshida |