Searched refs:m_aCustomPanel (Results 1 – 1 of 1) sorted by relevance
336 CustomPanelUIElement m_aCustomPanel; member in sfx2::CustomToolPanel348 ,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()455 …m_aCustomPanel.getPanelWindow()->setPosSize( 0, 0, i_rPanelWindowSize.Width(), i_rPanelWindowSize.… in SetSizePixel()[all …]