Home
last modified time | relevance | path

Searched refs:m_aTabControl (Results 1 – 8 of 8) sorted by relevance

/AOO42X/main/extensions/source/propctrlr/
H A Dpropertyeditor.cxx57 ,m_aTabControl( this ) in DBG_NAME()
65 m_aTabControl.Show(); in DBG_NAME()
66 m_aTabControl.SetDeactivatePageHdl(LINK(this, OPropertyEditor, OnPageDeactivate)); in DBG_NAME()
67 m_aTabControl.SetActivatePageHdl(LINK(this, OPropertyEditor, OnPageActivate)); in DBG_NAME()
68 m_aTabControl.SetBackground(GetBackground()); in DBG_NAME()
69 m_aTabControl.SetPaintTransparent(sal_True); in DBG_NAME()
84 sal_uInt16 nCount = m_aTabControl.GetPageCount(); in ClearAll()
87 sal_uInt16 nID = m_aTabControl.GetPageId((sal_uInt16)i); in ClearAll()
88 OBrowserPage* pPage = static_cast<OBrowserPage*>(m_aTabControl.GetTabPage(nID)); in ClearAll()
92 m_aTabControl.RemovePage(nID); in ClearAll()
[all …]
H A Dpropertyeditor.hxx64 TabControl m_aTabControl; member in pcr::OPropertyEditor
/AOO42X/main/chart2/source/controller/dialogs/
H A Ddlg_View3D.cxx60 , m_aTabControl(this,SchResId(TABCTRL)) in View3DDialog()
72 …m_pGeometry = new ThreeD_SceneGeometry_TabPage(&m_aTabControl,xSceneProperties,m_aControllerLock… in View3DDialog()
73 …m_pAppearance = new ThreeD_SceneAppearance_TabPage(&m_aTabControl,xChartModel,m_aControllerLocker); in View3DDialog()
74 …m_pIllumination = new ThreeD_SceneIllumination_TabPage(&m_aTabControl,xSceneProperties,xChartModel… in View3DDialog()
76 m_aTabControl.InsertPage( TP_3D_SCENEGEOMETRY, String(SchResId(STR_PAGE_PERSPECTIVE)) ); in View3DDialog()
77 m_aTabControl.InsertPage( TP_3D_SCENEAPPEARANCE, String(SchResId(STR_PAGE_APPEARANCE)) ); in View3DDialog()
78 m_aTabControl.InsertPage( TP_3D_SCENEILLUMINATION, String(SchResId(STR_PAGE_ILLUMINATION)) ); in View3DDialog()
80 m_aTabControl.SetTabPage( TP_3D_SCENEGEOMETRY, m_pGeometry ); in View3DDialog()
81 m_aTabControl.SetTabPage( TP_3D_SCENEAPPEARANCE, m_pAppearance ); in View3DDialog()
82 m_aTabControl.SetTabPage( TP_3D_SCENEILLUMINATION, m_pIllumination ); in View3DDialog()
[all …]
/AOO42X/main/padmin/source/
H A Dprtsetup.cxx88 m_aTabControl( this, PaResId( RID_RTS_RTSDIALOG_TABCONTROL ) ), in RTSDialog()
107 m_aTabControl.RemovePage( RID_RTS_OTHERPAGE ); in RTSDialog()
108 m_aTabControl.RemovePage( RID_RTS_FONTSUBSTPAGE ); in RTSDialog()
109 m_aTabControl.RemovePage( RID_RTS_COMMANDPAGE ); in RTSDialog()
114 m_aTabControl.RemovePage( RID_RTS_COMMANDPAGE ); in RTSDialog()
117 m_aTabControl.SetActivatePageHdl( LINK( this, RTSDialog, ActivatePage ) ); in RTSDialog()
120 ActivatePage( &m_aTabControl ); in RTSDialog()
146 if( pTabCtrl != &m_aTabControl ) in IMPL_LINK()
149 sal_uInt16 nId = m_aTabControl.GetCurPageId(); in IMPL_LINK()
151 if ( ! m_aTabControl.GetTabPage( nId ) ) in IMPL_LINK()
[all …]
H A Dprtsetup.hxx62 TabControl m_aTabControl; member in padmin::RTSDialog
H A Dcmddlg.cxx221 TabPage( &pParent->m_aTabControl, PaResId( RID_RTS_COMMANDPAGE ) ), in RTSCommandPage()
/AOO42X/main/svtools/workben/toolpanel/
H A Dtoolpaneltest.cxx80 ,m_aTabControl( this ) in ColoredPanelWindow()
87 m_aTabControl.Show(); in ColoredPanelWindow()
96 m_aTabControl.InsertPage( i + 1, sText ); in ColoredPanelWindow()
121 m_aTabControl.SetPosSizePixel( in Resize()
129 TabControl m_aTabControl; member in svt::toolpanel::ColoredPanelWindow
/AOO42X/main/chart2/source/controller/inc/
H A Ddlg_View3D.hxx62 TabControl m_aTabControl; member in chart::View3DDialog