Lines Matching refs:m_xWindow
123 ,m_xWindow() in SingleColorPanel()
145 m_xWindow = lcl_createPlainWindow_nothrow( m_xContext, xParentPeer ); in SingleColorPanel()
146 m_xWindow->addPaintListener( this ); in SingleColorPanel()
147 if ( m_xWindow.is() ) in SingleColorPanel()
150 … m_xWindow->setPosSize( 0, 0, aPanelAnchorSize.Width, aPanelAnchorSize.Height, PosSize::POSSIZE ); in SingleColorPanel()
151 m_xWindow->setVisible( sal_True ); in SingleColorPanel()
166 if ( !m_xWindow.get() ) in getWindow()
168 return m_xWindow; in getWindow()
175 return Reference< XAccessible >( m_xWindow, UNO_QUERY ); in createAccessible()
184 if ( !m_xWindow.is() ) in getResourceId()
193 if ( !m_xWindow.is() ) in isAnchorOnly()
228 if ( !m_xWindow.is() ) in disposing()
231 m_xWindow->removePaintListener( this ); in disposing()
234 Reference< XComponent > xWindowComp( m_xWindow, UNO_QUERY_THROW ); in disposing()
241 m_xWindow.clear(); in disposing()