Age | Commit message (Expand) | Author |
2020-12-22 | use string_view in ProcessAttribute | Noel |
2020-12-15 | use views to parse rather than allocating OUString | Noel |
2020-12-11 | Adapt the remaining OUString functions to std string_view | Stephan Bergmann |
2020-11-29 | Preparing for mathml support of custom entity references. | dante |
2020-11-25 | use string_view for the parsing in sax utils | Noel |
2020-11-16 | tdf#138144 Form wizard fails to save | Noel |
2020-11-11 | use fastparser in forms | Noel Grandin |
2020-07-08 | Fix typo | Andrea Gelmini |
2020-07-07 | Use std::optional to allow optional inclusion of attributes | Mike Kaganski |
2020-07-05 | Allow use OUString as attribute value in FastSerializerHelper::*Element | Mike Kaganski |
2020-07-05 | Simplify FastSerializerHelper::*ElementNS to just call corresponding *Element | Mike Kaganski |
2020-05-24 | inline some use-once typedefs | Noel Grandin |
2020-05-19 | tdf#89475 xmloff: ODF import/export: continue fixing draw:angle | Michael Stahl |
2020-05-03 | use more compact namespace syntax in /include | Noel Grandin |
2020-04-28 | move the castToFastAttributeList function | Noel Grandin |
2020-04-25 | make FastParser always take a FastTokenHandlerBase subclass | Noel Grandin |
2020-03-12 | Revert "loplugin:constfields in reportdesign,sal,sax" | Noel Grandin |
2020-02-21 | Drop o3tl::optional wrapper | Stephan Bergmann |
2019-12-19 | sal_Char->char in remotebridges..sax | Noel Grandin |
2019-12-01 | Introduce o3tl::optional as an alias for std::optional | Stephan Bergmann |
2019-12-01 | Don't use boost::optional forward declarations | Stephan Bergmann |
2019-10-31 | tdf#125688 speed up load of change-tracking ODS | Noel Grandin |
2019-10-29 | loplugin:finalclasses sfx2 | Noel Grandin |
2019-10-04 | Deduplicate some serializer writing code, and simplify writing OString | Mike Kaganski |
2019-10-04 | Convert FSNS macro to constexpr function | Mike Kaganski |
2019-09-14 | shave 10% off load time of large docx file | Noel Grandin |
2019-08-23 | loplugin:returnconstval in sax | Noel Grandin |
2019-08-22 | loplugin:constmethod in sax | Noel Grandin |
2019-04-19 | Further cleanup of FastSerializerHelper's startElement/singleElement[NS] | Mike Kaganski |
2019-04-19 | Remove redundant functions from FastSerializerHelper | Mike Kaganski |
2019-04-19 | SAX_ARGS_ARG macro pack is unused | Mike Kaganski |
2018-10-30 | tdf#42949 Fix IWYU warnings in include/sax/* | Gabor Kelemen |
2018-10-12 | loplugin:constfields in reportdesign,sal,sax | Noel Grandin |
2018-08-31 | tdf#42949 Fix IWYU warnings: boost/optional in include/ | Gabor Kelemen |
2018-07-08 | tdf#79878 perf loading docx file, sax improvements | Noel Grandin |
2018-03-06 | add some color conversion methods to sax::Converter | Noel Grandin |
2018-03-05 | drop sax::tools::*base64 methods | Noel Grandin |
2018-03-01 | tdf#115429 xmloff: ODF import: fix handling of unknown attributes | Michael Stahl |
2017-12-23 | loplugin:passstuffbyref improved returns | Noel Grandin |
2017-12-05 | loplugin:salcall fix non-virtual methods | Noel Grandin |
2017-11-11 | Avoid using O[U]StringConcat lvalues containing dangling refs to temporaries | Stephan Bergmann |
2017-10-31 | loplugin:constantparam in sal,sax | Noel Grandin |
2017-10-26 | loplugin:constmethods in unotools | Noel Grandin |
2017-10-25 | loplugin:constmethod in tools,sax,UnoControls | Noel Grandin |
2017-09-04 | loplugin:unnecessaryparen include c++ casts | Noel Grandin |
2017-08-12 | Avoiding unnecessary OUString allocation: | Mohammed Abdul Azeem |
2017-08-08 | Avoiding unnecessary memory allocation: | Mohammed Abdul Azeem |
2017-07-25 | loplugin:unusedmethods | Noel Grandin |
2017-07-17 | loplugin:constparams in basegfx,sax,shell | Noel Grandin |
2017-07-11 | Helper function to cast to FastAttributeList: | Mohammed Abdul Azeem |