summaryrefslogtreecommitdiff
path: root/cui/source/tabpages/border.cxx
AgeCommit message (Expand)Author
2017-05-18can drop CUI_RESSTR nowCaolán McNamara
2017-04-25remove bitmaps from .src filesCaolán McNamara
2017-04-02Hide useless label for adjacent cells on border tabpageTamás Zolnai
2017-03-17convert SvxBorderStyle to scoped enumNoel Grandin
2017-02-15Drop :: prefix from std in c*/Tor Lillqvist
2017-01-24Resolves: tdf#104552 table properties dialog drops previous border colorCaolán McNamara
2016-12-21unwind IL_PRE_BITMAPS ImageListCaolán McNamara
2016-12-21unwind IL_SDW_BITMAPS ImageListCaolán McNamara
2016-11-24tdf#41542 globally allow padding without borders: UIJustin Luth
2016-11-07Revert "Reverts a commit series that cripple windows ci."Caolán McNamara
2016-11-05Reverts a commit series that cripple windows ci.Norbert Thiebaud
2016-11-04unify color selectorsCaolán McNamara
2016-11-02tdf#41542 PaddingWithoutBorders: allow UI changes if...Justin Luth
2016-10-28reset border should clear all bordersJustin Luth
2016-10-05convert MapUnit to scoped enumNoel Grandin
2016-10-05Remove _TYPED suffix from tools/link.hxx macrosStephan Bergmann
2016-09-27Resolves: tdf#101475 adjacent cells text is still too wideCaolán McNamara
2016-09-26convert ITEMCONN_ constants to scoped enumNoel Grandin
2016-08-25convert FrameBorderType to scoped enumNoel Grandin
2016-08-25convert FrameSelFlags to typed_flags_setNoel Grandin
2016-08-25convert FrameBorderState to scoped enumNoel Grandin
2016-08-19Resolves: coverity#705366 Mixing enum typesCaolán McNamara
2016-08-15tdf#100782 have XPropertyList hold unique_ptrJochen Nitschke
2016-07-18Resolves: tdf#99963 line wrap very long checkbox contentCaolán McNamara
2016-06-06Convert DeactivePage return code to scoped enumNoel Grandin
2016-05-30editeng: rename misleading SvxBoxItem::GetDistance()/SetDistance()Michael Stahl
2016-04-21loplugin:rangedforcopyStephan Bergmann
2016-04-21clang-tidy modernize-loop-convert in c*Noel Grandin
2016-02-09Remove excess newlinesChris Sherlock
2015-12-07fix build, don't pass int as sal_uInt16, tdf#34449 follow-upEike Rathke
2015-12-07tdf#34449 : ability of deleting borders of a cell from adjacent cellDennis Francis
2015-12-03uno::Sequence->std::vector in SfxIntegerListItemNoel Grandin
2015-11-10loplugin:nullptr (automatic rewrite)Stephan Bergmann
2015-10-19loplugin:defaultparamsStephan Bergmann
2015-10-16sfx items: Kill the unreadable & misplaced SFX_ITEMSET_ARG too.Jan Holesovsky
2015-10-16sfx items: The bDeep parameter of SFX_ITEMSET_ARG is always false.Jan Holesovsky
2015-10-16convert Link<> to typedNoel Grandin
2015-10-12convert Link<> to typedNoel Grandin
2015-09-17convert Link<> to typedNoel Grandin
2015-09-11tdf#93901: apply handling in style/edit dialog improvedOliver Specht
2015-09-08convert Link<> to typedNoel Grandin
2015-08-26Convert vcl Button Link<> click handler to typed Link<Button*,void>Noel Grandin
2015-08-14loplugin: defaultparamsNoel Grandin
2015-08-10cppcheck: badBitmaskCheckCaolán McNamara
2015-06-06Apply new VclPtr clang plugin to catch potential problems.Noel Grandin
2015-05-06convert BMP_SCALE constant to scoped enumNoel Grandin
2015-04-29convert SW_BORDER_MODE constants to scoped enumNoel Grandin
2015-04-28Merge remote-tracking branch 'origin/feature/vclptr'Michael Meeks
2015-04-28SfxTabPage::DeactivatePage wants to return SfxTabPage::sfxpgStephan Bergmann
2015-04-17Fix SfxTabPage creation to use VclPtr.Michael Meeks