summaryrefslogtreecommitdiff
path: root/sw/source/uibase/inc/outline.hxx
AgeCommit message (Expand)Author
2023-04-02Avoid conversions between OUString and OString in VCLMike Kaganski
2023-03-14tdf#154179: fix pre-selection of the current outline levelMike Kaganski
2022-12-05sw: prefix members of SwFootNotePage, SwFormatTablePage, ...Miklos Vajna
2022-10-10sw: prefix members of SwOutlineTabDialog, SwSplitTableDlg, ...Miklos Vajna
2022-10-03sw: prefix members of SwInsertBookmarkDlg, SwNumPositionTabPage, ...Miklos Vajna
2021-06-18loplugin:finalclasses in swNoel Grandin
2021-05-21add Toggleable as a separate thing to a ButtonCaolán McNamara
2020-11-26tdf#124176: Use pragma once instead of include guardsGül Toksöz
2020-11-24loplugin:stringviewparam extend to comparison operatorsNoel
2020-03-13Revert "loplugin:constfields in sw"Noel Grandin
2020-02-28tdf#130989 we want to fill the menu when the menubutton is toggled onCaolán McNamara
2019-09-26now drop TabPageParent intermediateCaolán McNamara
2019-09-26disinherit OWizardPage and SfxTabPage from vcl TabPageCaolán McNamara
2018-11-26drop some unnecessary includesCaolán McNamara
2018-11-22tdf#120426 save the style names when set or changedCaolán McNamara
2018-10-03loplugin:constfields in swNoel Grandin
2018-09-17rename to weld::ComboBox are they are not text only nowCaolán McNamara
2018-06-14rename SwNumberingPreview back to NumberingPreview nowCaolán McNamara
2018-06-02SwNumberingTypeListBox fully replaced nowCaolán McNamara
2018-05-24rework custom widget welding to enable inheritenceCaolán McNamara
2018-05-04weld SwOutlineTabDialogCaolán McNamara
2018-05-04weld SwOutlineSettingsTabPageCaolán McNamara
2018-04-22place an intermediate class as parent for SfxTabPagesCaolán McNamara
2017-10-23loplugin:includeform: swStephan Bergmann
2017-10-23loplugin:finalclasses in swNoel Grandin
2017-10-09uibase: consistently use "" and <> in include directivesMike Kaganski
2017-05-04Resolves: tdf#107603 crash after loading new numrule in numbering dialogCaolán McNamara
2017-04-25tools: svstream.hxx needs only errcode.hxx & not errinf.hxxChris Sherlock
2016-12-05use a std::unique_ptrCaolán McNamara
2016-10-05convert the last two lonely FixedInfos to FixedTextCaolán McNamara
2016-10-05Remove _TYPED suffix from tools/link.hxx macrosStephan Bergmann
2016-09-13loplugin:override: No more need for the "MSVC dtor override" workaroundStephan Bergmann
2016-06-06Convert DeactivePage return code to scoped enumNoel Grandin
2015-10-16convert Link<> to typedNoel Grandin
2015-10-12Replace "SAL_OVERRIDE" with "override" in LIBO_INTERNAL_ONLY codeStephan Bergmann
2015-10-12convert Link<> to typedNoel Grandin
2015-09-24convert Link<> to typedNoel Grandin
2015-09-07convert Link<> to typedNoel Grandin
2015-08-26Convert vcl Button Link<> click handler to typed Link<Button*,void>Noel Grandin
2015-05-20bin/rename-sw-abbreviations.shlibreoffice-5-0-branch-pointChristian Lohmaier
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
2015-04-10vclwidget: change all vcl::window fields to be wrapped in VclPtrNoel Grandin
2015-04-09vcl: VclPtr conversion in swNoel Grandin
2014-09-23fdo#82577: Handle WindowNoel Grandin
2014-06-11Change SfxTabPage ctor SfxItemSet param from ref to pointerStephan Bergmann
2014-06-11Change SfxTabPage::Reset param from ref to pointerStephan Bergmann
2014-06-10Change SfxTabPage::FillItemSet param from ref to pointerStephan Bergmann
2014-06-03sw: fix include guardsThomas Arnhold