Searched refs:SvxShadowTabPage (Results 1 – 5 of 5) sorted by relevance
/trunk/main/cui/source/tabpages/ |
H A D | tpshadow.cxx | 68 SvxShadowTabPage::SvxShadowTabPage( Window* pParent, const SfxItemSet& rInAttrs ) : in SvxShadowTabPage() function in SvxShadowTabPage 182 Link aLink = LINK( this, SvxShadowTabPage, ModifyShadowHdl_Impl ); in SvxShadowTabPage() 193 void SvxShadowTabPage::Construct() in Construct() 214 void SvxShadowTabPage::ActivatePage( const SfxItemSet& rSet ) in ActivatePage() 267 int SvxShadowTabPage::DeactivatePage( SfxItemSet* _pSet ) in DeactivatePage() 277 sal_Bool SvxShadowTabPage::FillItemSet( SfxItemSet& rAttrs ) in FillItemSet() 388 void SvxShadowTabPage::Reset( const SfxItemSet& rAttrs ) in Reset() 494 SfxTabPage* SvxShadowTabPage::Create( Window* pWindow, in Create() 497 return( new SvxShadowTabPage( pWindow, rAttrs ) ); in Create() 502 sal_uInt16* SvxShadowTabPage::GetRanges() in GetRanges() [all …]
|
H A D | tabline.cxx | 114 AddTabPage( RID_SVXPAGE_SHADOW, SvxShadowTabPage::Create, 0 ); in SvxLineTabDialog() 266 ( (SvxShadowTabPage&) rPage ).SetColorTable( maColorTab ); in IMPL_LINK_INLINE_END() 267 ( (SvxShadowTabPage&) rPage ).SetPageType( nPageType ); in IMPL_LINK_INLINE_END() 268 ( (SvxShadowTabPage&) rPage ).SetDlgType( nDlgType ); in IMPL_LINK_INLINE_END() 269 ( (SvxShadowTabPage&) rPage ).SetAreaTP( &mbAreaTP ); in IMPL_LINK_INLINE_END() 270 ( (SvxShadowTabPage&) rPage ).SetColorChgd( &mnColorTableState ); in IMPL_LINK_INLINE_END() 271 ( (SvxShadowTabPage&) rPage ).Construct(); in IMPL_LINK_INLINE_END()
|
H A D | tabarea.cxx | 95 AddTabPage( RID_SVXPAGE_SHADOW, SvxShadowTabPage::Create, 0 ); in SvxAreaTabDialog() 300 ( (SvxShadowTabPage&) rPage ).SetColorTable( maColorTab ); in IMPL_LINK_INLINE_END() 301 …( (SvxShadowTabPage&) rPage ).SetPageType( mnPageType );//CHINA001 ( (SvxShadowTabPage&) rPage ).S… in IMPL_LINK_INLINE_END() 302 …( (SvxShadowTabPage&) rPage ).SetDlgType( mnDlgType );//CHINA001 ( (SvxShadowTabPage&) rPage ).Set… in IMPL_LINK_INLINE_END() 304 ( (SvxShadowTabPage&) rPage ).SetAreaTP( &mbAreaTP ); in IMPL_LINK_INLINE_END() 305 ( (SvxShadowTabPage&) rPage ).SetColorChgd( &mnColorTableState ); in IMPL_LINK_INLINE_END() 306 ( (SvxShadowTabPage&) rPage ).Construct(); in IMPL_LINK_INLINE_END()
|
/trunk/main/cui/source/inc/ |
H A D | cuitabarea.hxx | 334 class SvxShadowTabPage : public SvxTabPage class 375 SvxShadowTabPage( Window* pParent, const SfxItemSet& rInAttrs );
|
/trunk/main/cui/source/factory/ |
H A D | dlgfact.cxx | 1757 return SvxShadowTabPage::Create; in GetTabPageCreatorFunc() 1850 return SvxShadowTabPage::GetRanges; in GetTabPageRangesFunc()
|
Completed in 62 milliseconds