summaryrefslogtreecommitdiffstats
path: root/include/svl
Commit message (Expand)AuthorAgeFilesLines
* Make SfxItemSet ranges correct by constructionStephan Bergmann2017-06-161-6/+61
* Let SfxSetItem ctor take SfxItemSet by unique_ptrStephan Bergmann2017-06-131-1/+1
* DbgCheckItemSet is goneStephan Bergmann2017-06-081-1/+0
* Perf-sc: tdf#100709 SfxPoolItem::IsVoidItem() instead of dynamic_castEike Rathke2017-06-061-0/+10
* tdf#106942 Wrong message when lock file is empty or corruptJuergen Funk2017-06-061-0/+3
* add COVERITY_NOEXCEPT_FALSECaolán McNamara2017-06-065-5/+5
* tdf#39468 Translate German comments and dbg strings (leftovers in h.. to i..)Johnny_M2017-06-061-1/+1
* enhance useuniqueptr lopluginNoel Grandin2017-05-231-1/+2
* New HintId and unit test for hidden rows and SUBTOTAL, tdf#93171 follow-upArul Michael2017-05-181-0/+1
* svl: remove redundant virtual keywords in SfxGrabBagItemMiklos Vajna2017-05-181-5/+5
* Make SvNumberformat::ImpIsIso8601() constEike Rathke2017-05-041-1/+1
* loplugin:salunicodeliteral: svlStephan Bergmann2017-04-282-5/+5
* use strong_int for LanguageTypeNoel Grandin2017-04-263-21/+20
* tools: svstream.hxx needs only errcode.hxx & not errinf.hxxChris Sherlock2017-04-252-0/+2
* remove some old MSVC workaroundsNoel Grandin2017-04-211-6/+0
* convert DateFormat to scoped enum and rename to DateOrderNoel Grandin2017-04-131-1/+1
* tdf#106190 Fix (again) left alignment of denominatorLaurent Balland-Poirier2017-04-061-1/+2
* loplugin:constantparam part2Noel Grandin2017-04-053-6/+6
* loplugin:unusedmethodsNoel Grandin2017-04-041-1/+0
* tdf#39468 Translate German commentsJens Carl2017-03-311-1/+1
* tdf#82580 tools: rename Rectangle to tools::RectangleMiklos Vajna2017-03-311-3/+3
* loplugin:unusedmethodsNoel Grandin2017-03-293-9/+0
* convert SearchBehavior to scoped enumNoel Grandin2017-03-291-2/+2
* loplugin:unnecessaryvirtualNoel Grandin2017-03-291-1/+1
* convert ViewShellId to o3tl::strong_intNoel Grandin2017-03-241-5/+9
* remove unused defines from HRC files in svlNoel Grandin2017-03-171-5/+0
* Fix typosAndrea Gelmini2017-03-161-1/+1
* drop GetId() from SfxUndoActionNoel Grandin2017-03-161-4/+1
* tdf#106253 Precision as shown for thousand dividorLaurent Balland-Poirier2017-03-141-0/+6
* tdf#106252 Engineering notation for Precision as shownLaurent Balland-Poirier2017-03-141-1/+2
* force SvNumberformat::FormatterPrivateAccess for Get/SetLastInsertKeyEike Rathke2017-03-131-3/+4
* Clean up uses of integer typesStephan Bergmann2017-03-091-1/+3
* Proper fix for multiply defined SfxEnumItem<sal_uInt16> with MSVCStephan Bergmann2017-03-052-9/+13
* Remove redundant 'inline' keywordStephan Bergmann2017-03-035-9/+9
* remove unused CreateDefault methodsNoel Grandin2017-03-031-2/+0
* convert SfxEnumItem to type-safe template classNoel Grandin2017-03-032-17/+49
* typesafe wrappers for css::i18nutil::TransliterationModulesNoel Grandin2017-03-012-16/+17
* Remove unused function. Following tdf#105657Laurent Balland-Poirier2017-02-211-3/+0
* tdf#106052 Treat SubFormat for "Precision as shown"Laurent Balland-Poirier2017-02-212-1/+5
* don't obtain the underlying SvNumberformat thrice, tdf#105657 follow-upEike Rathke2017-02-201-0/+3
* tdf#105657 Treat "Precision as shown" for fractionsLaurent Balland-Poirier2017-02-202-0/+22
* remove unused AccessibilityChanged from SfxHintId enumNoel Grandin2017-02-151-1/+0
* convert CharCompressType to scoped enumNoel Grandin2017-02-131-2/+12
* simplify SfxWhichIterJochen Nitschke2017-02-041-5/+5
* teach lolugin:stringconstant about calling constructorsNoel Grandin2017-01-311-1/+1
* use a define for invalid SfxPoolItemJochen Nitschke2017-01-271-1/+3
* Remove dynamic exception specificationsStephan Bergmann2017-01-263-39/+17
* loplugin: unnecessary destructor svl..svtoolsNoel Grandin2017-01-2514-36/+3
* move GetPosByValue from SfxEnumItemInterface to SfxAllEnumItemNoel Grandin2017-01-252-19/+5
* Revert "used std::map in SfxItemSet"Noel Grandin2017-01-232-17/+25