Home
last modified time | relevance | path

Searched refs:TabOrderDialog (Results 1 – 4 of 4) sorted by relevance

/trunk/main/extensions/source/propctrlr/
H A Dtaborder.cxx84 DBG_NAME(TabOrderDialog) in DBG_NAME() argument
86TabOrderDialog::TabOrderDialog( Window* _pParent, const Reference< XTabControllerModel >& _rxTabMo… in DBG_NAME()
102 DBG_CTOR(TabOrderDialog,NULL); in DBG_NAME()
104 aPB_MoveUp.SetClickHdl( LINK( this, TabOrderDialog, MoveUpClickHdl ) ); in DBG_NAME()
105 aPB_MoveDown.SetClickHdl( LINK( this, TabOrderDialog, MoveDownClickHdl ) ); in DBG_NAME()
106 aPB_AutoOrder.SetClickHdl( LINK( this, TabOrderDialog, AutoOrderClickHdl ) ); in DBG_NAME()
107 aPB_OK.SetClickHdl( LINK( this, TabOrderDialog, OKClickHdl ) ); in DBG_NAME()
131 void TabOrderDialog::SetModified() in SetModified()
137 TabOrderDialog::~TabOrderDialog() in ~TabOrderDialog()
143 DBG_DTOR(TabOrderDialog,NULL); in ~TabOrderDialog()
[all …]
H A Dtaborder.hxx77 class TabOrderDialog : public ModalDialog class
112 TabOrderDialog(
119 virtual ~TabOrderDialog();
H A Dpcrunodialogs.cxx136 …return new TabOrderDialog( _pParent, m_xTabbingModel, m_xControlContext, m_aContext.getLegacyServi… in createDialog()
H A Dformcomponenthandler.cxx2960 TabOrderDialog aDialog( in impl_dialogChangeTabOrder_nothrow()