Home
last modified time | relevance | path

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

/AOO42X/main/sfx2/source/dialog/
H A Dtaskpane.cxx336 CustomPanelUIElement m_aCustomPanel; member in sfx2::CustomToolPanel
348 ,m_aCustomPanel() in CustomToolPanel()
362 return m_aCustomPanel.is(); in impl_ensureToolPanelWindow()
378 m_aCustomPanel = CustomPanelUIElement( xElement ); in impl_ensureToolPanelWindow()
384 return m_aCustomPanel.is(); in impl_ensureToolPanelWindow()
431 m_aCustomPanel.getPanelWindow()->setVisible( sal_True ); in Activate()
440 ENSURE_OR_RETURN_VOID( m_aCustomPanel.is(), "no panel to deactivate!" ); in Deactivate()
442 m_aCustomPanel.getPanelWindow()->setVisible( sal_False ); in Deactivate()
451 ENSURE_OR_RETURN_VOID( m_aCustomPanel.is(), "no panel/window to position!" ); in SetSizePixel()
455m_aCustomPanel.getPanelWindow()->setPosSize( 0, 0, i_rPanelWindowSize.Width(), i_rPanelWindowSize.… in SetSizePixel()
[all …]