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()469 m_aCustomPanel.getPanelWindow()->setFocus(); in GrabFocus()479 ENSURE_OR_RETURN_VOID( m_aCustomPanel.is(), "no panel to destroy!" ); in Dispose()[all …]
Completed in 23 milliseconds