summaryrefslogtreecommitdiff
path: root/cui/source/tabpages/swpossizetabpage.cxx
AgeCommit message (Expand)AuthorFilesLines
2015-04-28Merge remote-tracking branch 'origin/feature/vclptr'Michael Meeks1-6/+39
2015-04-28SfxTabPage::DeactivatePage wants to return SfxTabPage::sfxpgStephan Bergmann1-1/+1
2015-04-24loplugin:simplifyboolStephan Bergmann1-2/+2
2015-04-23Improved loplugin:literaltoboolconversion looking into cond. exprs.Stephan Bergmann1-2/+2
2015-04-17Fix SfxTabPage creation to use VclPtr.Michael Meeks1-2/+2
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/+37
2015-04-09vcl: VclPtr conversion in cuiNoel Grandin1-4/+0
2015-03-28Clean up C-style casts from pointers to voidStephan Bergmann1-8/+8
2015-02-23remove unnecessary parenthesis in return statementsNoel Grandin1-1/+1
2015-02-16add GetSelectEntryData to ListBox and ComboBoxNoel Grandin1-2/+2
2014-10-23loplugin: cstylecastNoel Grandin1-2/+2
2014-09-23fdo#82577: Handle WindowNoel Grandin1-2/+2
2014-08-16Consistently use size_t and SAL_MAX_SIZEMatteo Casalin1-2/+2
2014-07-31Avoid possible memory leaks in case of exceptionsTakeshi Abe1-2/+2
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-17/+17
2014-06-10Change SfxTabPage::FillItemSet param from ref to pointerStephan Bergmann1-20/+20
2014-05-08use new VCL IsValueChangedFromSaved methodNoel Grandin1-5/+5
2014-04-27constLuboš Luňák1-2/+2
2014-04-16cui: sal_Bool->boolNoel Grandin1-14/+14
2014-03-27sfx2: sal_Bool->boolNoel Grandin1-1/+1
2014-03-25svtools: sal_Bool->boolNoel Grandin1-4/+4
2014-03-05made ListBox handle more than 64k elements, fdo#61520 relatedEike Rathke1-9/+9
2014-02-24Replace exisiting TriState, AutoState with more generic TriStateStephan Bergmann1-8/+8
2014-02-21vcl: sal_Bool -> boolStephan Bergmann1-2/+2
2014-02-19unotools: sal_Bool -> boolStephan Bergmann1-2/+2
2014-02-10coverity#704611 Dereference after null checkCaolán McNamara1-2/+1
2014-01-28bool improvementsStephan Bergmann1-13/+13
2014-01-22bool improvements (related to mixing bool/sal_Bool in &=, |=, ^=)Stephan Bergmann1-8/+8
2014-01-14bool improvementsStephan Bergmann1-3/+5
2013-10-01convert CUI module from String to OUStringNoel Grandin1-12/+12
2013-08-20Convert position and size dialog to widget UIOlivier Hallot1-2/+2
2013-08-18callcatcher: update unused codeCaolán McNamara1-0/+3
2013-08-16convert sw pos/size page to .uiCaolán McNamara1-299/+364
2013-07-17Resolves: #i122720# Adapted HasText() to SdrObjectArmin Le Grand1-3/+1
2013-07-11Resolves: #i121917# secure SdrTextObj casts in cuiArmin Le Grand1-1/+3
2013-04-20fdo#62699 Remove pass-through headersMichael Dunphy1-1/+1
2013-04-20fdo#63154: Change Min/Max/Abs for std::min/max/absMarcos Paulo de Souza1-2/+2
2012-10-12mark lcl_ functions static or rename them if they are not local at allLuboš Luňák1-4/+4
2012-10-04re-base on ALv2 code. Includes:Michael Meeks1-23/+14
2012-08-27Remove remaining checks for HTMLMODE_SOME_ABS_POSHarri Pitkänen1-13/+4
2012-04-17translated or removed german comments in connectivity, cppuhelper and cuiFlorian Allmann-Rahn1-20/+20
2012-03-01New IMPL_LINK_NOARG to work around SAL_UNUSED_PARAMETER problemStephan Bergmann1-4/+4
2012-01-06Removed unnecessary tools/debug.hxx includes.Marcel Metz1-1/+0
2011-11-09Enable features behind HTMLMODE_FULL_ABS_POS for all HTML export modesHarri Pitkänen1-5/+0
2011-03-09Merge commit 'ooo/DEV300_m101' into integration/dev300_m101Norbert Thiebaud1-122/+122
2011-03-02Move DBG_ERROR to OSL_FAILThomas Arnhold1-2/+2
2011-02-12Remove precompiled header support.Joseph Powers1-3/+0
2011-02-08Remove useless comments in components.Guillaume Poussel1-24/+24