Lines Matching refs:SwCompatibilityOptPage
117 SwCompatibilityOptPage::SwCompatibilityOptPage( Window* pParent, const SfxItemSet& rSet ) : in SwCompatibilityOptPage() function in SwCompatibilityOptPage
159 m_aFormattingLB.SetSelectHdl( LINK( this, SwCompatibilityOptPage, SelectHdl ) ); in SwCompatibilityOptPage()
160 m_aDefaultPB.SetClickHdl( LINK( this, SwCompatibilityOptPage, UseAsDefaultHdl ) ); in SwCompatibilityOptPage()
183 SwCompatibilityOptPage::~SwCompatibilityOptPage() in ~SwCompatibilityOptPage()
190 void SwCompatibilityOptPage::ReplaceFormatName( String& rEntry ) in ReplaceFormatName()
273 void SwCompatibilityOptPage::InitControls( const SfxItemSet& rSet ) in InitControls()
407 IMPL_LINK( SwCompatibilityOptPage, SelectHdl, ListBox*, EMPTYARG ) in IMPL_LINK() argument
418 IMPL_LINK( SwCompatibilityOptPage, UseAsDefaultHdl, PushButton*, EMPTYARG ) in IMPL_LINK() argument
464 void SwCompatibilityOptPage::SetCurrentOptions( sal_uLong nOptions ) in SetCurrentOptions()
478 sal_uLong SwCompatibilityOptPage::GetDocumentOptions() const in GetDocumentOptions()
502 void SwCompatibilityOptPage::WriteOptions() in WriteOptions()
518 SfxTabPage* SwCompatibilityOptPage::Create( Window* pParent, const SfxItemSet& rAttrSet ) in Create()
520 return new SwCompatibilityOptPage( pParent, rAttrSet ); in Create()
525 sal_Bool SwCompatibilityOptPage::FillItemSet( SfxItemSet& ) in FillItemSet()
616 void SwCompatibilityOptPage::Reset( const SfxItemSet& ) in Reset()