/aoo41x/main/dbaccess/source/ui/misc/ |
H A D | controllerframe.cxx | 140 …atic void lcl_setFrame_nothrow( ControllerFrame_Data& _rData, const Reference< XFrame >& _rxFrame ) in lcl_setFrame_nothrow() argument 150 _rData.m_xFrame = _rxFrame; in lcl_setFrame_nothrow() 171 static bool lcl_isActive_nothrow( const Reference< XFrame >& _rxFrame ) in lcl_isActive_nothrow() argument 176 if ( _rxFrame.is() ) in lcl_isActive_nothrow() 178 Reference< XWindow2 > xWindow( _rxFrame->getContainerWindow(), UNO_QUERY_THROW ); in lcl_isActive_nothrow() 383 const Reference< XFrame >& ControllerFrame::attachFrame( const Reference< XFrame >& _rxFrame ) in attachFrame() argument 386 lcl_setFrame_nothrow( *m_pData, _rxFrame ); in attachFrame()
|
/aoo41x/main/dbaccess/source/ui/browser/ |
H A D | genericcontroller.cxx | 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() 490 Reference< XFrame > xFrame = m_aCurrentFrame.attachFrame( _rxFrame ); in attachFrame() 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() [all …]
|
H A D | brwctrlr.cxx | 667 void SbaXDataBrowserController::startFrameListening( const Reference< XFrame >& _rxFrame ) in startFrameListening() argument 670 SbaXDataBrowserController_Base::startFrameListening( _rxFrame ); in startFrameListening() 676 if ( _rxFrame.is() && xAggListener.is() ) in startFrameListening() 677 _rxFrame->addFrameActionListener( xAggListener ); in startFrameListening() 681 void SbaXDataBrowserController::stopFrameListening( const Reference< XFrame >& _rxFrame ) in stopFrameListening() argument 684 SbaXDataBrowserController_Base::stopFrameListening( _rxFrame ); in stopFrameListening() 690 if ( _rxFrame.is() && xAggListener.is() ) in stopFrameListening() 691 _rxFrame->removeFrameActionListener( xAggListener ); in stopFrameListening()
|
/aoo41x/main/cui/source/customize/ |
H A D | selector.cxx | 282 …static Reference< XModel > lcl_getScriptableDocument_nothrow( const Reference< XFrame >& _rxFrame ) in lcl_getScriptableDocument_nothrow() argument 289 …OSL_ENSURE( _rxFrame.is(), "lcl_getScriptableDocument_nothrow: you need to pass a frame to this di… in lcl_getScriptableDocument_nothrow() 290 if ( _rxFrame.is() ) in lcl_getScriptableDocument_nothrow() 293 Reference< XController > xController( _rxFrame->getController(), UNO_SET_THROW ); in lcl_getScriptableDocument_nothrow() 299 xDocument = lcl_getDocumentWithScripts_throw( _rxFrame->getController() ); in lcl_getScriptableDocument_nothrow()
|
H A D | eventdlg.cxx | 115 void SvxEventConfigPage::LateInit( const uno::Reference< frame::XFrame >& _rxFrame ) in LateInit() argument 117 SetFrame( _rxFrame ); in LateInit()
|
H A D | cfgutil.cxx | 603 …static Reference< XModel > lcl_getScriptableDocument_nothrow( const Reference< XFrame >& _rxFrame ) in lcl_getScriptableDocument_nothrow() argument 610 …OSL_ENSURE( _rxFrame.is(), "lcl_getScriptableDocument_nothrow: you need to pass a frame to this di… in lcl_getScriptableDocument_nothrow() 611 if ( _rxFrame.is() ) in lcl_getScriptableDocument_nothrow() 614 Reference< XController > xController( _rxFrame->getController(), UNO_SET_THROW ); in lcl_getScriptableDocument_nothrow() 620 xDocument = lcl_getDocumentWithScripts_throw( _rxFrame->getController() ); in lcl_getScriptableDocument_nothrow()
|
H A D | eventdlg.hxx | 61 … LateInit( const ::com::sun::star::uno::Reference< ::com::sun::star::frame::XFrame >& _rxFrame );
|
/aoo41x/main/svx/source/form/ |
H A D | formtoolbars.cxx | 50 FormToolboxes::FormToolboxes( const Reference< XFrame >& _rxFrame ) in FormToolboxes() argument 53 Reference< XPropertySet > xFrameProps( _rxFrame, UNO_QUERY ); in FormToolboxes()
|
/aoo41x/main/dbaccess/source/ui/inc/ |
H A D | databaseobjectview.hxx | 142 …tTargetFrame( const ::com::sun::star::uno::Reference< ::com::sun::star::frame::XFrame >& _rxFrame ) in setTargetFrame() argument 144 m_xFrameLoader.set( _rxFrame, ::com::sun::star::uno::UNO_QUERY ); in setTargetFrame()
|
H A D | brwctrlr.hxx | 245 …meListening( const ::com::sun::star::uno::Reference< ::com::sun::star::frame::XFrame >& _rxFrame ); 246 …meListening( const ::com::sun::star::uno::Reference< ::com::sun::star::frame::XFrame >& _rxFrame );
|
/aoo41x/main/svx/inc/svx/ |
H A D | svxdlg.hxx | 462 const ::com::sun::star::uno::Reference< ::com::sun::star::frame::XFrame >& _rxFrame, 477 const ::com::sun::star::uno::Reference< ::com::sun::star::frame::XFrame >& _rxFrame
|
/aoo41x/main/sfx2/source/appl/ |
H A D | appserv.cxx | 713 Window* lcl_getDialogParent( const Reference< XFrame >& _rxFrame, Window* _pFallback ) in lcl_getDialogParent() argument 715 if ( !_rxFrame.is() ) in lcl_getDialogParent() 720 … Reference< awt::XWindow > xContainerWindow( _rxFrame->getContainerWindow(), UNO_SET_THROW ); in lcl_getDialogParent()
|
/aoo41x/main/svx/source/inc/ |
H A D | formtoolbars.hxx | 54 const ::com::sun::star::uno::Reference< ::com::sun::star::frame::XFrame >& _rxFrame
|
/aoo41x/main/dbaccess/inc/ |
H A D | controllerframe.hxx | 57 … const ::com::sun::star::uno::Reference< ::com::sun::star::frame::XFrame >& _rxFrame
|
H A D | genericcontroller.hxx | 388 …meListening( const ::com::sun::star::uno::Reference< ::com::sun::star::frame::XFrame >& _rxFrame ); 389 …meListening( const ::com::sun::star::uno::Reference< ::com::sun::star::frame::XFrame >& _rxFrame );
|
/aoo41x/main/extensions/source/propctrlr/ |
H A D | propcontroller.cxx | 374 …void SAL_CALL OPropertyBrowserController::attachFrame( const Reference< XFrame >& _rxFrame ) throw… in attachFrame() argument 379 if (_rxFrame.is() && haveView()) in attachFrame() 385 m_xFrame = _rxFrame; in attachFrame()
|
/aoo41x/main/sfx2/inc/ |
H A D | frmload.hxx | 72 …st ::com::sun::star::uno::Reference< ::com::sun::star::frame::XFrame >& _rxFrame ) throw( ::com::s…
|
/aoo41x/main/cui/source/factory/ |
H A D | dlgfact.hxx | 599 const ::com::sun::star::uno::Reference< ::com::sun::star::frame::XFrame >& _rxFrame, 765 const ::com::sun::star::uno::Reference< ::com::sun::star::frame::XFrame >& _rxFrame
|
H A D | dlgfact.cxx | 1220 Window* pParent, sal_Bool bShowSlots, const Reference< frame::XFrame >& _rxFrame ) in CreateScriptSelectorDialog() 1224 pDlg = new SvxScriptSelectorDialog( pParent, bShowSlots, _rxFrame ); in CreateScriptSelectorDialog()
|
/aoo41x/main/sfx2/inc/sfx2/ |
H A D | sfxdlg.hxx | 145 const ::com::sun::star::uno::Reference< ::com::sun::star::frame::XFrame >& _rxFrame
|
/aoo41x/main/dbaccess/source/core/dataaccess/ |
H A D | documentdefinition.hxx | 244 … const ::com::sun::star::uno::Reference< ::com::sun::star::frame::XFrame >& _rxFrame
|
H A D | documentdefinition.cxx | 770 …esktop_throw( const ::comphelper::ComponentContext& _rContxt, const Reference< XFrame >& _rxFrame ) in impl_removeFrameFromDesktop_throw() argument 774 xFrames->remove( _rxFrame ); in impl_removeFrameFromDesktop_throw()
|
/aoo41x/main/sw/inc/ |
H A D | swabstdlg.hxx | 350 const ::com::sun::star::uno::Reference< ::com::sun::star::frame::XFrame >& _rxFrame,
|
/aoo41x/main/sw/source/ui/dialog/ |
H A D | swdlgfact.hxx | 433 const ::com::sun::star::uno::Reference< ::com::sun::star::frame::XFrame >& _rxFrame,
|