summaryrefslogtreecommitdiff
path: root/include/svl
AgeCommit message (Expand)Author
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
2019-09-16dont define PROPERTY_NONE multiple timesBjoern Michaelsen
2019-09-06tdf#39593 use isUnoTunnelIdArkadiy Illarionov
2019-08-24loplugin:returnconstval in svlNoel Grandin
2019-08-23Mark move ctors/assignments noexceptMike Kaganski
2019-08-22loplugin:constmethod in svlNoel Grandin
2019-08-20Resolves: tdf#122110 convert condition decimal separator to target localeEike Rathke
2019-08-19Resolves: tdf#72040 add predefined ISO 8601 date+time format with "T"Eike Rathke
2019-08-14svl: update grabbbagitem docMiklos Vajna
2019-07-25QRCode Dialog Box featureShubham Goyal
2019-07-20Fix typoAndrea Gelmini
2019-06-18loplugin:passstuffbyrefNoel Grandin
2019-06-07tdf#42949 Fix IWYU warnings in svl/Gabor Kelemen
2019-06-03tdf#39593 use UNO3_GETIMPLEMENTATION* macrosArkadiy Illarionov
2019-05-16tdf#125254 Performance: A spreadsheet opens too slow, part1Noel Grandin
2019-05-10Apply duration format for such newly entered formula cellsEike Rathke
2019-05-09loplugin:unusedmethodsNoel Grandin
2019-05-09avoid copying when placing items into SfxItemSetNoel Grandin
2019-05-09move constructor for SfxItemSetNoel Grandin
2019-05-08Fix typed flags bitmask, tdf#125099 follow-upEike Rathke
2019-05-08Resolves: tdf#125099 round duration results in interpreter alreadyEike Rathke
2019-05-07tdf#63640 FILEOPEN/FILESAVE: particular .odt loads/saves very slow, part2Noel Grandin
2019-04-29tdf#63640 FILEOPEN/FILESAVE: particular .odt loads/saves very slow, part1Noel Grandin
2019-04-26Removed executions flags on source filesAndrea Gelmini
2019-04-25WIP: Further preparations for deeper Item changesArmin Le Grand