Age | Commit message (Expand) | Author |
2021-07-26 | use officecfg for security options | Noel Grandin |
2021-07-26 | tdf#123626 Allow adding hyperlinks to shapes | Samuel Mehrbrodt |
2021-07-25 | use officecfg to retrieve OdfDefaultVersion | Noel Grandin |
2021-07-23 | sw bibliography, local copy: add ODF filter | Miklos Vajna |
2021-07-23 | loplugin:noexceptmove (macOS, libc++) | Stephan Bergmann |
2021-07-22 | pass SvXMLNamespaceMap around by value | Noel Grandin |
2021-07-20 | no need to store data separately in SvXMLAttrContainerItem | Noel Grandin |
2021-07-20 | no need to allocate Sequence separately in FilterPropertiesInfo_Impl | Noel Grandin |
2021-07-19 | Make obvious that this is in a try/catch block | Samuel Mehrbrodt |
2021-07-16 | tdf#92796 ODF import: remove unused bitmap fills | Michael Stahl |
2021-07-07 | WaE: Wodr type 'ActionMapTypesOOo' violates the C++ ODR | Caolán McNamara |
2021-07-03 | tdf#142902 DOCX export: remove personal info of comments and changes | László Németh |
2021-06-30 | Fix potential (but unlikely) overflow | Jan-Marek Glogowski |
2021-06-30 | Purge out rtl::math::setNan | BaiXiaochun |
2021-06-29 | new ODF numbered list parameter loext:num-list-format | Vasily Melenchuk |
2021-06-28 | loplugin:indentation improve checks for brace alignment | Noel Grandin |
2021-06-26 | loplugin:finalclasses in xmloff | Noel Grandin |
2021-06-22 | crashtesting: assert on export of tdf105134-1.docx to odt | Caolán McNamara |
2021-06-17 | tdf#90401 xmloff: remove personal info of comments and changes | László Németh |
2021-06-11 | Simplify Sequences initializations (writerfilter/writerperfect/x*) | Julien Nabet |
2021-06-09 | dtd files are not xml files and shouldn't have xml headers | Caolán McNamara |
2021-06-08 | editengine-columns: ODF support [API CHANGE] | Mike Kaganski |
2021-06-08 | Use containerToSequence for Sequence of dynamic size | Vasily Melenchuk |
2021-06-04 | Fix typo | Andrea Gelmini |
2021-06-03 | tdf#142546 broken formulas in .FODT files | Noel Grandin |
2021-05-30 | no need to allocate this separately | Noel Grandin |
2021-05-29 | Missing include | Mike Kaganski |
2021-05-29 | std::unique_ptr->std::optional | Noel Grandin |
2021-05-28 | tdf#137199: sw: convert list format string to prefix/suffix for ODF | Vasily Melenchuk |
2021-05-27 | tdf#60382 sw xmloff: import/export tracked table/row deletion | László Németh |
2021-05-27 | we can search std::set without allocating on the heap | Noel Grandin |
2021-05-20 | simplify some XMLPropertyState memory management | Noel Grandin |
2021-05-14 | Improve loplugin:stringview | Stephan Bergmann |
2021-05-13 | inline some typedefs | Noel Grandin |
2021-05-11 | Missing include | Mike Kaganski |
2021-05-11 | change usage of boost::hash_combine to o3tl::hash_combine | Tomaž Vajngerl |
2021-05-10 | tdf#138209 ODF export: work around forms problem in LO < 7.0 | Michael Stahl |
2021-05-04 | tdf#76258 Add ODF import/export | Samuel Mehrbrodt |
2021-05-03 | loplugin:stringadd improvement for appending numbers | Noel Grandin |
2021-05-03 | loplugin:unnecessaryparen small improvement | Noel Grandin |
2021-05-02 | throw() -> noexcept, part 2/3: Automatic loplugin:noexcept rewrite | Stephan Bergmann |
2021-05-02 | tdf#79049 speed up OOXML workbook load (4) | Noel Grandin |
2021-05-01 | remove superfluous loop variable | Jochen Nitschke |
2021-04-29 | loplugin:stringadd simplify some *StringBuffer operations | Noel Grandin |
2021-04-27 | loplugin:stringadd convert chained append to + | Noel Grandin |
2021-04-23 | tdf#139734: Drop redundant asserts after MacrosTest::loadFromDesktop | Ahmet Hakan Çelik |
2021-04-22 | no need to create temporaries when appending number to O[U]StringBuffer | Noel Grandin |
2021-04-22 | no need makeStringAndClear() when appending to buffer | Noel Grandin |
2021-04-21 | loplugin:stringadd replace OUStringLiteral temporaries with OUString::Concat | Noel Grandin |
2021-04-20 | use OUString::Concat here, not OUStringLiteral | Noel Grandin |