Home
last modified time | relevance | path

Searched refs:_rxFrame (Results 1 – 24 of 24) sorted by relevance

/trunk/main/dbaccess/source/ui/misc/
H A Dcontrollerframe.cxx143 …atic void lcl_setFrame_nothrow( ControllerFrame_Data& _rData, const Reference< XFrame >& _rxFrame ) in lcl_setFrame_nothrow() argument
153 _rData.m_xFrame = _rxFrame; in lcl_setFrame_nothrow()
174 static bool lcl_isActive_nothrow( const Reference< XFrame >& _rxFrame ) in lcl_isActive_nothrow() argument
179 if ( _rxFrame.is() ) in lcl_isActive_nothrow()
181 Reference< XWindow2 > xWindow( _rxFrame->getContainerWindow(), UNO_QUERY_THROW ); in lcl_isActive_nothrow()
386 const Reference< XFrame >& ControllerFrame::attachFrame( const Reference< XFrame >& _rxFrame ) in attachFrame() argument
389 lcl_setFrame_nothrow( *m_pData, _rxFrame ); in attachFrame()
/trunk/main/dbaccess/source/ui/browser/
H A Dgenericcontroller.cxx430 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 Dbrwctrlr.cxx667 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()
/trunk/main/cui/source/customize/
H A Dselector.cxx282 …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 Dcfgutil.cxx603 …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 Deventdlg.cxx115 void SvxEventConfigPage::LateInit( const uno::Reference< frame::XFrame >& _rxFrame ) in LateInit() argument
117 SetFrame( _rxFrame ); in LateInit()
H A Deventdlg.hxx61 … LateInit( const ::com::sun::star::uno::Reference< ::com::sun::star::frame::XFrame >& _rxFrame );
/trunk/main/svx/source/form/
H A Dformtoolbars.cxx50 FormToolboxes::FormToolboxes( const Reference< XFrame >& _rxFrame ) in FormToolboxes() argument
53 Reference< XPropertySet > xFrameProps( _rxFrame, UNO_QUERY ); in FormToolboxes()
/trunk/main/dbaccess/source/ui/inc/
H A Ddatabaseobjectview.hxx142 …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 Dbrwctrlr.hxx245 …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 );
/trunk/main/sfx2/source/appl/
H A Dappserv.cxx713 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()
/trunk/main/svx/inc/svx/
H A Dsvxdlg.hxx467 const ::com::sun::star::uno::Reference< ::com::sun::star::frame::XFrame >& _rxFrame,
482 const ::com::sun::star::uno::Reference< ::com::sun::star::frame::XFrame >& _rxFrame
/trunk/main/extensions/source/propctrlr/
H A Dpropcontroller.cxx374 …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()
/trunk/main/svx/source/inc/
H A Dformtoolbars.hxx54 const ::com::sun::star::uno::Reference< ::com::sun::star::frame::XFrame >& _rxFrame
/trunk/main/dbaccess/inc/
H A Dcontrollerframe.hxx57 … const ::com::sun::star::uno::Reference< ::com::sun::star::frame::XFrame >& _rxFrame
H A Dgenericcontroller.hxx388 …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 );
/trunk/main/cui/source/factory/
H A Ddlgfact.hxx599 const ::com::sun::star::uno::Reference< ::com::sun::star::frame::XFrame >& _rxFrame,
770 const ::com::sun::star::uno::Reference< ::com::sun::star::frame::XFrame >& _rxFrame
H A Ddlgfact.cxx1220 Window* pParent, sal_Bool bShowSlots, const Reference< frame::XFrame >& _rxFrame ) in CreateScriptSelectorDialog()
1224 pDlg = new SvxScriptSelectorDialog( pParent, bShowSlots, _rxFrame ); in CreateScriptSelectorDialog()
/trunk/main/sfx2/inc/
H A Dfrmload.hxx72 …st ::com::sun::star::uno::Reference< ::com::sun::star::frame::XFrame >& _rxFrame ) throw( ::com::s…
/trunk/main/sfx2/inc/sfx2/
H A Dsfxdlg.hxx145 const ::com::sun::star::uno::Reference< ::com::sun::star::frame::XFrame >& _rxFrame
/trunk/main/dbaccess/source/core/dataaccess/
H A Ddocumentdefinition.hxx244 … const ::com::sun::star::uno::Reference< ::com::sun::star::frame::XFrame >& _rxFrame
H A Ddocumentdefinition.cxx770 …esktop_throw( const ::comphelper::ComponentContext& _rContxt, const Reference< XFrame >& _rxFrame ) in impl_removeFrameFromDesktop_throw() argument
774 xFrames->remove( _rxFrame ); in impl_removeFrameFromDesktop_throw()
/trunk/main/sw/inc/
H A Dswabstdlg.hxx350 const ::com::sun::star::uno::Reference< ::com::sun::star::frame::XFrame >& _rxFrame,
/trunk/main/sw/source/ui/dialog/
H A Dswdlgfact.hxx433 const ::com::sun::star::uno::Reference< ::com::sun::star::frame::XFrame >& _rxFrame,

Completed in 149 milliseconds