summaryrefslogtreecommitdiff
path: root/cui/source/tabpages/border.cxx
AgeCommit message (Expand)AuthorFilesLines
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
2014-03-05made ListBox handle more than 64k elements, fdo#61520 relatedEike Rathke1-1/+1
2014-03-04fdo#75260: Correctly draw double lines for both Writer and Calc.Kohei Yoshida1-0/+1
2014-03-01Set the default cell border line width to 0.75 pt in Calc.Kohei Yoshida1-0/+8
2014-02-26Remove visual noise from cuiAlexander Wilms1-6/+6
2014-02-23Remove unneccessary commentsAlexander Wilms1-33/+33
2014-02-21vcl: sal_Bool -> boolStephan Bergmann1-2/+2
2014-02-21editeng: sal_Bool->boolNoel Grandin1-3/+3
2014-02-20Remove vcl/settings.hxx from vcl/svapp.hxx and vcl/outdev.hxxTobias Lippert1-0/+1
2014-02-20svl: sal_Bool -> boolStephan Bergmann1-7/+7
2014-01-28bool improvementsStephan Bergmann1-3/+3
2014-01-26bool improvementsStephan Bergmann1-2/+2
2014-01-22Only allow approved border styles in cell borders.Kohei Yoshida1-29/+59
2014-01-11WaE: unsafe mix of type 'sal_Bool' and type 'bool'Tor Lillqvist1-1/+1
2014-01-02hidpi: Really use BMP_SCALE_FAST when scaling the images.Keith Curtis1-2/+2
2013-12-20hidpi: Use the default scaling algorithm.Jan Holesovsky1-2/+2
2013-12-20hidpi: Make many places Hi-DPI aware.Keith Curtis1-3/+19
2013-10-22Bin comments that claim to say why some header is includedTor Lillqvist1-1/+1
2013-10-01convert CUI module from String to OUStringNoel Grandin1-4/+4
2013-08-18Update comment in border.cxxZolnai Tamás1-1/+1
2013-07-22Page border bug: margin edits are enable when no broderZolnai Tamás1-2/+2