summaryrefslogtreecommitdiff
path: root/cui/source/tabpages/border.cxx
AgeCommit message (Expand)AuthorFilesLines
2016-05-30editeng: rename misleading SvxBoxItem::GetDistance()/SetDistance()Michael Stahl1-1/+1
2016-04-21loplugin:rangedforcopyStephan Bergmann1-2/+2
2016-04-21clang-tidy modernize-loop-convert in c*Noel Grandin1-6/+6
2016-02-09Remove excess newlinesChris Sherlock1-12/+0
2015-12-07fix build, don't pass int as sal_uInt16, tdf#34449 follow-upEike Rathke1-1/+1
2015-12-07tdf#34449 : ability of deleting borders of a cell from adjacent cellDennis Francis1-2/+84
2015-12-03uno::Sequence->std::vector in SfxIntegerListItemNoel Grandin1-2/+1
2015-11-10loplugin:nullptr (automatic rewrite)Stephan Bergmann1-6/+6
2015-10-19loplugin:defaultparamsStephan Bergmann1-3/+3
2015-10-16sfx items: Kill the unreadable & misplaced SFX_ITEMSET_ARG too.Jan Holesovsky1-2/+2
2015-10-16sfx items: The bDeep parameter of SFX_ITEMSET_ARG is always false.Jan Holesovsky1-2/+2
2015-10-16convert Link<> to typedNoel Grandin1-10/+7
2015-10-12convert Link<> to typedNoel Grandin1-14/+10
2015-09-17convert Link<> to typedNoel Grandin1-2/+1
2015-09-11tdf#93901: apply handling in style/edit dialog improvedOliver Specht1-0/+7
2015-09-08convert Link<> to typedNoel Grandin1-4/+2
2015-08-26Convert vcl Button Link<> click handler to typed Link<Button*,void>Noel Grandin1-3/+2
2015-08-14loplugin: defaultparamsNoel Grandin1-1/+1
2015-08-10cppcheck: badBitmaskCheckCaolán McNamara1-2/+2
2015-06-06Apply new VclPtr clang plugin to catch potential problems.Noel Grandin1-2/+1
2015-05-06convert BMP_SCALE constant to scoped enumNoel Grandin1-2/+2
2015-04-29convert SW_BORDER_MODE constants to scoped enumNoel Grandin1-9/+9
2015-04-28Merge remote-tracking branch 'origin/feature/vclptr'Michael Meeks1-8/+34
2015-04-28SfxTabPage::DeactivatePage wants to return SfxTabPage::sfxpgStephan Bergmann1-1/+1
2015-04-17Fix SfxTabPage creation to use VclPtr.Michael Meeks1-6/+4
2015-04-10vclwidget: only call dispose() onceNoel Grandin1-1/+1
2015-04-10vclwidget: change all vcl::window fields to be wrapped in VclPtrNoel Grandin1-0/+34
2015-04-09vcl: VclPtr conversion in cuiNoel Grandin1-6/+0
2015-04-01convert BOX_LINE and BOXINFO_LINE to enum classNoel Grandin1-21/+20
2015-03-25convert VALID_ constants to enum classNoel Grandin1-30/+30
2015-03-23loplugin:constantfunction: cuiNoel Grandin1-8/+1
2015-01-12convert SETTINGS_ #defines to 'enum class'Noel Grandin1-1/+1
2015-01-12fdo#84938: replace DATACHANGED_ constants with 'enum class'Noel Grandin1-1/+1
2014-10-23loplugin: cstylecastNoel Grandin1-15/+15
2014-09-23fdo#82577: Handle WindowNoel Grandin1-2/+2
2014-09-12Turn SfxItemState into a C++11 scoped enumerationStephan Bergmann1-6/+6
2014-09-10Replace uses of old SFX_ITEM_AVAILABLE alias with SFX_ITEM_DEFAULTStephan Bergmann1-1/+1
2014-06-17bnc#882627: Allow to edit spacing to contents even with no borders visible.Matúš Kukan1-1/+4
2014-06-11Change SfxTabPage ctor SfxItemSet param from ref to pointerStephan Bergmann1-3/+3
2014-06-11Change SfxTabPage::Reset param from ref to pointerStephan Bergmann1-6/+6
2014-06-10Change SfxTabPage::FillItemSet param from ref to pointerStephan Bergmann1-10/+10
2014-05-20enhance pass-by-ref plugin to detect large argumentsNoel Grandin1-1/+1
2014-05-08use new VCL IsValueChangedFromSaved methodNoel Grandin1-4/+4
2014-05-05simplify ternary conditions "xxx ? yyy : false"Noel Grandin1-1/+1
2014-04-27constLuboš Luňák1-2/+2
2014-04-25Since bPut is bool, let's use true/falseJulien Nabet1-1/+1
2014-04-16cui: sal_Bool->boolNoel Grandin1-8/+8
2014-03-27sfx2: sal_Bool->boolNoel Grandin1-1/+1
2014-03-19sfx2: sal_Bool->boolNoel Grandin1-3/+3
2014-03-19Add dash-dot and dash-dot-dot line styles.Kohei Yoshida1-4/+6