summaryrefslogtreecommitdiff
path: root/cui/source/tabpages/align.cxx
AgeCommit message (Expand)AuthorFilesLines
2016-08-17convert SvxCellJustifyMethod to scoped enumNoel Grandin1-5/+5
2016-06-06Convert DeactivePage return code to scoped enumNoel Grandin1-2/+2
2016-04-22Avoid reserved identifiersStephan Bergmann1-3/+3
2016-03-21tdf#97251 Always show the text direction alignment controlYousuf Philips1-13/+3
2016-02-09Remove excess newlinesChris Sherlock1-4/+0
2015-11-18remove unused typedefs and inline use-once typedefsNoel Grandin1-1/+1
2015-11-10loplugin:nullptr (automatic rewrite)Stephan Bergmann1-1/+1
2015-10-12convert Link<> to typedNoel Grandin1-3/+2
2015-09-12Update many ListBox users to its sal_Int32 interfaceMatteo Casalin1-1/+1
2015-08-26Convert vcl Button Link<> click handler to typed Link<Button*,void>Noel Grandin1-1/+6
2015-06-06Apply new VclPtr clang plugin to catch potential problems.Noel Grandin1-2/+1
2015-05-15tdf#62475: partial handmade fixesAndrea Gelmini1-1/+1
2015-05-06convert BMP_SCALE constant to scoped enumNoel Grandin1-1/+1
2015-04-30Gradually typed LinkStephan Bergmann1-1/+1
2015-04-28Merge remote-tracking branch 'origin/feature/vclptr'Michael Meeks1-2/+34
2015-04-28SfxTabPage::DeactivatePage wants to return SfxTabPage::sfxpgStephan Bergmann1-1/+1
2015-04-17Fix SfxTabPage creation to use VclPtr.Michael Meeks1-2/+3
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/+24
2015-04-09prophylactic double dispose audit.Michael Meeks1-0/+1
2015-04-09vcl: VclPtr conversion in cuiNoel Grandin1-0/+6
2015-03-23loplugin:constantfunction: cuiNoel Grandin1-6/+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-09-23fdo#82577: Handle WindowNoel Grandin1-2/+2
2014-09-12Turn SfxItemState into a C++11 scoped enumerationStephan Bergmann1-4/+4
2014-08-18drop unnecessary shl.hxx includesCaolán McNamara1-1/+0
2014-08-10cui align: no need for OLocalResourceAccessThomas Arnhold1-2/+0
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-3/+3
2014-06-10Change SfxTabPage::FillItemSet param from ref to pointerStephan Bergmann1-6/+6
2014-04-27constLuboš Luňák1-2/+2
2014-03-27sfx2: sal_Bool->boolNoel Grandin1-1/+1
2014-03-05made ListBox handle more than 64k elements, fdo#61520 relatedEike Rathke1-3/+3
2014-02-26Remove visual noise from cuiAlexander Wilms1-4/+4
2014-02-24Replace exisiting TriState, AutoState with more generic TriStateStephan Bergmann1-5/+5
2014-02-20Remove vcl/settings.hxx from vcl/svapp.hxx and vcl/outdev.hxxTobias Lippert1-0/+1
2014-02-20svl: sal_Bool -> boolStephan Bergmann1-4/+4
2014-01-17fix up logic to hide empty frames for e.g. field format in dbaccessCaolán McNamara1-0/+13
2014-01-02hidpi: Really use BMP_SCALE_FAST when scaling the images.Keith Curtis1-1/+1
2013-12-20hidpi: Use the default scaling algorithm.Jan Holesovsky1-1/+1
2013-12-20hidpi: Make many places Hi-DPI aware.Keith Curtis1-0/+12
2013-04-02Widget UI for Calc cell alignment pageOlivier Hallot1-87/+91
2012-10-04re-base on ALv2 code. Includes:Michael Meeks1-23/+14
2012-06-09Remove superfluous include commentsThomas Arnhold1-2/+0
2012-03-01New IMPL_LINK_NOARG to work around SAL_UNUSED_PARAMETER problemStephan Bergmann1-1/+1
2011-03-12mis-merge: mostly remove remaining tools typesNorbert Thiebaud1-10/+10
2011-03-09Merge commit 'ooo/DEV300_m101' into integration/dev300_m101Norbert Thiebaud1-7/+11
2011-02-15accfixes: merged to m100Malte Timmermann [mt]1-7/+7
2011-02-12Remove precompiled header support.Joseph Powers1-3/+0