Lines Matching refs:_rxFrame
428 void OGenericUnoController::startFrameListening( const Reference< XFrame >& _rxFrame ) in startFrameListening() argument
430 if ( _rxFrame.is() ) in startFrameListening()
431 _rxFrame->addFrameActionListener( this ); in startFrameListening()
435 void OGenericUnoController::stopFrameListening( const Reference< XFrame >& _rxFrame ) in stopFrameListening() argument
437 if ( _rxFrame.is() ) in stopFrameListening()
438 _rxFrame->removeFrameActionListener( this ); in stopFrameListening()
484 void OGenericUnoController::attachFrame( const Reference< XFrame >& _rxFrame ) throw( RuntimeExcept… in attachFrame() argument
490 Reference< XFrame > xFrame = m_aCurrentFrame.attachFrame( _rxFrame ); in attachFrame()
1277 ::rtl::OUString lcl_getModuleHelpModuleName( const Reference< XFrame >& _rxFrame ) in lcl_getModuleHelpModuleName() argument
1285 if ( _rxFrame.is() ) in lcl_getModuleHelpModuleName()
1286 xController = _rxFrame->getController(); in lcl_getModuleHelpModuleName()
1296 if ( _rxFrame.is() ) in lcl_getModuleHelpModuleName()
1297 xParentFrame = xParentFrame.query( _rxFrame->getCreator() ); in lcl_getModuleHelpModuleName()
1299 if ( xParentFrame.is() && !_rxFrame->isTop() ) in lcl_getModuleHelpModuleName()