Lines Matching refs:mxUIElement
211 Reference< XUIElement > mxUIElement; member
260 if ( pImpl->mxUIElement.is() ) in ~SfxToolBoxControl()
262 Reference< XComponent > xComponent( pImpl->mxUIElement, UNO_QUERY ); in ~SfxToolBoxControl()
265 pImpl->mxUIElement = 0; in ~SfxToolBoxControl()
304 if ( pImpl->mxUIElement.is() ) in dispose()
306 Reference< XComponent > xComponent( pImpl->mxUIElement, UNO_QUERY ); in dispose()
309 pImpl->mxUIElement = 0; in dispose()
735 if ( pImpl->mxUIElement.is() ) in endPopupMode()
737 Reference< XPropertySet > xPropSet( pImpl->mxUIElement, UNO_QUERY ); in endPopupMode()
752 Reference< XComponent > xComponent( pImpl->mxUIElement, UNO_QUERY ); in endPopupMode()
755 pImpl->mxUIElement = 0; in endPopupMode()
878 if ( pImpl->mxUIElement.is() ) in createAndPositionSubToolBar()
880 Reference< XComponent > xComponent( pImpl->mxUIElement, UNO_QUERY ); in createAndPositionSubToolBar()
883 pImpl->mxUIElement = xUIElement; in createAndPositionSubToolBar()