summaryrefslogtreecommitdiff
path: root/include/svl
AgeCommit message (Expand)AuthorFilesLines
2017-06-07Perf-sc: tdf#100709 SfxPoolItem::IsVoidItem() instead of dynamic_castEike Rathke1-0/+10
2017-05-18New HintId and unit test for hidden rows and SUBTOTAL, tdf#93171 follow-upArul Michael1-0/+1
2017-05-18svl: remove redundant virtual keywords in SfxGrabBagItemMiklos Vajna1-5/+5
2017-05-04Make SvNumberformat::ImpIsIso8601() constEike Rathke1-1/+1
2017-04-28loplugin:salunicodeliteral: svlStephan Bergmann2-5/+5
2017-04-26use strong_int for LanguageTypeNoel Grandin3-21/+20
2017-04-25tools: svstream.hxx needs only errcode.hxx & not errinf.hxxChris Sherlock2-0/+2
2017-04-21remove some old MSVC workaroundsNoel Grandin1-6/+0
2017-04-13convert DateFormat to scoped enum and rename to DateOrderNoel Grandin1-1/+1
2017-04-06tdf#106190 Fix (again) left alignment of denominatorLaurent Balland-Poirier1-1/+2
2017-04-05loplugin:constantparam part2Noel Grandin3-6/+6
2017-04-04loplugin:unusedmethodsNoel Grandin1-1/+0
2017-03-31tdf#39468 Translate German commentsJens Carl1-1/+1
2017-03-31tdf#82580 tools: rename Rectangle to tools::RectangleMiklos Vajna1-3/+3
2017-03-29loplugin:unusedmethodsNoel Grandin3-9/+0
2017-03-29convert SearchBehavior to scoped enumNoel Grandin1-2/+2
2017-03-29loplugin:unnecessaryvirtualNoel Grandin1-1/+1
2017-03-24convert ViewShellId to o3tl::strong_intNoel Grandin1-5/+9
2017-03-17remove unused defines from HRC files in svlNoel Grandin1-5/+0
2017-03-16Fix typosAndrea Gelmini1-1/+1
2017-03-16drop GetId() from SfxUndoActionNoel Grandin1-4/+1
2017-03-14tdf#106253 Precision as shown for thousand dividorLaurent Balland-Poirier1-0/+6
2017-03-14tdf#106252 Engineering notation for Precision as shownLaurent Balland-Poirier1-1/+2
2017-03-13force SvNumberformat::FormatterPrivateAccess for Get/SetLastInsertKeyEike Rathke1-3/+4
2017-03-09Clean up uses of integer typesStephan Bergmann1-1/+3
2017-03-05Proper fix for multiply defined SfxEnumItem<sal_uInt16> with MSVCStephan Bergmann2-9/+13
2017-03-03Remove redundant 'inline' keywordStephan Bergmann5-9/+9
2017-03-03remove unused CreateDefault methodsNoel Grandin1-2/+0
2017-03-03convert SfxEnumItem to type-safe template classNoel Grandin2-17/+49
2017-03-01typesafe wrappers for css::i18nutil::TransliterationModulesNoel Grandin2-16/+17
2017-02-21Remove unused function. Following tdf#105657Laurent Balland-Poirier1-3/+0
2017-02-21tdf#106052 Treat SubFormat for "Precision as shown"Laurent Balland-Poirier2-1/+5
2017-02-20don't obtain the underlying SvNumberformat thrice, tdf#105657 follow-upEike Rathke1-0/+3
2017-02-20tdf#105657 Treat "Precision as shown" for fractionsLaurent Balland-Poirier2-0/+22
2017-02-15remove unused AccessibilityChanged from SfxHintId enumNoel Grandin1-1/+0
2017-02-13convert CharCompressType to scoped enumNoel Grandin1-2/+12
2017-02-04simplify SfxWhichIterJochen Nitschke1-5/+5
2017-01-31teach lolugin:stringconstant about calling constructorsNoel Grandin1-1/+1
2017-01-27use a define for invalid SfxPoolItemJochen Nitschke1-1/+3
2017-01-26Remove dynamic exception specificationsStephan Bergmann3-39/+17
2017-01-25loplugin: unnecessary destructor svl..svtoolsNoel Grandin14-36/+3
2017-01-25move GetPosByValue from SfxEnumItemInterface to SfxAllEnumItemNoel Grandin2-19/+5
2017-01-23Revert "used std::map in SfxItemSet"Noel Grandin2-17/+25
2017-01-19New loplugin:dynexcspec: Add @throws documentation, svlStephan Bergmann1-0/+12
2017-01-19make SfxItemSet with SAL_WARN_UNUSEDNoel Grandin1-1/+1
2017-01-18new loplugin: useuniqueptr: svl..svtoolsNoel Grandin3-30/+19
2017-01-17used std::map in SfxItemSetNoel Grandin2-25/+17
2017-01-11SfxUShortRangesItem is unusedNoel Grandin1-20/+0
2017-01-10loplugin:unusedmethodsNoel Grandin1-1/+0
2017-01-02coverity#1371220 Missing move assignment operatorCaolán McNamara1-4/+6