Searched refs:SvxSecurityTabPage (Results 1 – 3 of 3) sorted by relevance
/aoo41x/main/cui/source/options/ |
H A D | optinet2.cxx | 1131 SvxSecurityTabPage::SvxSecurityTabPage( Window* pParent, const SfxItemSet& rSet ) in SvxSecurityTabPage() function in SvxSecurityTabPage 1169 SvxSecurityTabPage::~SvxSecurityTabPage() in ~SvxSecurityTabPage() 1183 IMPL_LINK( SvxSecurityTabPage, SavePasswordHdl, void*, EMPTYARG ) in IMPL_LINK() argument 1258 IMPL_LINK( SvxSecurityTabPage, MasterPasswordCBHdl, void*, EMPTYARG ) in IMPL_LINK() argument 1324 IMPL_LINK( SvxSecurityTabPage, MacroSecPBHdl, void*, EMPTYARG ) in IMPL_LINK() argument 1335 void SvxSecurityTabPage::InitControls() in InitControls() 1448 return new SvxSecurityTabPage(pParent, rAttrSet); in Create() 1451 void SvxSecurityTabPage::ActivatePage( const SfxItemSet& ) in ActivatePage() 1455 int SvxSecurityTabPage::DeactivatePage( SfxItemSet* _pSet ) in DeactivatePage() 1481 sal_Bool SvxSecurityTabPage::FillItemSet( SfxItemSet& ) in FillItemSet() [all …]
|
H A D | optinet2.hxx | 227 class SvxSecurityTabPage : public SfxTabPage class 263 SvxSecurityTabPage( Window* pParent, const SfxItemSet& rSet ); 264 virtual ~SvxSecurityTabPage();
|
H A D | treeopt.cxx | 354 case RID_SVXPAGE_INET_SECURITY: fnCreate = &SvxSecurityTabPage::Create; break; in CreateGeneralTabPage()
|
Completed in 39 milliseconds