summaryrefslogtreecommitdiffstats
path: root/svl
Commit message (Expand)AuthorAgeFilesLines
* Use rtl::isAscii* instead of ctype.h is* with sal_Unicode argStephan Bergmann2017-03-222-13/+4
* tdf#96505 - Get rid of cargo cult long integer literalsudaycoder2017-03-211-1/+1
* cleanup double includes and declarationsJochen Nitschke2017-03-171-1/+0
* remove unused defines from HRC files in svlNoel Grandin2017-03-171-25/+0
* drop GetId() from SfxUndoActionNoel Grandin2017-03-161-16/+0
* Following tdf#106190 Treat blank after fraction barLaurent Balland-Poirier2017-03-142-6/+7
* force SvNumberformat::FormatterPrivateAccess for Get/SetLastInsertKeyEike Rathke2017-03-131-8/+9
* Fix typosAndrea Gelmini2017-03-111-1/+1
* guard against a (theoretical?) endless loop of blanks onlyEike Rathke2017-03-101-1/+3
* prevent string access out of boundsEike Rathke2017-03-101-10/+13
* string access out of boundsEike Rathke2017-03-101-1/+5
* Clean up uses of integer typesStephan Bergmann2017-03-091-2/+3
* tdf#106190 Move meber variable to localLaurent Balland-Poirier2017-03-062-2/+1
* Proper fix for multiply defined SfxEnumItem<sal_uInt16> with MSVCStephan Bergmann2017-03-052-8/+5
* Remove redundant 'inline' keywordStephan Bergmann2017-03-032-4/+4
* remove unused CreateDefault methodsNoel Grandin2017-03-031-3/+0
* Fix typosAndrea Gelmini2017-03-031-1/+1
* convert SfxEnumItem to type-safe template classNoel Grandin2017-03-032-32/+2
* tdf#106190 fix left alignment of denominatorLaurent Balland-Poirier2017-03-023-13/+35
* typesafe wrappers for css::i18nutil::TransliterationModulesNoel Grandin2017-03-011-39/+45
* new loplugin unoanyNoel Grandin2017-02-285-12/+12
* loplugin:loopvartoosmallStephan Bergmann2017-02-271-3/+2
* fix inverted warning logicJochen Nitschke2017-02-241-3/+4
* Remove unused function. Following tdf#105657Laurent Balland-Poirier2017-02-211-9/+0
* tdf#106052 Treat SubFormat for "Precision as shown"Laurent Balland-Poirier2017-02-211-0/+12
* use SvNumberformat::GetMaskedType()Eike Rathke2017-02-201-6/+5
* tdf#105657 Treat "Precision as shown" for fractionsLaurent Balland-Poirier2017-02-202-63/+93
* unit test for engineering notation, tdf#105968Eike Rathke2017-02-151-0/+35
* Resolves: tdf#105968 handle engineering notation rounded into next magnitudeEike Rathke2017-02-151-0/+11
* convert CharCompressType to scoped enumNoel Grandin2017-02-131-4/+4
* convert InsertOperation to scoped enumNoel Grandin2017-02-101-1/+1
* convert EItem to scoped enumNoel Grandin2017-02-103-8/+4
* Add missing #includesStephan Bergmann2017-02-066-0/+10
* simplify SfxWhichIterJochen Nitschke2017-02-041-25/+14
* convert method names in tools::SvRef to be more like our other..Noel Grandin2017-02-021-1/+1
* teach lolugin:stringconstant about calling constructorsNoel Grandin2017-01-316-10/+9
* use a define for invalid SfxPoolItemJochen Nitschke2017-01-271-12/+12
* Remove dynamic exception specificationsStephan Bergmann2017-01-2621-819/+232
* loplugin: unnecessary destructor svl..svtoolsNoel Grandin2017-01-254-18/+0
* move GetPosByValue from SfxEnumItemInterface to SfxAllEnumItemNoel Grandin2017-01-252-17/+6
* Revert "used std::map in SfxItemSet"Noel Grandin2017-01-233-456/+661
* coverity#1399032 Dereference null return valueCaolán McNamara2017-01-211-1/+3
* New loplugin:dynexcspec: Add @throws documentation, svlStephan Bergmann2017-01-191-0/+13
* make SfxItemSet with SAL_WARN_UNUSEDNoel Grandin2017-01-191-5/+0
* new loplugin: useuniqueptr: svl..svtoolsNoel Grandin2017-01-184-17/+14
* fix bug in SfxItemSet::ClearItemNoel Grandin2017-01-171-1/+1
* used std::map in SfxItemSetNoel Grandin2017-01-173-661/+455
* SfxUShortRangesItem is unusedNoel Grandin2017-01-111-85/+0
* fix SfxUShortRangesItem::operator==Noel Grandin2017-01-101-1/+1
* loplugin:unusedmethodsNoel Grandin2017-01-101-6/+0