summaryrefslogtreecommitdiff
path: root/svl
AgeCommit message (Expand)AuthorFilesLines
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
2021-01-02Remove warning while buildingdante1-1/+1
2020-12-29loplugin:stringviewparam: operator +Stephan Bergmann4-37/+40
2020-12-26New loplugin:stringliteralvarStephan Bergmann1-1/+1
2020-12-19make *String(string_view) constructors explicitNoel Grandin1-1/+1
2020-12-19use more string_view in SfxItemPropertyMapNoel1-3/+3
2020-12-15update pchesCaolán McNamara1-2/+2
2020-12-14warning C4189: 'pInst': local variable is initialized but not referencedStephan Bergmann1-2/+0
2020-12-11Adapt the remaining OUString functions to std string_viewStephan Bergmann3-4/+7
2020-12-07move various notebookbar widgets into vclCaolán McNamara1-2/+3
2020-12-04update pchesCaolán McNamara1-3/+4
2020-12-03tdf#96505: Get rid of cargo cult long integer literalsGökhan Özeloğlu1-1/+1
2020-12-01tdf#42949 Fix new IWYU warnings in directories s*Gabor Kelemen20-24/+14
2020-11-25DdeInitializeW, DdeGetLastError, etc. use UINT as status return typeStephan Bergmann1-1/+1
2020-11-24loplugin:stringviewparam extend to comparison operatorsNoel6-21/+21
2020-11-19Clarify DdeData::GetExternalFormat return typeStephan Bergmann2-15/+12
2020-11-19svl/source/svdde/ddedata.cxx is only compiled on Windows anywayStephan Bergmann1-4/+0
2020-11-17loplugin:stringviewparam extend to constructorsNoel1-6/+6
2020-11-16tdf#123936 Formatting files in module svl with clang-formatPhilipp Hofer12-201/+129
2020-11-12New loplugin:stringviewparamStephan Bergmann1-1/+1
2020-11-11loplugin:stringviewNoel2-2/+2