summaryrefslogtreecommitdiff
path: root/cui/source/tabpages/page.cxx
AgeCommit message (Expand)AuthorFilesLines
2016-05-31Convert PrinterSupport to scoped enumNoel Grandin1-1/+1
2016-02-09Remove excess newlinesChris Sherlock1-25/+0
2015-11-10loplugin:nullptr (automatic rewrite)Stephan Bergmann1-7/+7
2015-10-16sfx items: Kill the unreadable & misplaced SFX_ITEMSET_ARG too.Jan Holesovsky1-5/+5
2015-10-16sfx items: The bDeep parameter of SFX_ITEMSET_ARG is always false.Jan Holesovsky1-5/+5
2015-10-16convert Link<> to typedNoel Grandin1-5/+3
2015-10-12convert Link<> to typedNoel Grandin1-9/+6
2015-09-24convert Link<> to typedNoel Grandin1-17/+14
2015-09-14boost->stdCaolán McNamara1-2/+1
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-7/+4
2015-06-06Apply new VclPtr clang plugin to catch potential problems.Noel Grandin1-2/+2
2015-05-29tdf#91702 - fix stack-based MessBox allocation.Michael Meeks1-1/+1
2015-05-10No more need for EMPTYARG in C++11Stephan Bergmann1-1/+1
2015-04-30Gradually typed LinkStephan Bergmann1-1/+1
2015-04-29Remove unnecessary IMPL_LINK[_NOARG]_INLINE_START/ENDStephan Bergmann1-8/+2
2015-04-28Merge remote-tracking branch 'origin/feature/vclptr'Michael Meeks1-3/+39
2015-04-28SfxTabPage::DeactivatePage wants to return SfxTabPage::sfxpgStephan Bergmann1-1/+1
2015-04-24loplugin:simplifyboolStephan Bergmann1-6/+4
2015-04-23Improved loplugin:literaltoboolconversion looking into cond. exprs.Stephan Bergmann1-3/+3
2015-04-17Fix SfxTabPage creation to use VclPtr.Michael Meeks1-2/+2
2015-04-10Move OutputDevice members to VclPtr: chart2, sfx2, cui.Michael Meeks1-2/+1
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/+29
2015-04-09prophylactic double dispose audit.Michael Meeks1-0/+2
2015-04-09vcl: VclPtr conversion in cuiNoel Grandin1-0/+6
2015-04-08convert SHADOW_ constants to enum classNoel Grandin1-4/+4
2015-04-01convert BOX_LINE and BOXINFO_LINE to enum classNoel Grandin1-4/+4
2015-03-23loplugin:constantfunction: cuiNoel Grandin1-9/+1
2015-03-19tdf#86787: Page style margin limited to 99.99mmRishabh Kumar1-8/+8
2015-02-17Typo: with->widthJulien Nabet1-1/+1
2015-01-20Some more loplugin:cstylecast: cuiStephan Bergmann1-2/+2
2014-12-05loplugin:cstylecast, involving pointer to incomplete typeStephan Bergmann1-1/+2
2014-10-23loplugin: cstylecastNoel Grandin1-57/+58
2014-09-23fdo#82577: Handle WindowNoel Grandin1-2/+2
2014-09-12Turn SfxItemState into a C++11 scoped enumerationStephan Bergmann1-21/+21
2014-09-10Replace uses of old SFX_ITEM_AVAILABLE alias with SFX_ITEM_DEFAULTStephan Bergmann1-6/+6
2014-07-31Avoid possible memory leaks in case of exceptionsTakeshi Abe1-2/+2
2014-07-01loplugin:literaltoboolconversionStephan Bergmann1-2/+2
2014-07-01Related: #i124638# Second step of DrawingLayer FillAttributes...Armin Le Grand1-115/+212
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-22/+22
2014-05-24cppcheck: redundantAssignmentThomas Arnhold1-6/+2
2014-05-20enhance pass-by-ref plugin to detect large argumentsNoel Grandin1-1/+1
2014-05-17Resolves: #i53447# update example view for Draw...Tsutomu Uchino1-0/+1
2014-05-08use new VCL IsValueChangedFromSaved methodNoel Grandin1-18/+18
2014-04-27constLuboš Luňák1-3/+3
2014-04-21remove comments why a file gets includedThomas Arnhold1-2/+0
2014-04-16cui: sal_Bool->boolNoel Grandin1-31/+31