Home
last modified time | relevance | path

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

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

Completed in 22 milliseconds