Searched refs:m_xPanelWindow (Results 1 – 5 of 5) sorted by relevance
125 PanelWindow* pPanelWindow = dynamic_cast< PanelWindow* >( m_xPanelWindow.get() ); in dispose()135 m_xPanelWindow.clear(); in dispose()179 m_xPanelWindow = VCLUnoHelper::GetInterface( pPanelWindow ); in initialize()214 return m_xPanelWindow; in getRealInterface()228 if ( m_xPanelWindow.is() && !m_bDisposed && ( bNewNoClose != bNoClose )) in setFastPropertyValue_NoBroadcast()230 …elWindow* pPanelWindow = dynamic_cast< PanelWindow* >( VCLUnoHelper::GetWindow( m_xPanelWindow ) ); in setFastPropertyValue_NoBroadcast()
277 ,m_xPanelWindow() in CustomPanelUIElement()284 ,m_xPanelWindow( m_xToolPanel->getWindow(), UNO_SET_THROW ) in CustomPanelUIElement()288 bool is() const { return m_xPanelWindow.is(); } in is()292 const Reference< XWindow >& getPanelWindow() const { return m_xPanelWindow; } in getPanelWindow()297 Reference< XWindow > m_xPanelWindow; member in sfx2::CustomPanelUIElement
58 …m_xPanelWindow = uno::Reference< awt::XWindow >( createToolkitWindow( rSMGR, xWindowPeer, "splitwi… in Panel()61 …litWindow* pSplitWindow = dynamic_cast< SplitWindow* >( VCLUnoHelper::GetWindow( m_xPanelWindow )); in Panel()
75 css::uno::Reference< css::awt::XWindow > m_xPanelWindow; member in framework::Panel
83 com::sun::star::uno::Reference< com::sun::star::awt::XWindow > m_xPanelWindow; member in framework::PanelWrapper
Completed in 36 milliseconds