Lines Matching refs:m_aCustomPanel
336 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()
455 …m_aCustomPanel.getPanelWindow()->setPosSize( 0, 0, i_rPanelWindowSize.Width(), i_rPanelWindowSize.… in SetSizePixel()
467 ENSURE_OR_RETURN_VOID( m_aCustomPanel.is(), "no panel/window to focus!" ); in GrabFocus()
469 m_aCustomPanel.getPanelWindow()->setFocus(); in GrabFocus()
479 ENSURE_OR_RETURN_VOID( m_aCustomPanel.is(), "no panel to destroy!" ); in Dispose()
482 … Reference< XComponent > xUIElementComponent( m_aCustomPanel.getUIElement(), UNO_QUERY_THROW ); in Dispose()
494 ENSURE_OR_RETURN( m_aCustomPanel.is(), "no panel to ask!", NULL ); in CreatePanelAccessible()
499 …xPanelAccessible.set( m_aCustomPanel.getToolPanel()->createAccessible( i_rParentAccessible ), UNO_… in CreatePanelAccessible()