Age | Commit message (Expand) | Author |
2014-04-24 | Avoid possible memory leaks in case of exceptions | Takeshi Abe |
2014-04-14 | typo: attribut -> attribute | Thomas Arnhold |
2014-04-14 | typo: choosen -> chosen | Thomas Arnhold |
2014-04-09 | Remove unused functions | Stephan Bergmann |
2014-04-07 | sax: sal_Bool->bool | Noel Grandin |
2014-04-01 | Explicitly mark overriding destructors as "virtual" | Stephan Bergmann |
2014-03-26 | First batch of adding SAL_OVERRRIDE to overriding function declarations | Stephan Bergmann |
2014-03-18 | Find places where OUString and OString are passed by value. | Noel Grandin |
2014-03-05 | sax: FastAttributeList - add attribute in a specific namespace | Tomaž Vajngerl |
2014-03-02 | remove whitespaces | Markus Mohrhard |
2014-02-26 | cppuhelper: retrofit std::exception into overriding exception specs | Stephan Bergmann |
2014-02-26 | Remove visual noise from sax | Alexander Wilms |
2014-02-25 | remove unused code sax_fastparser::FastSerializerHelper::copyTopMarkPop() | Noel Grandin |
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 |