summaryrefslogtreecommitdiff
path: root/svl
AgeCommit message (Expand)Author
2021-01-02Remove warning while buildingdante
2020-12-29loplugin:stringviewparam: operator +Stephan Bergmann
2020-12-26New loplugin:stringliteralvarStephan Bergmann
2020-12-19make *String(string_view) constructors explicitNoel Grandin
2020-12-19use more string_view in SfxItemPropertyMapNoel
2020-12-15update pchesCaolán McNamara
2020-12-14warning C4189: 'pInst': local variable is initialized but not referencedStephan Bergmann
2020-12-11Adapt the remaining OUString functions to std string_viewStephan Bergmann
2020-12-07move various notebookbar widgets into vclCaolán McNamara
2020-12-04update pchesCaolán McNamara
2020-12-03tdf#96505: Get rid of cargo cult long integer literalsGökhan Özeloğlu
2020-12-01tdf#42949 Fix new IWYU warnings in directories s*Gabor Kelemen
2020-11-25DdeInitializeW, DdeGetLastError, etc. use UINT as status return typeStephan Bergmann
2020-11-24loplugin:stringviewparam extend to comparison operatorsNoel
2020-11-19Clarify DdeData::GetExternalFormat return typeStephan Bergmann
2020-11-19svl/source/svdde/ddedata.cxx is only compiled on Windows anywayStephan Bergmann
2020-11-17loplugin:stringviewparam extend to constructorsNoel
2020-11-16tdf#123936 Formatting files in module svl with clang-formatPhilipp Hofer
2020-11-12New loplugin:stringviewparamStephan Bergmann
2020-11-11loplugin:stringviewNoel
2020-11-11make tools::Long 64-bit on Windows platformNoel Grandin
2020-11-03remove pimpl in SfxBroadcaster/SfxListenerNoel Grandin
2020-11-02move SwCondCollCondChg on top of SfxHintBjoern Michaelsen
2020-10-31remove pimpl from FSStorageNoel Grandin
2020-10-21new tools::Degree10 strong typedefNoel Grandin
2020-10-19use tools::Long in svlNoel
2020-10-14Resolves: tdf#137453 Implicit conversion from sal_uInt64 to sal_Int32 is bad..Eike Rathke
2020-10-08use sal_Int32 for style-sheet indexNoel Grandin
2020-10-06loplugin:const* make some params and methods constNoel
2020-10-04loplugin:reducevarscope in store..svtoolsNoel
2020-10-03use more TOOLS_WARN_EXCEPTIONNoel
2020-10-02Use the new single-instance="true" attribute in svlStephan Bergmann
2020-10-01tdf#136728: Revert "tdf#136238 speed up deleting large cross page table"Xisco Fauli
2020-09-26Related: tdf#136985 SfxStringListItem::GetString() crash in empty caseCaolán McNamara
2020-09-23Read MOSDocumentLockFile UTF-16 string data with same endiannessStephan Bergmann
2020-09-23Convert attribute value to UTF-8 when passing it to libxml2Stephan Bergmann
2020-09-23tdf#128136: Build curl, nss, and xmlsec for iOS, tooTor Lillqvist
2020-09-16Turn OUStringLiteral into a consteval'ed, static-refcound rtl_uStringStephan Bergmann
2020-09-10Remove some DBG_UTIL debug codeStephan Bergmann
2020-09-10tdf#136238 speed up deleting large cross page tableNoel Grandin
2020-09-07Make the OUString ctors taking raw sal_Unicode pointer/non-const array explicitStephan Bergmann
2020-09-04TabPage no longer needs to inherit from VclBuilderContainerCaolán McNamara
2020-09-04Make many OUString functions take std::u16string_view parametersStephan Bergmann
2020-09-03Make ImpSvNumberformatScan::GetColor constMike Kaganski
2020-09-03Simplify standard color initializationMike Kaganski
2020-08-28Change OUStringLiteral from char[] to char16_t[]Stephan Bergmann
2020-08-27remove some unused includes and update pchesCaolán McNamara
2020-08-27expand out StringSet typedefNoel Grandin
2020-08-19update pchesCaolán McNamara
2020-08-14loplugin:simplifybool moreNoel Grandin