Searched refs:SvxLineTabDialog (Results 1 – 8 of 8) sorted by relevance
/aoo41x/main/cui/source/tabpages/ |
H A D | tabline.cxx | 60 SvxLineTabDialog::SvxLineTabDialog in SvxLineTabDialog() function in SvxLineTabDialog 125 rBtnCancel.SetClickHdl( LINK( this, SvxLineTabDialog, CancelHdlImpl ) ); in SvxLineTabDialog() 131 SvxLineTabDialog::~SvxLineTabDialog() in ~SvxLineTabDialog() 137 void SvxLineTabDialog::SavePalettes() in SavePalettes() 199 short SvxLineTabDialog::Ok() in Ok() 211 IMPL_LINK_INLINE_START( SvxLineTabDialog, CancelHdlImpl, void *, EMPTYARG ) in IMPL_LINK_INLINE_START() argument 218 IMPL_LINK_INLINE_END( SvxLineTabDialog, CancelHdlImpl, void *, EMPTYARG ) in IMPL_LINK_INLINE_END() argument 222 void SvxLineTabDialog::PageCreated( sal_uInt16 nId, SfxTabPage &rPage ) in IMPL_LINK_INLINE_END()
|
H A D | tpshadow.cxx | 240 SvxLineTabDialog* pLine = dynamic_cast< SvxLineTabDialog* >( DLGWIN ); in ActivatePage()
|
H A D | tpline.cxx | 335 maDashList = ( (SvxLineTabDialog*) DLGWIN )->GetNewDashList(); in ActivatePage() 381 maLineEndList = ( (SvxLineTabDialog*) DLGWIN )->GetNewLineEndList(); in ActivatePage() 449 maColorTab = ( (SvxLineTabDialog*) DLGWIN )->GetNewColorTable(); in ActivatePage()
|
H A D | tpcolor.cxx | 801 SvxLineTabDialog* pLine = dynamic_cast< SvxLineTabDialog* >( DLGWIN ); in IMPL_LINK()
|
H A D | tplneend.cxx | 628 ( (SvxLineTabDialog*) DLGWIN )->SetNewLineEndList( maLineEndList ); in IMPL_LINK()
|
H A D | tplnedef.cxx | 824 ( (SvxLineTabDialog*) DLGWIN )->SetNewDashList( maDashList ); in IMPL_LINK()
|
/aoo41x/main/cui/source/inc/ |
H A D | cuitabline.hxx | 34 class SvxLineTabDialog : public SfxTabDialog class 71 SvxLineTabDialog( Window* pParent, const SfxItemSet* pAttr, 74 ~SvxLineTabDialog();
|
/aoo41x/main/cui/source/factory/ |
H A D | dlgfact.cxx | 1621 SfxTabDialog* pDlg = new SvxLineTabDialog( pParent, pAttr, pModel,pObj,bHasObj ); in CreateSvxLineTabDialog()
|
Completed in 79 milliseconds