summaryrefslogtreecommitdiff
path: root/svl
AgeCommit message (Expand)AuthorFilesLines
2021-04-22no need to create temporaries when appending number to O[U]StringBufferNoel Grandin2-2/+2
2021-04-22no need makeStringAndClear() when appending to bufferNoel Grandin1-1/+1
2021-04-22no need to create a temporary when appending to OUStringBufferNoel Grandin1-2/+2
2021-04-21loplugin:stringadd replace OUStringLiteral temporaries with OUString::ConcatNoel Grandin1-3/+3
2021-04-19svx properties: pass SfxItemSet around by valueNoel Grandin1-0/+32
2021-04-15store ptr to the original entries in SfxItemPropertyMapNoel Grandin1-39/+73
2021-04-13we don't want this dynamic_cast in release buildsNoel Grandin1-0/+2
2021-04-13avoid a few string allocationsNoel Grandin1-1/+1
2021-04-12make SfxItemPropertySimpleEntry constructor explicitNoel Grandin1-1/+1
2021-04-12less copying in SfxItemPropertyMap::getPropertyEntriesNoel Grandin1-13/+0
2021-04-12tdf#130326 flatten SfxItemPropertyMapNoel Grandin1-46/+23
2021-04-12SfxItemPropertySimpleEntry constructor should take a referenceNoel Grandin1-1/+1
2021-04-12update PCHsCaolán McNamara1-2/+2
2021-04-08update PCHsLuboš Luňák1-2/+2
2021-04-07Updated README.md files to represent current code / use Markdown formatHossein1-20/+21
2021-04-07rtl::Static -> function local staticNoel Grandin1-6/+2
2021-04-06update pchesCaolán McNamara1-2/+1
2021-03-25tdf#140968 tdf#140978 XLSX import: fix lost rounded filtersBalazs Varga1-2/+4
2021-03-25const OUString -> const OUStringLiteralMike Kaganski1-2/+2
2021-03-24Using .md extension/Markdown syntax for modules READMEHossein1-0/+0
2021-03-21cid#1473798 silence Unchecked return value from libraryCaolán McNamara1-1/+1
2021-03-21update pchesCaolán McNamara1-2/+2
2021-03-19silence coverity unchecked return value from library on xmlText* functionsCaolán McNamara7-55/+56
2021-03-15xls load: suppress secondary [~gengou] calendar modifier in format codeEike Rathke1-3/+27
2021-03-15xls save: fix writing inline calendar modifiers as format code, don'tEike Rathke1-3/+6
2021-03-13update pchesJulien Nabet1-1/+2
2021-03-10Drop 'static_cast<cppu::OWeakObject*>' syntactic noiseMike Kaganski1-1/+1
2021-03-09Make sal/config.h the first in pchMike Kaganski1-3/+3
2021-03-06update pchesJulien Nabet1-3/+2
2021-03-06update pchesJulien Nabet1-1/+3
2021-03-03update pchesCaolán McNamara1-3/+1
2021-03-03xmlsecurity: improve handling of multiple certificates per X509DataMichael Stahl1-4/+6
2021-03-03xmlsecurity: improve handling of multiple X509Data elementsMichael Stahl1-4/+10
2021-02-26loplugin:refcounting in svlNoel1-1/+1
2021-02-23update pchesCaolán McNamara1-1/+2
2021-02-20loplugin:refcounting in svlNoel2-4/+4
2021-02-19update pchesCaolán McNamara1-2/+2
2021-02-16loplugin:referencecasting in stoc..svtoolsNoel2-2/+2
2021-02-08update pchesCaolán McNamara1-2/+2
2021-02-08Improve loplugin:cppunitassertequal for CPPUNIT_ASSERT(a && b)Stephan Bergmann1-1/+2
2021-01-29loplugin:stringviewparam extend to new..Noel2-3/+3
2021-01-28simplify code, use more subView()Noel2-7/+7
2021-01-28add string_view variants of methods to O[U]StringBufferNoel2-3/+3
2021-01-27Improve loplugin:stringliteralvarStephan Bergmann1-4/+4
2021-01-27tdf#92456 store hash with stringNoel Grandin1-10/+42
2021-01-25tdf#92456 improve VLOOKUP perfNoel Grandin1-4/+6
2021-01-12tdf#42982: Improve UNO API error reportingBayram Çiçek1-1/+1
2021-01-10fix coverity parse errorsCaolán McNamara1-1/+1
2021-01-05tdf#96505 : Get rid of cargo cult long integer literalsumutbayramoglu1-2/+2
2021-01-03tighten up asserting in SfxPoolItem::operator==Noel Grandin4-6/+10