summaryrefslogtreecommitdiffstats
path: root/cui/source/tabpages/swpossizetabpage.cxx
Commit message (Expand)AuthorAgeFilesLines
* place an intermediate class as parent for SfxTabPagesCaolán McNamara2018-04-221-2/+2
* tdf#42949 Remove unnecessary localization headers from cuiGabor Kelemen2018-04-071-1/+0
* Use for-range loops in cuiJulien Nabet2018-02-281-6/+4
* tdf#111747 Enabled position protection immediately after protection is checkedKshitij Pathania2018-01-191-0/+13
* More loplugin:cstylecast: cuiStephan Bergmann2018-01-151-6/+6
* More loplugin:cstylecast: cuiStephan Bergmann2018-01-121-8/+8
* Make loplugin:unnecessaryparen look through implicitStephan Bergmann2017-11-231-1/+1
* loplugin:simplifybool for negation of comparison operatorNoel Grandin2017-11-231-1/+1
* loplugin:constparams in various(2)Noel Grandin2017-11-061-4/+4
* new loplugin:blockblockNoel Grandin2017-10-031-17/+13
* Rename GetSelectEntryData -> GetSelectedEntryDataSamuel Mehrbrodt2017-09-251-2/+2
* Rename GetSelectEntryCount -> GetSelectedEntryCountSamuel Mehrbrodt2017-09-251-5/+5
* Rename GetSelectEntryPos -> GetSelectedEntryPosSamuel Mehrbrodt2017-09-211-17/+17
* Rename GetSelectEntry -> GetSelectedEntrySamuel Mehrbrodt2017-09-211-3/+3
* loplugin:checkunusedparamsNoel Grandin2017-08-011-16/+16
* loplugin:constparams in cuiNoel Grandin2017-07-311-3/+3
* de-hrc various thingsCaolán McNamara2017-07-211-1/+0
* migrate to boost::gettextCaolán McNamara2017-07-211-6/+6
* loplugin:unusedfields in cuiNoel Grandin2017-06-231-12/+0
* loplugin:unusedfields in svx part1Noel Grandin2017-06-211-1/+0
* loplugin:oncevar in cuiNoel Grandin2017-06-201-5/+2
* tools: svstream.hxx needs only errcode.hxx & not errinf.hxxChris Sherlock2017-04-251-0/+1
* coverity#1403732 Mixing enum typesCaolán McNamara2017-04-041-29/+28
* coverity#1403734 Mixing enum typesCaolán McNamara2017-04-031-0/+1
* use actual UNO enums in svxNoel Grandin2017-03-311-10/+9
* loplugins:redundantcast teach it about c-style typedef castsNoel Grandin2017-03-231-4/+2
* Fix typosAndrea Gelmini2017-03-111-4/+4
* coverity#1399015 Logically dead codeCaolán McNamara2017-01-211-1/+1
* loplugin:vclwidgets check for assigning from VclPt<T> to T*Noel Grandin2016-11-291-2/+2
* convert inventorId to scoped enumNoel Grandin2016-11-211-1/+1
* Remove _TYPED suffix from tools/link.hxx macrosStephan Bergmann2016-10-051-8/+8
* convert RECT_POINT to scoped enumNoel Grandin2016-08-301-1/+1
* TypoStephan Bergmann2016-08-291-1/+1
* convert SvxAnchorIds to scoped enumNoel Grandin2016-08-251-3/+3
* Convert DeactivePage return code to scoped enumNoel Grandin2016-06-061-2/+2
* Convert LB flags to scoped enumNoel Grandin2016-05-161-120/+131
* clang-tidy modernize-loop-convert in c*Noel Grandin2016-04-211-11/+11
* clang-tidy clang-analyzer-deadcode.DeadStoresNoel Grandin2016-04-201-4/+0
* loplugin:unusedmethods unused return value in cuiNoel Grandin2016-01-111-3/+1
* loplugin:nullptr (automatic rewrite)Stephan Bergmann2015-11-101-7/+7
* convert Link<> to typedNoel Grandin2015-10-161-5/+4
* calling IsSet() before Call() on Link<> is unnecessaryNoel Grandin2015-10-151-2/+1
* convert Link<> to typedNoel Grandin2015-10-121-19/+14
* Fix typosAndrea Gelmini2015-10-061-1/+1
* convert Link<> to typedNoel Grandin2015-09-251-1/+1
* convert Link<> to typedNoel Grandin2015-09-241-15/+13
* boost->stdCaolán McNamara2015-09-141-2/+1
* Convert vcl Button Link<> click handler to typed Link<Button*,void>Noel Grandin2015-08-261-14/+14
* Gradually typed LinkStephan Bergmann2015-04-301-1/+1
* Merge remote-tracking branch 'origin/feature/vclptr'Michael Meeks2015-04-281-6/+39
|\