summaryrefslogtreecommitdiff
path: root/svtools
AgeCommit message (Expand)Author
2017-08-11convert std::map::insert to std::map::emplace IINoel Grandin
2017-08-11convert std::map::insert to std::map::emplaceNoel Grandin
2017-08-10loplugin:unusedenumconstantsNoel Grandin
2017-08-09autoformat dialog can draw 'None' invisible sometimesCaolán McNamara
2017-08-08loplugin:unusedmethodsNoel Grandin
2017-08-08loplugin:constantparamNoel Grandin
2017-08-07tdf#39468: Translate some random German comments and termsJens Carl
2017-08-04rename Anz->Cnt in svlNoel Grandin
2017-08-03tdf#111074: fix AddDays in calendarJulien Nabet
2017-08-02remove unnecessary use of 'this->'Noel Grandin
2017-08-02split out VclBuilder static methodsCaolán McNamara
2017-08-02normalize resource locale ctor construction mechanismsCaolán McNamara
2017-08-01move resmgr to unotoolsCaolán McNamara
2017-08-01loplugin:checkunusedparamsNoel Grandin
2017-07-31make IntlWrapper arg to GetPresentation non-implicit and non-optionalCaolán McNamara
2017-07-31svtools: Mark arrays as constantTakeshi Abe
2017-07-31loplugin:oncevarNoel Grandin
2017-07-30tdf#109309 Currency dropdown is misplaced under WaylandMaxim Monastirsky
2017-07-28loplugin:constparams handle constructorsNoel Grandin
2017-07-27correct some Date related typesJochen Nitschke
2017-07-25Resolves: tdf#109331 stupid looking cast was relied upon to do useful thingCaolán McNamara
2017-07-25Convert IMG_ constants to scoped enumNoel Grandin
2017-07-25convert UNO event ids to scoped enumNoel Grandin
2017-07-25use more comphelper::InitAnyPropertySequenceNoel Grandin
2017-07-24Export to PNG: use selection if Selection is selectedEike Rathke
2017-07-23coverity#1415610 avoid Unchecked dynamic_castCaolán McNamara
2017-07-21Eliminate Date::operator+=() and -=() and replace with Date::AddDays()Eike Rathke
2017-07-21de-hrc various thingsCaolán McNamara
2017-07-21migrate to boost::gettextCaolán McNamara
2017-07-21loplugin:unusedfields in svtoolsNoel Grandin
2017-07-20change some Date += long to Date += sal_Int32Jochen Nitschke
2017-07-20support for filter dialog when an image is exported from context menuMarco Cecchetti
2017-07-19loplugin:constparams in svtoolsNoel Grandin
2017-07-17RTL_UNICODETOTEXT_INFO_{DEST|SCR}BUFFERTOSMALL should use TOO, not TOChris Sherlock
2017-07-15emfplus: completed isolation/migration of Emf/WmfArmin Le Grand
2017-07-15emfplus: create a wmf/emf/emf+ primitive based importerArmin Le Grand
2017-07-14Resolves: tdf#99071 tree view shows odd text widths when > 100 linesCaolán McNamara
2017-07-14list views are recalculating layout on every paintCaolán McNamara
2017-07-14 use more OUString::operator== in sfx2..svtoolsNoel Grandin
2017-07-13Reorganize Scheduler priority classesJan-Marek Glogowski
2017-07-13loplugin:oncevar: empty strings: svtoolsStephan Bergmann
2017-07-12strip some linefeeds from the end of debug outputNoel Grandin
2017-07-11loplugin:useuniqueptr in scaddins..svxNoel Grandin
2017-07-11simplify calls OUString::copy in foo.copy(x, foo.getLength() - x)Noel Grandin
2017-07-11use more range-for on uno::SequenceNoel Grandin
2017-07-10simplify some OUString compareTo callsNoel Grandin
2017-07-10teach unnecessaryparen loplugin about identifiersNoel Grandin
2017-07-07C++11 remove std::binary_function bases from functorsJochen Nitschke
2017-07-06use OString::operator== in preference to ::equalsNoel Grandin
2017-07-06use more begin()/end() for SequenceNoel Grandin