summaryrefslogtreecommitdiff
path: root/svtools
AgeCommit message (Expand)AuthorFilesLines
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
2017-07-25Convert IMG_ constants to scoped enumNoel Grandin1-245/+247
2017-07-25convert UNO event ids to scoped enumNoel Grandin1-21/+22
2017-07-25use more comphelper::InitAnyPropertySequenceNoel Grandin2-19/+15
2017-07-24Export to PNG: use selection if Selection is selectedEike Rathke2-8/+32
2017-07-23coverity#1415610 avoid Unchecked dynamic_castCaolán McNamara2-5/+4
2017-07-21Eliminate Date::operator+=() and -=() and replace with Date::AddDays()Eike Rathke1-33/+33
2017-07-21de-hrc various thingsCaolán McNamara5-109/+2
2017-07-21migrate to boost::gettextCaolán McNamara70-2784/+955
2017-07-21loplugin:unusedfields in svtoolsNoel Grandin2-3/+1
2017-07-20change some Date += long to Date += sal_Int32Jochen Nitschke1-9/+8
2017-07-20support for filter dialog when an image is exported from context menuMarco Cecchetti3-40/+106
2017-07-19loplugin:constparams in svtoolsNoel Grandin40-96/+96
2017-07-17RTL_UNICODETOTEXT_INFO_{DEST|SCR}BUFFERTOSMALL should use TOO, not TOChris Sherlock1-7/+7
2017-07-15emfplus: completed isolation/migration of Emf/WmfArmin Le Grand1-2/+2
2017-07-15emfplus: create a wmf/emf/emf+ primitive based importerArmin Le Grand2-21/+21
2017-07-14Resolves: tdf#99071 tree view shows odd text widths when > 100 linesCaolán McNamara1-19/+1
2017-07-14list views are recalculating layout on every paintCaolán McNamara1-1/+0
2017-07-14 use more OUString::operator== in sfx2..svtoolsNoel Grandin7-12/+12
2017-07-13Reorganize Scheduler priority classesJan-Marek Glogowski1-3/+3
2017-07-13loplugin:oncevar: empty strings: svtoolsStephan Bergmann2-4/+2
2017-07-12strip some linefeeds from the end of debug outputNoel Grandin1-1/+1
2017-07-11loplugin:useuniqueptr in scaddins..svxNoel Grandin1-18/+3
2017-07-11simplify calls OUString::copy in foo.copy(x, foo.getLength() - x)Noel Grandin3-4/+4
2017-07-11use more range-for on uno::SequenceNoel Grandin1-22/+12
2017-07-10simplify some OUString compareTo callsNoel Grandin4-11/+7
2017-07-10teach unnecessaryparen loplugin about identifiersNoel Grandin3-7/+7
2017-07-07C++11 remove std::binary_function bases from functorsJochen Nitschke2-10/+1
2017-07-06use OString::operator== in preference to ::equalsNoel Grandin1-1/+1
2017-07-06use more begin()/end() for SequenceNoel Grandin1-6/+3
2017-07-06loplugin unnecessaryparan improvementsNoel Grandin1-1/+1
2017-07-05new loplugin unnecessaryparenNoel Grandin6-14/+14