Lines Matching refs:SvxSecurityTabPage

1131 SvxSecurityTabPage::SvxSecurityTabPage( Window* pParent, const SfxItemSet& rSet )  in SvxSecurityTabPage()  function in SvxSecurityTabPage
1159 maSecurityOptionsPB.SetClickHdl( LINK( this, SvxSecurityTabPage, SecurityOptionsHdl ) ); in SvxSecurityTabPage()
1160 maSavePasswordsCB.SetClickHdl( LINK( this, SvxSecurityTabPage, SavePasswordHdl ) ); in SvxSecurityTabPage()
1161 maMasterPasswordPB.SetClickHdl( LINK( this, SvxSecurityTabPage, MasterPasswordHdl ) ); in SvxSecurityTabPage()
1162 maMasterPasswordCB.SetClickHdl( LINK( this, SvxSecurityTabPage, MasterPasswordCBHdl ) ); in SvxSecurityTabPage()
1163 maShowConnectionsPB.SetClickHdl( LINK( this, SvxSecurityTabPage, ShowPasswordsHdl ) ); in SvxSecurityTabPage()
1164 maMacroSecPB.SetClickHdl( LINK( this, SvxSecurityTabPage, MacroSecPBHdl ) ); in SvxSecurityTabPage()
1169 SvxSecurityTabPage::~SvxSecurityTabPage() in ~SvxSecurityTabPage()
1175 IMPL_LINK( SvxSecurityTabPage, SecurityOptionsHdl, PushButton*, EMPTYARG ) in IMPL_LINK() argument
1183 IMPL_LINK( SvxSecurityTabPage, SavePasswordHdl, void*, EMPTYARG ) in IMPL_LINK() argument
1240 IMPL_LINK( SvxSecurityTabPage, MasterPasswordHdl, PushButton*, EMPTYARG ) in IMPL_LINK() argument
1258 IMPL_LINK( SvxSecurityTabPage, MasterPasswordCBHdl, void*, EMPTYARG ) in IMPL_LINK() argument
1304 IMPL_LINK( SvxSecurityTabPage, ShowPasswordsHdl, PushButton*, EMPTYARG ) in IMPL_LINK() argument
1324 IMPL_LINK( SvxSecurityTabPage, MacroSecPBHdl, void*, EMPTYARG ) in IMPL_LINK() argument
1335 void SvxSecurityTabPage::InitControls() in InitControls()
1446 SfxTabPage* SvxSecurityTabPage::Create(Window* pParent, const SfxItemSet& rAttrSet ) in Create()
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()
1501 void SvxSecurityTabPage::Reset( const SfxItemSet& ) in Reset()