summaryrefslogtreecommitdiff
path: root/svl
AgeCommit message (Expand)AuthorFilesLines
2017-03-30remove type decorations on char literalsJochen Nitschke3-12/+12
2017-03-29loplugin:unusedmethodsNoel Grandin3-41/+0
2017-03-29convert SearchBehavior to scoped enumNoel Grandin3-3/+3
2017-03-25Fix typosAndrea Gelmini3-3/+3
2017-03-24convert ViewShellId to o3tl::strong_intNoel Grandin1-9/+9
2017-03-23Remove unused #include <ctype.h>Stephan Bergmann3-3/+0
2017-03-22Use rtl::isAscii* instead of ctype.h is* with sal_Unicode argStephan Bergmann2-13/+4
2017-03-21tdf#96505 - Get rid of cargo cult long integer literalsudaycoder1-1/+1
2017-03-17cleanup double includes and declarationsJochen Nitschke1-1/+0
2017-03-17remove unused defines from HRC files in svlNoel Grandin1-25/+0
2017-03-16drop GetId() from SfxUndoActionNoel Grandin1-16/+0
2017-03-14Following tdf#106190 Treat blank after fraction barLaurent Balland-Poirier2-6/+7
2017-03-13force SvNumberformat::FormatterPrivateAccess for Get/SetLastInsertKeyEike Rathke1-8/+9
2017-03-11Fix typosAndrea Gelmini1-1/+1
2017-03-10guard against a (theoretical?) endless loop of blanks onlyEike Rathke1-1/+3
2017-03-10prevent string access out of boundsEike Rathke1-10/+13
2017-03-10string access out of boundsEike Rathke1-1/+5
2017-03-09Clean up uses of integer typesStephan Bergmann1-2/+3
2017-03-06tdf#106190 Move meber variable to localLaurent Balland-Poirier2-2/+1
2017-03-05Proper fix for multiply defined SfxEnumItem<sal_uInt16> with MSVCStephan Bergmann2-8/+5
2017-03-03Remove redundant 'inline' keywordStephan Bergmann2-4/+4
2017-03-03remove unused CreateDefault methodsNoel Grandin1-3/+0
2017-03-03Fix typosAndrea Gelmini1-1/+1
2017-03-03convert SfxEnumItem to type-safe template classNoel Grandin2-32/+2
2017-03-02tdf#106190 fix left alignment of denominatorLaurent Balland-Poirier3-13/+35
2017-03-01typesafe wrappers for css::i18nutil::TransliterationModulesNoel Grandin1-39/+45
2017-02-28new loplugin unoanyNoel Grandin5-12/+12
2017-02-27loplugin:loopvartoosmallStephan Bergmann1-3/+2
2017-02-24fix inverted warning logicJochen Nitschke1-3/+4
2017-02-21Remove unused function. Following tdf#105657Laurent Balland-Poirier1-9/+0
2017-02-21tdf#106052 Treat SubFormat for "Precision as shown"Laurent Balland-Poirier1-0/+12
2017-02-20use SvNumberformat::GetMaskedType()Eike Rathke1-6/+5
2017-02-20tdf#105657 Treat "Precision as shown" for fractionsLaurent Balland-Poirier2-63/+93
2017-02-15unit test for engineering notation, tdf#105968Eike Rathke1-0/+35
2017-02-15Resolves: tdf#105968 handle engineering notation rounded into next magnitudeEike Rathke1-0/+11
2017-02-13convert CharCompressType to scoped enumNoel Grandin1-4/+4
2017-02-10convert InsertOperation to scoped enumNoel Grandin1-1/+1
2017-02-10convert EItem to scoped enumNoel Grandin3-8/+4
2017-02-06Add missing #includesStephan Bergmann6-0/+10
2017-02-04simplify SfxWhichIterJochen Nitschke1-25/+14
2017-02-02convert method names in tools::SvRef to be more like our other..Noel Grandin1-1/+1
2017-01-31teach lolugin:stringconstant about calling constructorsNoel Grandin6-10/+9
2017-01-27use a define for invalid SfxPoolItemJochen Nitschke1-12/+12
2017-01-26Remove dynamic exception specificationsStephan Bergmann21-819/+232
2017-01-25loplugin: unnecessary destructor svl..svtoolsNoel Grandin4-18/+0
2017-01-25move GetPosByValue from SfxEnumItemInterface to SfxAllEnumItemNoel Grandin2-17/+6
2017-01-23Revert "used std::map in SfxItemSet"Noel Grandin3-456/+661
2017-01-21coverity#1399032 Dereference null return valueCaolán McNamara1-1/+3
2017-01-19New loplugin:dynexcspec: Add @throws documentation, svlStephan Bergmann1-0/+13
2017-01-19make SfxItemSet with SAL_WARN_UNUSEDNoel Grandin1-5/+0