summaryrefslogtreecommitdiff
path: root/include/svl
AgeCommit message (Expand)AuthorFilesLines
2021-06-14Workaround internal compiler error on tb77Mike Kaganski1-18/+0
2021-06-13Assert on valid order of which ids in ranges on SfxItemSet creationMike Kaganski1-4/+35
2021-06-10loplugin:unnecessaryreturn SvtListener::EndListeningNoel Grandin1-1/+1
2021-06-08editengine-columns: ODF support [API CHANGE]Mike Kaganski1-1/+1
2021-06-08Remove SfxItemState::READONLYArmin Le Grand1-3/+0
2021-05-28Select svl crypto backend in configure.acJan-Marek Glogowski1-0/+15
2021-05-18loplugin:unusedmethodsNoel Grandin1-37/+0
2021-05-10speed up SfxExtItemPropertySetInfoNoel Grandin1-1/+10
2021-05-08ref-count SfxItemPoolNoel Grandin1-29/+6
2021-05-07add utility method to get last pool in chainNoel Grandin1-0/+2
2021-05-06add SfxItemPoolDeleter utilityNoel Grandin1-3/+10
2021-05-02throw() -> noexcept, part 2/3: Automatic loplugin:noexcept rewriteStephan Bergmann1-1/+1
2021-05-02tdf#79049 speed up OOXML workbook load (4)Noel Grandin1-11/+19
2021-04-25loplugin:unusedmethodsNoel Grandin1-13/+0
2021-04-19svx properties: pass SfxItemSet around by valueNoel Grandin1-0/+2
2021-04-15store ptr to the original entries in SfxItemPropertyMapNoel Grandin1-14/+24
2021-04-12make SfxItemPropertySimpleEntry constructor explicitNoel Grandin1-1/+1
2021-04-12less copying in SfxItemPropertyMap::getPropertyEntriesNoel Grandin1-2/+2
2021-04-12tdf#130326 flatten SfxItemPropertyMapNoel Grandin1-3/+4
2021-04-12SfxItemPropertySimpleEntry constructor should take a referenceNoel Grandin1-6/+6
2021-04-09Recheck include/ with IWYUGabor Kelemen2-2/+0
2021-03-31Related: tdf#137577 Update Name Box range name list on sheet renameEike Rathke1-0/+2
2021-03-25tdf#140968 tdf#140978 XLSX import: fix lost rounded filtersBalazs Varga1-2/+5
2021-03-15Fix typosAndrea Gelmini1-1/+1
2021-03-03xmlsecurity: improve handling of multiple certificates per X509DataMichael Stahl1-1/+12
2021-03-03xmlsecurity: improve handling of multiple X509Data elementsMichael Stahl1-8/+13
2021-03-03xmlsecurity: remove XSecController::setPropertyId()Michael Stahl1-2/+3
2021-03-03xmlsecurity: XSecParser confused about multiple timestampsMichael Stahl1-0/+2
2021-02-26loplugin:refcounting in svlNoel1-1/+1
2021-02-20loplugin:refcounting in svlNoel1-2/+2
2021-01-29loplugin:stringviewparam extend to new..Noel2-3/+3
2021-01-25tdf#92456 improve VLOOKUP perfNoel Grandin1-1/+1
2021-01-13SfxPoolItem: introduce StaticWhichCast and DynamicWhichCastBjoern Michaelsen1-0/+33
2020-12-29loplugin:stringviewparam: operator +Stephan Bergmann1-1/+3
2020-12-25missing include (std::to_string)Stephan Bergmann1-0/+1
2020-12-19use more string_view in SfxItemPropertyMapNoel1-2/+2
2020-12-11Adapt the remaining OUString functions to std string_viewStephan Bergmann1-2/+6
2020-11-24loplugin:stringviewparam extend to comparison operatorsNoel2-10/+10
2020-11-21tdf#123936 Formatting files in module include with clang-formatPhilipp Hofer12-87/+72
2020-11-19Clarify DdeData::GetExternalFormat return typeStephan Bergmann1-3/+3
2020-11-03remove pimpl in SfxBroadcaster/SfxListenerNoel Grandin2-6/+16
2020-10-28convert some more long -> tools::LongNoel1-1/+1
2020-10-21new tools::Degree10 strong typedefNoel Grandin1-5/+10
2020-10-19use tools::Long in svlNoel4-14/+16
2020-10-14Resolves: tdf#137453 Implicit conversion from sal_uInt64 to sal_Int32 is bad..Eike Rathke1-4/+4
2020-10-08use sal_Int32 for style-sheet indexNoel Grandin2-17/+15
2020-10-06loplugin:const* make some params and methods constNoel1-1/+1
2020-10-01tdf#136728: Revert "tdf#136238 speed up deleting large cross page table"Xisco Fauli1-1/+1
2020-09-30tdf#137013 fix Writer find toolbar ui regressionsJim Raykowski1-0/+2
2020-09-20tdf#132366 Writer enhancement that highlights search resultsJim Raykowski1-0/+3