summaryrefslogtreecommitdiff
path: root/reportdesign/source/ui/inspection/GeometryHandler.cxx
AgeCommit message (Expand)AuthorFilesLines
2018-01-28tdf#115269: fix crash when changing horizontal align (reportdesign)Julien Nabet1-1/+1
2017-10-23loplugin:includeform: reportdesignStephan Bergmann1-11/+11
2017-09-12coverity#1078469 silence Unchecked return valueCaolán McNamara1-2/+2
2017-08-11convert std::map::insert to std::map::emplaceNoel Grandin1-2/+2
2017-07-21de-hrc various thingsCaolán McNamara1-1/+1
2017-07-21migrate to boost::gettextCaolán McNamara1-54/+52
2017-07-13use more OUString::operator== in forms..salNoel Grandin1-6/+4
2017-07-06use more begin()/end() for SequenceNoel Grandin1-4/+2
2017-06-03cleanup unused css/inspection/ and css/reportdesign includesJochen Nitschke1-2/+0
2017-05-18drop toStringCaolán McNamara1-2/+2
2017-05-12remove unused uno::Reference varsNoel Grandin1-2/+0
2017-04-19convert MeasurementSystem to scoped enumNoel Grandin1-1/+1
2017-04-03use actual UNO enums in reportdesign..svtoolsNoel Grandin1-2/+2
2017-03-31tdf#82580 tools: rename Rectangle to tools::RectangleMiklos Vajna1-3/+3
2017-03-01typesafe wrappers for css::i18nutil::TransliterationModulesNoel Grandin1-3/+3
2017-02-06Add missing #includesStephan Bergmann1-0/+1
2017-01-28loplugin:stringconstant check for unnecessary OUString constructor..Noel Grandin1-2/+2
2017-01-26Remove dynamic exception specificationsStephan Bergmann1-25/+25
2016-11-11update vclwidget loplugin to find ref-dropping assigmentNoel Grandin1-1/+1
2016-10-18replace <<= with assign for <<= with rhs AnyJochen Nitschke1-1/+1
2016-10-12loplugin:unusedvariablecheckStephan Bergmann1-1/+0
2016-10-12warning C4018: '<' : signed/unsigned mismatchStephan Bergmann1-1/+1
2016-10-12remove StringListResource in favour of ResStringArray...Caolán McNamara1-35/+64
2016-09-25avoid coverity#1371177 Missing move assignment operatorCaolán McNamara1-2/+1
2016-09-15replace sal_Size with std::size_t (or sal_uInt64 for SvStream pos)Michael Stahl1-1/+1
2016-06-28loplugin:singlevalfields in reportdesignNoel Grandin1-3/+1
2016-05-20Convert PROP_FLAG to scoped enumNoel Grandin1-1/+1
2016-05-12reportdesign: replace rest of boost::ref usage with C++11 lambdasMichael Stahl1-12/+8
2016-05-12reportdesign: replace boost::bind with C++11 stuffMichael Stahl1-8/+20
2016-05-10Replace fallthrough comments with new SAL_FALLTHROUGH macroStephan Bergmann1-4/+4
2016-05-10Insert explicit "break" when falling through to empty next caseStephan Bergmann1-0/+1
2016-05-05clang-tidy modernize-loop-convert in oox to saxNoel Grandin1-3/+3
2016-04-22Avoid reserved identifiersStephan Bergmann1-3/+3
2016-04-20loplugin:salbool: Automatic rewrite of sal_False/TrueStephan Bergmann1-30/+30
2016-03-31use SAL_N_ELEMENTS in for loopsNoel Grandin1-1/+1
2016-03-29Use const_iterator when possible (reportdesign)Julien Nabet1-3/+3
2016-03-11work on sane lifecylce for SfxFilterMarkus Mohrhard1-1/+1
2016-02-25use SearchOptions2Eike Rathke1-8/+9
2016-02-17Fix missing iterator include on MSVC 14.0David Ostrovsky1-0/+1
2016-02-05interface to new XTextSearch2 with SearchOptions2, tdf#72196Eike Rathke1-3/+3
2015-12-22loplugin:unusedfields in reportdesignNoel Grandin1-1/+0
2015-11-19use comphelper::containerToSequenceNoel Grandin1-2/+1
2015-11-15use initialiser syntax for Sequence<OUString>Noel Grandin1-2/+1
2015-11-06loplugin:stringconstant: elide explicit ctor usage (automatic rewrite)Stephan Bergmann1-8/+8
2015-08-17o3tl: rename compat_functional headerThorsten Behrens1-1/+1
2015-08-11tdf#92459 remove o3tl/compat_functional.hxxDaniel Robertson1-2/+4
2015-08-03tdf#91112: pass by const reference to lambdasJorenz Paragas1-1/+1
2015-06-30tdf#91112 replace o3tl::compose1 with lambdas in reportdesignJorenz Paragas1-4/+4
2015-05-05loplugin:staticmethodsNoel Grandin1-10/+10
2015-01-09override the overloading of "overload" to decrease cognitive (over-)loadMichael Stahl1-1/+1