Searched refs:SvxSecurityTabPage (Results 1 – 3 of 3) sorted by relevance
| /trunk/main/cui/source/options/ |
| H A D | optinet2.cxx | 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 [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()
|