summaryrefslogtreecommitdiff
path: root/svtools/source
AgeCommit message (Expand)Author
2017-08-20svtools: rename function to match it's effect.Jochen Nitschke
2017-08-20svtools: remove function with unused return valueJochen Nitschke
2017-08-18use o3tl::enumarray for m_aNodeAndEntryImagesNoel Grandin
2017-08-18WB_RADIOSEL is deadNoel Grandin
2017-08-18WB_TOPBORDER,WB_3DTAB are deadNoel Grandin
2017-08-18WB_RANGESELECT,WB_MULTISELECT in Calendar is deadNoel Grandin
2017-08-18WB_BOLDTEXT,WB_FRAMEINFO,WB_WEEKNUMBER are deadNoel Grandin
2017-08-18convert ExtendedWinBits to a single bool flagNoel Grandin
2017-08-18Rename flag to less generic name to prepare adding more flagsUlrich Gemkow
2017-08-18loplugin:unnecessaryparenNoel Grandin
2017-08-18Fix typosAndrea Gelmini
2017-08-17implementing callback for ruler invalidationAditya Dewan
2017-08-17remove unnecessary use of OUString::getStrNoel Grandin
2017-08-17remove UL/L suffixes from integer constants on the RHS of expressionsNoel Grandin
2017-08-17remove UL/L suffixes from integer constants in initialiser/call expressionsNoel Grandin
2017-08-17remove UL/L suffixes from shift-by-constant expressionsNoel Grandin
2017-08-16tdf#39468 Translate German comments/termsJens Carl
2017-08-15tdf#111696 No macro security dialog with High settingNoel Grandin
2017-08-13fix some ErrCode IgnoreWarning() usageNoel Grandin
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