summaryrefslogtreecommitdiff
path: root/svtools
AgeCommit message (Expand)AuthorFilesLines
2017-08-28Translate German comments/debug strings (leftovers in dirs starmath to sysui)Johnny_M8-12/+12
2017-08-28Consistently use oslInterlockedCount for SvImpLBox::s_nImageRefCountStephan Bergmann1-1/+1
2017-08-27convert code-class in ErrCode to scoped enumNoel Grandin3-91/+92
2017-08-25loplugin:unusedfieldsNoel Grandin1-11/+0
2017-08-25loplugin:unusedmethodsNoel Grandin4-80/+0
2017-08-24svtools: fix checking of ErrCodeArea so error dialogs are shown againMichael Stahl1-1/+1
2017-08-24remove unused error codes in svtoolsNoel Grandin1-5/+0
2017-08-23convert message box style bits to scoped enumNoel Grandin1-10/+10
2017-08-22Convert ErrCode area to scoped enumNoel Grandin1-2/+2
2017-08-22convert WB_QUICK_SEARCH/WB_FORCE_MAKEVISIBLE to bool fieldsNoel Grandin3-4/+12
2017-08-20svtools: rename function to match it's effect.Jochen Nitschke2-6/+6
2017-08-20svtools: remove function with unused return valueJochen Nitschke2-13/+2
2017-08-18use o3tl::enumarray for m_aNodeAndEntryImagesNoel Grandin1-56/+53
2017-08-18WB_RADIOSEL is deadNoel Grandin1-46/+0
2017-08-18WB_TOPBORDER,WB_3DTAB are deadNoel Grandin1-20/+1
2017-08-18WB_RANGESELECT,WB_MULTISELECT in Calendar is deadNoel Grandin1-219/+18
2017-08-18WB_BOLDTEXT,WB_FRAMEINFO,WB_WEEKNUMBER are deadNoel Grandin1-88/+1
2017-08-18convert ExtendedWinBits to a single bool flagNoel Grandin4-9/+9
2017-08-18Rename flag to less generic name to prepare adding more flagsUlrich Gemkow1-3/+3
2017-08-18loplugin:unnecessaryparenNoel Grandin1-10/+10
2017-08-18Fix typosAndrea Gelmini1-1/+1
2017-08-17implementing callback for ruler invalidationAditya Dewan1-0/+5
2017-08-17remove unnecessary use of OUString::getStrNoel Grandin2-3/+3
2017-08-17remove UL/L suffixes from integer constants on the RHS of expressionsNoel Grandin6-27/+27
2017-08-17remove UL/L suffixes from integer constants in initialiser/call expressionsNoel Grandin5-9/+9
2017-08-17remove UL/L suffixes from shift-by-constant expressionsNoel Grandin1-1/+1
2017-08-16tdf#39468 Translate German comments/termsJens Carl2-2/+2
2017-08-15tdf#111696 No macro security dialog with High settingNoel Grandin1-3/+1
2017-08-13fix some ErrCode IgnoreWarning() usageNoel Grandin1-1/+1
2017-08-11convert std::map::insert to std::map::emplace IINoel Grandin1-1/+1
2017-08-11convert std::map::insert to std::map::emplaceNoel Grandin6-13/+13
2017-08-10loplugin:unusedenumconstantsNoel Grandin2-6/+0
2017-08-09autoformat dialog can draw 'None' invisible sometimesCaolán McNamara1-4/+6
2017-08-08loplugin:unusedmethodsNoel Grandin1-5/+0
2017-08-08loplugin:constantparamNoel Grandin5-21/+20
2017-08-07tdf#39468: Translate some random German comments and termsJens Carl2-2/+2
2017-08-04rename Anz->Cnt in svlNoel Grandin1-10/+10
2017-08-03tdf#111074: fix AddDays in calendarJulien Nabet1-1/+1
2017-08-02remove unnecessary use of 'this->'Noel Grandin2-5/+5
2017-08-02split out VclBuilder static methodsCaolán McNamara2-5/+5
2017-08-02normalize resource locale ctor construction mechanismsCaolán McNamara2-56/+27
2017-08-01move resmgr to unotoolsCaolán McNamara4-10/+9
2017-08-01loplugin:checkunusedparamsNoel Grandin3-14/+3
2017-07-31make IntlWrapper arg to GetPresentation non-implicit and non-optionalCaolán McNamara2-12/+4
2017-07-31svtools: Mark arrays as constantTakeshi Abe3-3/+3
2017-07-31loplugin:oncevarNoel Grandin1-1/+1
2017-07-30tdf#109309 Currency dropdown is misplaced under WaylandMaxim Monastirsky1-2/+9
2017-07-28loplugin:constparams handle constructorsNoel Grandin3-7/+7
2017-07-27correct some Date related typesJochen Nitschke1-1/+1
2017-07-25Resolves: tdf#109331 stupid looking cast was relied upon to do useful thingCaolán McNamara1-1/+3