Age | Commit message (Expand) | Author |
2016-05-18 | update unusedmethods plugin to deal with constructors | Noel Grandin |
2016-04-13 | loplugin:passstuffbyref in sax | Noel Grandin |
2016-04-11 | clang-tidy performance-unnecessary-value-param in sax | Noel Grandin |
2016-02-09 | Remove excess newlines | Chris Sherlock |
2016-01-20 | loplugin:unusedmethods | Noel Grandin |
2015-11-18 | use unique_ptr for pImpl in sax/ | Noel Grandin |
2015-11-17 | loplugin:unnecessaryvirtual | Noel Grandin |
2015-11-10 | loplugin:nullptr (automatic rewrite) | Stephan Bergmann |
2015-10-23 | com::sun::star->css in include/linguistic to include/sfx2 | Noel Grandin |
2015-10-12 | Replace "SAL_OVERRIDE" with "override" in LIBO_INTERNAL_ONLY code | Stephan Bergmann |
2015-10-09 | xmloff: fix ODF import of gradient draw:angle attribute a bit | Michael Stahl |
2015-07-18 | sax: convert MergeMarksEnum to enum class | Michael Stahl |
2015-07-18 | sax, sw: try to make that maMarkStack easier to understand | Michael Stahl |
2015-06-16 | Fix typos | Andrea Gelmini |
2015-04-15 | remove unnecessary use of void in function declarations | Noel Grandin |
2015-03-27 | loplugin:staticfunction | Noel Grandin |
2015-03-09 | V801: Decreased performance | Caolán McNamara |
2015-02-16 | boost::foo_ptr->std::foo_ptr | Caolán McNamara |
2014-11-12 | make FastAttributeList's unknown attribute value be passed as OString | Luboš Luňák |
2014-11-12 | allow inserting attributes that have zero length | Luboš Luňák |
2014-11-12 | typo: represant->represent | Andras Timar |
2014-10-23 | Remove few pointless OUString::number() and one method | Matúš Kukan |
2014-10-23 | FastSerializer: Use faster TokenValue struct when possible | Matúš Kukan |
2014-10-23 | FastSerializer: avoid some more OStrings | Matúš Kukan |
2014-10-23 | FastSerializer: Use FastAttributeList directly to write faster. | Matúš Kukan |
2014-10-23 | fastparser: avoid allocating un-used FastTokenLookup class. | Michael Meeks |
2014-10-23 | FastSerializer: Have OString version of write() too. | Matúš Kukan |
2014-07-03 | fdo#80748: Fix for file corruption due to framePr | Rohit Deshmukh |
2014-05-27 | css already means ::com::sun::star | Thomas Arnhold |
2014-05-14 | Find places where uno::Sequence is passed by value. | Noel Grandin |
2014-04-03 | remove unnecessary scope qualifier from sal_Bool uses | Noel Grandin |
2014-03-26 | First batch of adding SAL_OVERRRIDE to overriding function declarations | Stephan Bergmann |
2014-03-05 | sax: FastAttributeList - add attribute in a specific namespace | Tomaž Vajngerl |
2014-03-01 | Remove visual noise from include | Alexander Wilms |
2014-02-26 | cppuhelper: retrofit std::exception into overriding exception specs | Stephan Bergmann |
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-08 | coverity#1130446 Uncaught exception | Caolán McNamara |
2013-12-18 | sax: various clean up. Move _getFactory next to the implementation. | Matúš Kukan |
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-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 |
2013-11-27 | fastparser: Outline virtual destructor to please MSVC++. | Michael Meeks |
2013-11-26 | fastparser: Avoid copying all tokens into a sequence. | Michael Meeks |
2013-11-22 | getChar() to return a null-terminated char array. | Kohei Yoshida |
2013-11-20 | Expose raw char array and use it to avoid OUString allocations. | Kohei Yoshida |
2013-11-20 | fastparser: avoid excessive alloc/frees for int / bool / double parsing | Michael Meeks |
2013-11-19 | fastparser: accelerate value tokenisation as well. | Michael Meeks |