Home
last modified time | relevance | path

Searched refs:SwCompatibilityOptPage (Results 1 – 3 of 3) sorted by relevance

/AOO41X/main/sw/source/ui/config/
H A Doptcomp.cxx117 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()
[all …]
/AOO41X/main/sw/source/ui/inc/
H A Doptcomp.hxx37 class SwCompatibilityOptPage : public SfxTabPage class
73 SwCompatibilityOptPage( Window* pParent, const SfxItemSet& rSet );
74 ~SwCompatibilityOptPage();
/AOO41X/main/sw/source/ui/dialog/
H A Dswdlgfact.cxx1687 pRet = SwCompatibilityOptPage::Create; in GetTabPageCreatorFunc()