summaryrefslogtreecommitdiffstats
path: root/cui/source/tabpages/measure.cxx
Commit message (Expand)AuthorAgeFilesLines
* 5th step to remove tools/rtti.hxxOliver Specht2015-11-111-3/+2
* loplugin:nullptr (automatic rewrite)Stephan Bergmann2015-11-101-7/+7
* sfx items: Kill the unreadable & misplaced SFX_ITEMSET_ARG too.Jan Holesovsky2015-10-161-1/+1
* sfx items: The bDeep parameter of SFX_ITEMSET_ARG is always false.Jan Holesovsky2015-10-161-1/+1
* convert Link<> to typedNoel Grandin2015-10-161-4/+6
* convert Link<> to typedNoel Grandin2015-10-121-2/+5
* Convert vcl Button Link<> click handler to typed Link<Button*,void>Noel Grandin2015-08-261-6/+8
* Gradually typed LinkStephan Bergmann2015-04-301-1/+1
* convert CS_ constants to scoped enumNoel Grandin2015-04-291-6/+6
* cui: convert new to ::Create.Michael Meeks2015-04-181-1/+1
* Fix SfxTabPage creation to use VclPtr.Michael Meeks2015-04-171-9/+3
* vclwidget: only call dispose() onceNoel Grandin2015-04-101-1/+1
* vclwidget: change all vcl::window fields to be wrapped in VclPtrNoel Grandin2015-04-101-0/+25
* vcl: VclPtr conversion in cuiNoel Grandin2015-04-091-10/+0
* loplugin:constantfunction: cuiNoel Grandin2015-03-231-6/+1
* remove unnecessary parenthesis in return statementsNoel Grandin2015-02-231-5/+5
* loplugin: cstylecastNoel Grandin2014-10-231-19/+19
* fdo#84938: replace WINDOW_BORDER constants with enumNoel Grandin2014-10-211-1/+1
* fdo#82577: Handle WindowNoel Grandin2014-09-231-4/+4
* Turn SfxItemState into a C++11 scoped enumerationStephan Bergmann2014-09-121-8/+8
* drop unnecessary shl.hxx includesCaolán McNamara2014-08-181-1/+0
* Consistency around SdrMetricItem in svx/sxmlhitm.hxxStephan Bergmann2014-08-071-15/+15
* Consistency around SdrYesNoItem in svx/sxmsuitm.hxxStephan Bergmann2014-08-071-3/+3
* Change SfxTabPage ctor SfxItemSet param from ref to pointerStephan Bergmann2014-06-111-2/+2
* Change SfxTabPage::Reset param from ref to pointerStephan Bergmann2014-06-111-21/+21
* Change SfxTabPage::FillItemSet param from ref to pointerStephan Bergmann2014-06-101-17/+17
* enhance pass-by-ref plugin to detect large argumentsNoel Grandin2014-05-201-1/+1
* use new VCL IsValueChangedFromSaved methodNoel Grandin2014-05-081-10/+10
* coverity#738594 Uninitialized scalar fieldCaolán McNamara2014-04-301-0/+1
* constLuboš Luňák2014-04-271-2/+2
* cui: sal_Bool->boolNoel Grandin2014-04-161-24/+24
* sfx2: sal_Bool->boolNoel Grandin2014-03-271-1/+1
* made ListBox handle more than 64k elements, fdo#61520 relatedEike Rathke2014-03-051-5/+5
* Replace exisiting TriState, AutoState with more generic TriStateStephan Bergmann2014-02-241-25/+25
* vcl: sal_Bool -> boolStephan Bergmann2014-02-211-5/+5
* Remove vcl/settings.hxx from vcl/svapp.hxx and vcl/outdev.hxxTobias Lippert2014-02-201-0/+1
* bool improvementsStephan Bergmann2014-01-281-1/+1
* !STATE_CHECK shall presumably be STATE_NOCHECKStephan Bergmann2014-01-281-1/+1
* SfxNoLayoutSingleTabDialog not needed anymoreCaolán McNamara2014-01-231-1/+1
* it's a SfxSingleTabDialog not SfxNoLayoutSingleTabDialogCaolán McNamara2013-12-271-10/+0
* convert CUI module from String to OUStringNoel Grandin2013-10-011-6/+6
* Convert connector tab page to widget UIOlivier Hallot2013-09-121-10/+7
* Convert dimension lines tab page to widget UIOlivier Hallot2013-09-091-177/+167
* fdo#62699 drop pass-through header svx/svdattrx.hxxThomas Arnhold2013-07-021-13/+23
* Slowly, but surely going on compiling for mingw64Fridrich Štrba2013-06-061-4/+4
* Bin ugly (ab)use of preprocessor in headersTor Lillqvist2013-04-271-2/+0
* Change GetSavedValue() to return OUStringChr. Rossmanith2013-01-241-6/+6
* rename SfxSingleTabDialog to SfxNoLayoutSingleTabDialogCaolán McNamara2013-01-241-1/+1
* Changed SetText() / GetText() to take/return OUStringChr. Rossmanith2013-01-211-6/+6
* re-base on ALv2 code. Includes:Michael Meeks2012-10-041-23/+14