Home
last modified time | relevance | path

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

/AOO42X/main/sw/source/ui/config/
H A Doptpage.cxx1906 SwRedlineOptionsTabPage::SwRedlineOptionsTabPage( Window* pParent, in SwRedlineOptionsTabPage() function in SwRedlineOptionsTabPage
1961 Link aLk = LINK(this, SwRedlineOptionsTabPage, AttribHdl); in SwRedlineOptionsTabPage()
1966 aLk = LINK(this, SwRedlineOptionsTabPage, ColorHdl); in SwRedlineOptionsTabPage()
1971 aLk = LINK(this, SwRedlineOptionsTabPage, ChangedMaskPrevHdl); in SwRedlineOptionsTabPage()
1981 SwRedlineOptionsTabPage::~SwRedlineOptionsTabPage() in ~SwRedlineOptionsTabPage()
1985 SfxTabPage* SwRedlineOptionsTabPage::Create( Window* pParent, const SfxItemSet& rSet) in Create()
1987 return new SwRedlineOptionsTabPage( pParent, rSet ); in Create()
1990 sal_Bool SwRedlineOptionsTabPage::FillItemSet( SfxItemSet& ) in FillItemSet()
2117 void SwRedlineOptionsTabPage::Reset( const SfxItemSet& ) in Reset()
2240 IMPL_LINK( SwRedlineOptionsTabPage, AttribHdl, ListBox *, pLB ) in IMPL_LINK() argument
[all …]
/AOO42X/main/sw/source/ui/inc/
H A Doptpage.hxx414 class SwRedlineOptionsTabPage : public SfxTabPage class
450 SwRedlineOptionsTabPage( Window* pParent, const SfxItemSet& rSet );
451 ~SwRedlineOptionsTabPage();
/AOO42X/main/sw/source/ui/dialog/
H A Dswdlgfact.cxx1706 pRet = SwRedlineOptionsTabPage::Create; in GetTabPageCreatorFunc()