summaryrefslogtreecommitdiff
path: root/sw/source/ui/misc/outline.cxx
AgeCommit message (Expand)AuthorFilesLines
2020-02-28tdf#130989 we want to fill the menu when the menubutton is toggled onCaolán McNamara1-2/+5
2019-10-06Related: tdf#127935 set default activate handler to toggle row expansionCaolán McNamara1-2/+3
2019-10-02loplugin:stringadd in swNoel Grandin1-2/+1
2019-09-26now drop TabPageParent intermediateCaolán McNamara1-4/+4
2019-09-26disinherit OWizardPage and SfxTabPage from vcl TabPageCaolán McNamara1-2/+2
2019-08-01Fix typosAndrea Gelmini1-1/+1
2019-04-09drop some unneeded includesCaolán McNamara1-1/+0
2019-03-28return unique_ptr from MakeNumRuleNoel Grandin1-1/+1
2019-03-07tdf#123547: do the same as in lcl_DrawBullet from cui/numpages.cxxJulien Nabet1-5/+22
2019-02-05tdf#42949 Fix IWYU warnings in include/svtools/*Gabor Kelemen1-1/+1
2018-11-26tdf#120703 PVS: V560 A part of conditional expression is always true/falseMike Kaganski1-1/+1
2018-11-22tdf#120426 save the style names when set or changedCaolán McNamara1-2/+4
2018-11-19weld TreeViewCaolán McNamara1-0/+4
2018-11-07loplugin:collapseif in swNoel Grandin1-16/+13
2018-10-19clang-tidy readability-misleading-indentationNoel Grandin1-1/+1
2018-10-10optimize adding a block of entries at one timeCaolán McNamara1-1/+1
2018-09-24make all the related inheritences formatted the same wayCaolán McNamara1-1/+1
2018-09-17rename to weld::ComboBox are they are not text only nowCaolán McNamara1-6/+6
2018-06-14rename SwNumberingPreview back to NumberingPreview nowCaolán McNamara1-1/+1
2018-06-14swuilo-NumberingPreview is now unusedCaolán McNamara1-24/+0
2018-06-14loplugin:unusedfieldsNoel Grandin1-188/+0
2018-06-02SwNumberingTypeListBox fully replaced nowCaolán McNamara1-1/+1
2018-05-24rework custom widget welding to enable inheritenceCaolán McNamara1-12/+5
2018-05-04weld SwOutlineTabDialogCaolán McNamara1-55/+39
2018-05-04weld SwOutlineSettingsTabPageCaolán McNamara1-123/+317
2018-05-01weld ScShowTabDlgCaolán McNamara1-1/+1
2018-04-29weld SwNumNamesDlgCaolán McNamara1-54/+39
2018-04-22place an intermediate class as parent for SfxTabPagesCaolán McNamara1-2/+2
2018-04-08tdf#112384 sw: Allow New line as a label followed by chapter numberingNithin Kumar Padavu1-0/+1
2018-03-20drop unnecessary includesCaolán McNamara1-1/+0
2018-02-27replace Color(COL_*) with COL_*Noel Grandin1-1/+1
2018-02-21loplugin:changetoolsgen in swNoel Grandin1-2/+2
2018-02-01tdf#42949 Remove unneeded helpids.h headers (3/3)Gabor Kelemen1-1/+0
2018-01-12More loplugin:cstylecast: swStephan Bergmann1-4/+4
2017-09-21Rename GetSelectEntryPos -> GetSelectedEntryPosSamuel Mehrbrodt1-1/+1
2017-09-21Rename GetSelectEntry -> GetSelectedEntrySamuel Mehrbrodt1-3/+3
2017-07-21de-hrc various thingsCaolán McNamara1-2/+1
2017-07-21migrate to boost::gettextCaolán McNamara1-0/+1
2017-06-27loplugin:oncevar in swNoel Grandin1-2/+1
2017-05-19make string translation loading more uniformCaolán McNamara1-1/+1
2017-05-04Resolves: tdf#107603 crash after loading new numrule in numbering dialogCaolán McNamara1-0/+3
2017-03-31tdf#82580 tools: rename Rectangle to tools::RectangleMiklos Vajna1-5/+5
2017-03-16Clean up integers representing positions in SwOutlineNodes vectorsStephan Bergmann1-2/+2
2017-03-03drop SvxNumType and rename SvxExtNumType->SvxNumTypeNoel Grandin1-1/+1
2017-03-03use SvxExtNumType in SvxNumberTypeNoel Grandin1-1/+1
2016-12-05avoid coverity#1371269 Missing move assignment operatorCaolán McNamara1-1/+1
2016-12-05use a std::unique_ptrCaolán McNamara1-7/+7
2016-10-05Remove _TYPED suffix from tools/link.hxx macrosStephan Bergmann1-17/+17
2016-09-13loplugin:override: No more need for the "MSVC dtor override" workaroundStephan Bergmann1-1/+1
2016-08-30rework for coverity#1371269 Missing move assignment operatorCaolán McNamara1-1/+1