summaryrefslogtreecommitdiffstats
path: root/include/svl
Commit message (Expand)AuthorAgeFilesLines
* tdf#136728: Revert "tdf#136238 speed up deleting large cross page table"Xisco Fauli2020-10-021-1/+1
* svx UNO API for shapes: expose what scaling factor is used for autofit scalingMiklos Vajna2020-09-151-1/+1
* tdf#136238 speed up deleting large cross page tableNoel Grandin2020-09-101-1/+1
* Resolves: tdf#134455 Let TIMEVALUE() use lax time recognitionEike Rathke2020-07-031-1/+12
* tdf#132454 some more improvementsNoel Grandin2020-07-011-2/+3
* optimize SvtBroadcaster::Normalize() even a bit more (tdf#132454)Luboš Luňák2020-06-261-1/+3
* tdf#103414 Add/Delete decimal for 100th secondLaurent BP2020-06-161-0/+4
* tdf#133342 Add user defined percent stringLaurent BP2020-05-251-0/+2
* remove unused nSearchFamily and nMask membersCaolán McNamara2020-05-051-4/+0
* drop newly unused SfxStyleSheetIterator::GetSearchFamilyCaolán McNamara2020-05-051-1/+0
* drop newly unused SfxStyleSheetBasePool::GetSearchMaskCaolán McNamara2020-05-051-1/+0
* we want to invalidate the current iteratorCaolán McNamara2020-05-051-1/+2
* pass SfxStyleFamily explicitly to SfxStyleSheetBasePool::ChangeParentCaolán McNamara2020-05-051-1/+1
* make the family and mask explicit in SfxStyleSheetBasePool::FirstCaolán McNamara2020-05-051-2/+2
* drop SfxStyleSheetBasePool::CountCaolán McNamara2020-05-051-2/+0
* default CreateIterator mask to SfxStyleSearchBits::AllCaolán McNamara2020-05-041-1/+1
* Related: tdf#130108 expand single arg SfxStyleSheetBasePool::Find usesCaolán McNamara2020-05-031-3/+0
* use more compact namespace syntax in /includeNoel Grandin2020-05-0313-37/+27
* Move implementation of CELL("format";...) to SvNumberFormatter, tdf#132106 prepEike Rathke2020-04-181-0/+3
* Fix is_typed_flags for SfxStyleSearchBits (svl/style)Julien Nabet2020-03-291-3/+3
* make more classes private in mergedlibs modeNoel Grandin2020-03-233-3/+6
* Fix currency symbol selection in Calc on mobileTomaž Vajngerl2020-02-251-0/+2
* Resolves: tdf#130563 Add predefined 4-digit year date+time formatEike Rathke2020-02-221-5/+13
* move VCLXFileControl to toolkitCaolán McNamara2020-02-141-0/+1
* sal_Char->char in svtools..svlNoel Grandin2019-12-231-1/+1
* Elide use of rtl_Instance (which is obsoleted by C++11 thread-safe statics)Stephan Bergmann2019-12-171-6/+0
* loplugin:unusedmethodsNoel Grandin2019-12-131-1/+0
* use covariant return type for SfxPoolItem::CloneCaolán McNamara2019-12-1221-29/+29
* make some classes module privateNoel Grandin2019-12-051-1/+1
* tdf#42949 Replace property_tre/ptree.hpp with fw declaration headerGabor Kelemen2019-12-022-2/+2
* jsdialog: dump Sfx_Int__Items to JSONSzymon Kłos2019-11-281-0/+3
* jsdialogs: send graphic items updatesSzymon Kłos2019-11-281-0/+3
* jsdialogs: dumpAsJSON for SfxItems with FillGradient exampleSzymon Kłos2019-11-271-0/+2
* Remove some redundantly user-declared copy ctors and assignment opsStephan Bergmann2019-11-251-2/+0
* tdf#128557 Add tooltips to styles listsJim Raykowski2019-11-201-0/+2
* make some classes module-privateNoel Grandin2019-11-061-1/+1
* loplugin:finalclasses sot..svlNoel Grandin2019-10-3028-34/+32
* Resolves: tdf#76441 accept two digit groups MM:SS input if formatted as suchEike Rathke2019-10-191-0/+5
* loplugin:redundantpointerops simplify *p.get()Noel Grandin2019-10-081-1/+1
* move file picker only code to fpickerCaolán McNamara2019-10-051-43/+0
* simplify SfxAllEnumItemNoel Grandin2019-10-051-23/+6
* Simplify a bit SfxAllEnumItem (svl)Julien Nabet2019-10-031-2/+1
* Avoid std::vector inheritance for SfxAllEnumValueArrJulien Nabet2019-10-021-1/+3
* loplugin:returnconstval (clang-cl)Stephan Bergmann2019-10-011-2/+2
* Drop SfxItemIter::FirstItemMike Kaganski2019-10-011-5/+0
* Avoid redundant IsAtEnd: NextItem returns nullptr iif iterator is at endMike Kaganski2019-10-011-1/+5
* loplugin:virtualdead in svlNoel Grandin2019-09-271-1/+0
* dont define PROPERTY_NONE multiple timesBjoern Michaelsen2019-09-161-0/+3
* tdf#39593 use isUnoTunnelIdArkadiy Illarionov2019-09-061-3/+1
* loplugin:returnconstval in svlNoel Grandin2019-08-241-2/+2