summaryrefslogtreecommitdiff
path: root/include/svl
AgeCommit message (Expand)Author
2020-08-13use OUStringLiteral in SfxItemPropertyMapEntryNoel Grandin
2020-08-03tdf#42949 Fix IWYU warnings in include/[t-x]*/*hxxGabor Kelemen
2020-07-30inline some use-once typedefsNoel Grandin
2020-07-20compact namespace declNoel Grandin
2020-07-02Resolves: tdf#134455 Let TIMEVALUE() use lax time recognitionEike Rathke
2020-07-01tdf#132454 some more improvementsNoel Grandin
2020-06-26optimize SvtBroadcaster::Normalize() even a bit more (tdf#132454)Luboš Luňák
2020-06-15tdf#103414 Add/Delete decimal for 100th secondLaurent BP
2020-06-09tdf#128502: Try to support multiple documents in LibreOfficeKit-using processTor Lillqvist
2020-05-28pack SfxItemPropertyMapEntry and SfxItemPropertySimpleEntryNoel Grandin
2020-05-25tdf#133342 Add user defined percent stringLaurent BP
2020-05-05remove unused nSearchFamily and nMask membersCaolán McNamara
2020-05-05drop newly unused SfxStyleSheetIterator::GetSearchFamilyCaolán McNamara
2020-05-05drop newly unused SfxStyleSheetBasePool::GetSearchMaskCaolán McNamara
2020-05-05we want to invalidate the current iteratorCaolán McNamara
2020-05-05pass SfxStyleFamily explicitly to SfxStyleSheetBasePool::ChangeParentCaolán McNamara
2020-05-05make the family and mask explicit in SfxStyleSheetBasePool::FirstCaolán McNamara
2020-05-05drop SfxStyleSheetBasePool::CountCaolán McNamara
2020-05-04default CreateIterator mask to SfxStyleSearchBits::AllCaolán McNamara
2020-05-03Related: tdf#130108 expand single arg SfxStyleSheetBasePool::Find usesCaolán McNamara
2020-05-03use more compact namespace syntax in /includeNoel Grandin
2020-04-18Move implementation of CELL("format";...) to SvNumberFormatter, tdf#132106 prepEike Rathke
2020-03-29Fix is_typed_flags for SfxStyleSearchBits (svl/style)Julien Nabet
2020-03-23make more classes private in mergedlibs modeNoel Grandin
2020-02-25Fix currency symbol selection in Calc on mobileTomaž Vajngerl
2020-02-22Resolves: tdf#130563 Add predefined 4-digit year date+time formatEike Rathke
2020-02-14move VCLXFileControl to toolkitCaolán McNamara
2019-12-23sal_Char->char in svtools..svlNoel Grandin
2019-12-17Elide use of rtl_Instance (which is obsoleted by C++11 thread-safe statics)Stephan Bergmann
2019-12-13loplugin:unusedmethodsNoel Grandin
2019-12-12use covariant return type for SfxPoolItem::CloneCaolán McNamara
2019-12-05make some classes module privateNoel Grandin
2019-12-02tdf#42949 Replace property_tre/ptree.hpp with fw declaration headerGabor Kelemen
2019-11-28jsdialog: dump Sfx_Int__Items to JSONSzymon Kłos
2019-11-28jsdialogs: send graphic items updatesSzymon Kłos
2019-11-27jsdialogs: dumpAsJSON for SfxItems with FillGradient exampleSzymon Kłos
2019-11-25Remove some redundantly user-declared copy ctors and assignment opsStephan Bergmann
2019-11-20tdf#128557 Add tooltips to styles listsJim Raykowski
2019-11-06make some classes module-privateNoel Grandin
2019-10-30loplugin:finalclasses sot..svlNoel Grandin
2019-10-19Resolves: tdf#76441 accept two digit groups MM:SS input if formatted as suchEike Rathke
2019-10-08loplugin:redundantpointerops simplify *p.get()Noel Grandin
2019-10-05move file picker only code to fpickerCaolán McNamara
2019-10-05simplify SfxAllEnumItemNoel Grandin
2019-10-03Simplify a bit SfxAllEnumItem (svl)Julien Nabet
2019-10-02Avoid std::vector inheritance for SfxAllEnumValueArrJulien Nabet
2019-10-01loplugin:returnconstval (clang-cl)Stephan Bergmann
2019-10-01Drop SfxItemIter::FirstItemMike Kaganski
2019-10-01Avoid redundant IsAtEnd: NextItem returns nullptr iif iterator is at endMike Kaganski
2019-09-27loplugin:virtualdead in svlNoel Grandin