Lines Matching refs:SfxSecurityPage_Impl
165 struct SfxSecurityPage_Impl struct
200 SfxSecurityPage_Impl( SfxSecurityPage &rDlg, const SfxItemSet &rItemSet ); argument
201 ~SfxSecurityPage_Impl();
208 SfxSecurityPage_Impl::SfxSecurityPage_Impl( SfxSecurityPage &rTabPage, const SfxItemSet & ) : in SfxSecurityPage_Impl() function in SfxSecurityPage_Impl
242 m_aRecordChangesCB.SetToggleHdl( LINK( this, SfxSecurityPage_Impl, RecordChangesCBToggleHdl ) ); in SfxSecurityPage_Impl()
243 m_aChangeProtectionPB.SetClickHdl( LINK( this, SfxSecurityPage_Impl, ChangeProtectionPBHdl ) ); in SfxSecurityPage_Impl()
277 SfxSecurityPage_Impl::~SfxSecurityPage_Impl() in ~SfxSecurityPage_Impl()
282 sal_Bool SfxSecurityPage_Impl::FillItemSet_Impl( SfxItemSet & ) in FillItemSet_Impl()
332 void SfxSecurityPage_Impl::Reset_Impl( const SfxItemSet & ) in Reset_Impl()
412 IMPL_LINK( SfxSecurityPage_Impl, RecordChangesCBToggleHdl, void*, EMPTYARG ) in IMPL_LINK() argument
462 IMPL_LINK( SfxSecurityPage_Impl, ChangeProtectionPBHdl, void*, EMPTYARG ) in IMPL_LINK() argument
518 m_pImpl = std::auto_ptr< SfxSecurityPage_Impl >(new SfxSecurityPage_Impl( *this, rItemSet )); in SfxSecurityPage()