summaryrefslogtreecommitdiffstats
path: root/svl/source
Commit message (Expand)AuthorAgeFilesLines
* 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
* 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
* 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-315-7/+6
* use a define for invalid SfxPoolItemJochen Nitschke2017-01-271-12/+12
* Remove dynamic exception specificationsStephan Bergmann2017-01-2620-798/+223
* 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-232-405/+657
* 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-172-657/+405
* SfxUShortRangesItem is unusedNoel Grandin2017-01-111-85/+0
* fix SfxUShortRangesItem::operator==Noel Grandin2017-01-101-1/+1
* loplugin:unusedmethodsNoel Grandin2017-01-101-6/+0
* Wow! The ultimate Easter EggStephan Bergmann2017-01-091-72/+1
* New loplugin:externvar: svlStephan Bergmann2017-01-092-7/+7
* coverity#1371220 Missing move assignment operatorCaolán McNamara2017-01-021-2/+13
* use std::unique_ptrCaolán McNamara2017-01-023-46/+43
* use std::vector instead of naked array in SfxItemPoolNoel Grandin2016-12-263-59/+63
* Enable “complex text layout” by defaultKhaled Hosny2016-12-251-38/+1
* Adapt to no-longer explicit OUStringLiteral ctorStephan Bergmann2016-12-171-10/+10
* teach sallogareas plugin to catch inconsistenciesNoel Grandin2016-12-156-52/+18
* coverity#1397045 Unchecked return valueCaolán McNamara2016-12-121-1/+1
* remove unusable debug code, DBG_UTIL_MIJochen Nitschke2016-12-111-11/+0