summaryrefslogtreecommitdiff
path: root/sfx2/source/dialog/securitypage.cxx
AgeCommit message (Expand)AuthorFilesLines
2019-10-22tdf#128230 Require password if the Unprotect button is visibleGabor Kelemen1-1/+1
2019-09-26TODO rename to GetFrameWeldCaolán McNamara1-3/+3
2019-09-26now drop TabPageParent intermediateCaolán McNamara1-4/+4
2019-09-26disinherit OWizardPage and SfxTabPage from vcl TabPageCaolán McNamara1-5/+5
2019-05-03Use hasElements to check Sequence emptiness in sfx2..svxArkadiy Illarionov1-1/+1
2019-03-16clarify that set_visible(true/false) is just show/hideCaolán McNamara1-4/+4
2019-02-07loplugin:flatten in sfx2Noel Grandin1-38/+38
2018-11-26drop unnecessary includesCaolán McNamara1-3/+0
2018-11-22remove unused enum RedlineFuncNoel Grandin1-1/+0
2018-10-24weld AdvancedSettingsDialogCaolán McNamara1-1/+1
2018-10-17clang-tidy readability-redundant-smartptr-getNoel Grandin1-4/+4
2018-10-09loplugin:constfields in sfx2Noel Grandin1-1/+1
2018-06-18weld SfxSecurityPageCaolán McNamara1-77/+62
2018-04-22place an intermediate class as parent for SfxTabPagesCaolán McNamara1-2/+2
2018-03-09inherit welded dialogs from a common ancestorCaolán McNamara1-1/+1
2018-03-05weld SfxPasswordDialog DialogCaolán McNamara1-10/+9
2018-02-27convert remaining WarningBox to weld::MessageDialogCaolán McNamara1-4/+7
2018-02-25convert remaining InfoBox to weld::MessageDialogCaolán McNamara1-1/+7
2017-10-23loplugin:includeform: sfx2Stephan Bergmann1-1/+1
2017-09-04loplugin:unnecessaryparen include c++ castsNoel Grandin1-1/+1
2017-08-23convert message box style bits to scoped enumNoel Grandin1-1/+1
2017-07-21de-hrc various thingsCaolán McNamara1-1/+0
2017-07-21migrate to boost::gettextCaolán McNamara1-1/+1
2017-05-19make string translation loading more uniformCaolán McNamara1-2/+2
2017-05-04loplugin:checkunusedparams in sfx2Noel Grandin1-11/+11
2017-03-13tdf#95416 remove ../ in #include headers of sfx2 filesJeevan1-1/+1
2017-01-25loplugin: unnecessary destructor sfx2..storeNoel Grandin1-6/+0
2016-10-05Remove _TYPED suffix from tools/link.hxx macrosStephan Bergmann1-4/+4
2016-07-26masses of MessBoxes not being disposed promptlyCaolán McNamara1-1/+1
2016-05-31loplugin:unusedmethodsNoel Grandin1-1/+0
2016-02-09Remove excess newlinesChris Sherlock1-2/+0
2015-11-10loplugin:nullptr (automatic rewrite)Stephan Bergmann1-2/+2
2015-09-14convert Link<> to typedNoel Grandin1-4/+2
2015-08-26Convert vcl Button Link<> click handler to typed Link<Button*,void>Noel Grandin1-7/+5
2015-08-11loplugin: defaultparamsNoel Grandin1-1/+1
2015-05-29tdf#91702 - fix stack-based MessBox allocation.Michael Meeks1-1/+1
2015-04-28Merge remote-tracking branch 'origin/feature/vclptr'Michael Meeks1-17/+13
2015-04-17Fix SfxTabPage creation to use VclPtr.Michael Meeks1-1/+1
2015-04-17sfx2: convert new to ::Create.Noel Grandin1-1/+1
2015-04-13convert SHOWEXTRAS constants to scoped enumNoel Grandin1-1/+1
2015-04-10Automated conversion of VclPtr construction to use Instance template.Michael Meeks1-1/+1
2015-04-10second half of non-scriptable, Instance constructor conversion.Michael Meeks1-2/+2
2015-04-10vclwidget: fixup locally allocated vcl::Window objectsNoel Grandin1-2/+2
2015-04-10vclwidget: change all vcl::window fields to be wrapped in VclPtrNoel Grandin1-4/+4
2015-04-09vclwidgets: wrap all vcl::Window subclasses allocated on stack in VclPtrNoel Grandin1-8/+8
2015-04-09vcl: VclPtr conversion in sfx2Noel Grandin1-4/+0
2015-03-19loplugin:constantfunction: sfx2Noel Grandin1-3/+2
2014-12-18sfx2: Use appropriate OUString functions on string constantsStephan Bergmann1-1/+1
2014-09-23fdo#82577: Handle WindowNoel Grandin1-3/+3
2014-09-12Turn SfxItemState into a C++11 scoped enumerationStephan Bergmann1-2/+2