Age | Commit message (Expand) | Author |
2021-05-24 | Fix documentation of SfxItemPool ctr | Julien Nabet |
2021-05-23 | Resolves: tdf#137063 For General format start exponential display at 1E-10 | Eike Rathke |
2021-05-17 | fix some leaks in Signing | Noel Grandin |
2021-05-17 | Resolves: tdf#128314 Use GenitiveMonths name also if comma is following | Eike Rathke |
2021-05-17 | dont leak NSS Arena in svl::crypto::Signing::Sign | Noel Grandin |
2021-05-15 | Related: tdf#128314 tdf#137349 Support NatNum12 for all day and month names | Eike Rathke |
2021-05-10 | speed up SfxExtItemPropertySetInfo | Noel Grandin |
2021-05-10 | Resolves: tdf#142186 Accept 123.45 fractional input on weird formats like 0"." | Eike Rathke |
2021-05-08 | ref-count SfxItemPool | Noel Grandin |
2021-05-07 | add utility method to get last pool in chain | Noel Grandin |
2021-05-06 | replace SVL_CRYPTO_MSCRYPTO with _WIN32 | Noel Grandin |
2021-05-03 | loplugin:stringadd improvement for appending numbers | 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-04-28 | use string_view in INetURLObject::encode | Noel Grandin |
2021-04-28 | svl: fix crash in SfxItemSet::dumpAsXml() | Michael Stahl |
2021-04-27 | loplugin:stringadd convert chained append to + | Noel Grandin |
2021-04-27 | use more string_view in tools/stream | Noel Grandin |
2021-04-25 | loplugin:unusedmethods | Noel Grandin |
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-22 | no need to create a temporary when appending to OUStringBuffer | Noel Grandin |
2021-04-19 | svx properties: pass SfxItemSet around by value | Noel Grandin |
2021-04-15 | store ptr to the original entries in SfxItemPropertyMap | Noel Grandin |
2021-04-13 | we don't want this dynamic_cast in release builds | Noel Grandin |
2021-04-13 | avoid a few string allocations | Noel Grandin |
2021-04-12 | make SfxItemPropertySimpleEntry constructor explicit | Noel Grandin |
2021-04-12 | less copying in SfxItemPropertyMap::getPropertyEntries | Noel Grandin |
2021-04-12 | tdf#130326 flatten SfxItemPropertyMap | Noel Grandin |
2021-04-12 | SfxItemPropertySimpleEntry constructor should take a reference | Noel Grandin |
2021-04-07 | rtl::Static -> function local static | Noel Grandin |
2021-03-25 | tdf#140968 tdf#140978 XLSX import: fix lost rounded filters | Balazs Varga |
2021-03-25 | const OUString -> const OUStringLiteral | Mike Kaganski |
2021-03-21 | cid#1473798 silence Unchecked return value from library | Caolán McNamara |
2021-03-19 | silence coverity unchecked return value from library on xmlText* functions | Caolán McNamara |
2021-03-15 | xls load: suppress secondary [~gengou] calendar modifier in format code | Eike Rathke |
2021-03-15 | xls save: fix writing inline calendar modifiers as format code, don't | Eike Rathke |
2021-03-10 | Drop 'static_cast<cppu::OWeakObject*>' syntactic noise | Mike Kaganski |
2021-03-03 | xmlsecurity: improve handling of multiple certificates per X509Data | Michael Stahl |
2021-03-03 | xmlsecurity: improve handling of multiple X509Data elements | Michael Stahl |
2021-02-26 | loplugin:refcounting in svl | Noel |
2021-02-20 | loplugin:refcounting in svl | Noel |
2021-02-16 | loplugin:referencecasting in stoc..svtools | Noel |
2021-01-29 | loplugin:stringviewparam extend to new.. | Noel |
2021-01-28 | simplify code, use more subView() | Noel |
2021-01-28 | add string_view variants of methods to O[U]StringBuffer | Noel |
2021-01-27 | tdf#92456 store hash with string | Noel Grandin |
2021-01-25 | tdf#92456 improve VLOOKUP perf | Noel Grandin |
2021-01-12 | tdf#42982: Improve UNO API error reporting | Bayram Çiçek |
2021-01-10 | fix coverity parse errors | Caolán McNamara |