summaryrefslogtreecommitdiff
path: root/cui/source/tabpages/tplneend.cxx
AgeCommit message (Expand)AuthorFilesLines
2024-01-22simplify the getters in AbstractSvx*DialogNoel Grandin1-2/+2
2022-08-29ref-count SdrObjectNoel Grandin1-3/+3
2021-12-03don't use SVXSTR for translation ids that are in cui.moCaolán McNamara1-2/+2
2021-04-28use string_view in INetURLObject::encodeNoel Grandin1-1/+1
2021-04-09Recheck include/ with IWYUGabor Kelemen1-0/+1
2020-10-21use tools::Long in comphelper..cuiNoel1-7/+7
2020-04-17loplugin:flatten in cuiNoel Grandin1-100/+100
2020-01-06tdf#42949 Fix IWYU warnings in cui/Gabor Kelemen1-1/+0
2019-09-26TODO rename to GetFrameWeldCaolán McNamara1-11/+11
2019-09-26now drop TabPageParent intermediateCaolán McNamara1-4/+4
2019-09-26disinherit OWizardPage and SfxTabPage from vcl TabPageCaolán McNamara1-21/+2
2019-09-24remove SvxLineEndDefTabPage::ResizeCaolán McNamara1-7/+0
2019-09-06use unique_ptr in DoConvertToPolyObjNoel Grandin1-6/+6
2019-08-29tdf#42949 Fix IWYU warnings in cui/source/{options,tabpages}/*cxxGabor Kelemen1-8/+0
2019-06-18tdf#42949 Fix IWYU warnings in include/svx/[t-v]*Gabor Kelemen1-0/+2
2019-04-30tdf#62699 Drop pass-through header file include/svx/xlineit.hxxGabor Kelemen1-0/+6
2019-04-08tdf#42949 Fix IWYU warnings in include/sfx2/[t-z]*Gabor Kelemen1-0/+1
2019-01-18o3tl::make_unique -> std::make_unique in chart2...cuiGabor Kelemen1-4/+2
2018-12-05remove unused ChangeType enum valueNoel Grandin1-1/+0
2018-10-02weld SvxLineTabDialogCaolán McNamara1-1/+1
2018-09-30weld SvxLineEndDefTabPageCaolán McNamara1-143/+118
2018-09-06loplugin:simplifyconstruct in canvas..cuiNoel Grandin1-1/+0
2018-08-10unnecessary null check before dynamic_cast, in variousNoel Grandin1-1/+1
2018-06-09remove cargo cult OSL_ENSURE(pFact, "ScAbstractFactory create fail!"(Noel Grandin1-4/+0
2018-05-17loplugin:unusedfields in cuiNoel Grandin1-2/+1
2018-04-22place an intermediate class as parent for SfxTabPagesCaolán McNamara1-2/+2
2018-04-06weld linkeditdialogCaolán McNamara1-2/+2
2018-03-04weld SvxNameDialogCaolán McNamara1-2/+2
2018-02-27convert remaining WarningBox to weld::MessageDialogCaolán McNamara1-1/+0
2018-02-22weld native message dialogsCaolán McNamara1-26/+26
2018-02-01tdf#42949 Remove unneeded helpids.h headers (1/3)Gabor Kelemen1-1/+0
2017-10-23loplugin:includeform: cuiStephan Bergmann1-6/+6
2017-09-26Rename the basegfx::tools namespace to basegfx::utilsTor Lillqvist1-2/+2
2017-09-21Rename GetSelectEntryPos -> GetSelectedEntryPosSamuel Mehrbrodt1-8/+8
2017-09-21Rename GetSelectEntry -> GetSelectedEntrySamuel Mehrbrodt1-3/+3
2017-09-19inline some use-once fields in cuiNoel Grandin1-4/+2
2017-09-08set parent for file dialog helperCaolán McNamara1-2/+3
2017-07-21de-hrc various thingsCaolán McNamara1-2/+1
2017-07-21migrate to boost::gettextCaolán McNamara1-5/+5
2017-06-23loplugin:unusedfields in cuiNoel Grandin1-1/+0
2017-05-19make string translation loading more uniformCaolán McNamara1-1/+1
2017-05-15Translate German comments and debug strings (leftovers in dirs a... to c...)Johnny_M1-1/+1
2016-12-05convert DecodeMechanism to scoped enumNoel Grandin1-4/+4
2016-10-28ScopedVclPtr vs std::unique_ptr for VclAbstractDialog derivativesCaolán McNamara1-2/+2
2016-10-19loplugin:expandablemethodds in cuiNoel Grandin1-7/+1
2016-10-05Remove _TYPED suffix from tools/link.hxx macrosStephan Bergmann1-6/+6
2016-08-18convert PageType to scoped enumNoel Grandin1-5/+6
2016-08-17convert XPropertyListType to scoped enumNoel Grandin1-1/+1
2016-08-15tdf#100782 have XPropertyList hold unique_ptrJochen Nitschke1-14/+12
2016-08-04tdf#100726: Improve readability of OUString concatenationnadith1-3/+1