Searched refs:SvxAreaTabDialog (Results 1 – 10 of 10) sorted by relevance
/aoo42x/main/cui/source/tabpages/ |
H A D | tabarea.cxx | 60 SvxAreaTabDialog::SvxAreaTabDialog in SvxAreaTabDialog() function in SvxAreaTabDialog 111 rBtnCancel.SetClickHdl( LINK( this, SvxAreaTabDialog, CancelHdlImpl ) ); in SvxAreaTabDialog() 117 SvxAreaTabDialog::~SvxAreaTabDialog() in ~SvxAreaTabDialog() 124 void SvxAreaTabDialog::SavePalettes() in SavePalettes() 249 short SvxAreaTabDialog::Ok() in Ok() 261 IMPL_LINK_INLINE_START( SvxAreaTabDialog, CancelHdlImpl, void *, EMPTYARG) in IMPL_LINK_INLINE_START() argument 268 IMPL_LINK_INLINE_END( SvxAreaTabDialog, CancelHdlImpl, void *, p ) in IMPL_LINK_INLINE_END() argument 272 void SvxAreaTabDialog::PageCreated( sal_uInt16 nId, SfxTabPage &rPage ) in IMPL_LINK_INLINE_END()
|
H A D | tpshadow.cxx | 233 SvxAreaTabDialog* pArea = dynamic_cast< SvxAreaTabDialog* >( DLGWIN ); in ActivatePage()
|
H A D | tphatch.cxx | 193 maColorTab = ( (SvxAreaTabDialog*) DLGWIN )->GetNewColorTable(); in ActivatePage() 754 ( (SvxAreaTabDialog*) DLGWIN )->SetNewHatchingList( maHatchingList ); in IMPL_LINK()
|
H A D | tpbitmap.cxx | 190 maColorTab = ( (SvxAreaTabDialog*) DLGWIN )->GetNewColorTable(); in ActivatePage() 874 ( (SvxAreaTabDialog*) DLGWIN )->SetNewBitmapList( maBitmapList ); in IMPL_LINK()
|
H A D | tpgradnt.cxx | 197 maColorTab = ( (SvxAreaTabDialog*) DLGWIN )->GetNewColorTable(); in ActivatePage() 698 ( (SvxAreaTabDialog*) DLGWIN )->SetNewGradientList( maGradientList ); in IMPL_LINK()
|
H A D | tparea.cxx | 866 maBitmapList = ( (SvxAreaTabDialog*) DLGWIN )->GetNewBitmapList(); in ActivatePage() 885 maHatchingList = ( (SvxAreaTabDialog*) DLGWIN )->GetNewHatchingList(); in ActivatePage() 906 maGradientList = ( (SvxAreaTabDialog*) DLGWIN )->GetNewGradientList(); in ActivatePage() 925 maColorTab = ( (SvxAreaTabDialog*) DLGWIN )->GetNewColorTable(); in ActivatePage()
|
H A D | tpcolor.cxx | 800 SvxAreaTabDialog* pArea = dynamic_cast< SvxAreaTabDialog* >( DLGWIN ); in IMPL_LINK()
|
/aoo42x/main/cui/source/inc/ |
H A D | cuitabarea.hxx | 37 class SvxAreaTabDialog : public SfxTabDialog class 74 SvxAreaTabDialog( Window* pParent, const SfxItemSet* pAttr, SdrModel* pModel, bool bShadow ); 75 ~SvxAreaTabDialog();
|
/aoo42x/main/cui/source/factory/ |
H A D | dlgfact.hxx | 56 class SvxAreaTabDialog; 503 class SvxAreaTabDialog; 506 DECL_ABSTDLG_BASE(AbstractSvxAreaTabDialog_Impl,SvxAreaTabDialog)
|
H A D | dlgfact.cxx | 1620 SvxAreaTabDialog* pDlg = new SvxAreaTabDialog( pParent, pAttr, pModel, bShadow ); in CreateSvxAreaTabDialog()
|
Completed in 60 milliseconds