Lines Matching refs:REFERENCE

611 void SAL_CALL SfxBaseController::attachFrame( const REFERENCE< XFRAME >& xFrame ) throw( ::com::sun…  in attachFrame()
613 REFERENCE< XFRAME > xTemp( getFrame() ) ; in attachFrame()
619REFERENCE < ::com::sun::star::util::XCloseBroadcaster > xCloseable( xTemp, com::sun::star::uno::UN… in attachFrame()
629REFERENCE < ::com::sun::star::util::XCloseBroadcaster > xCloseable( xFrame, com::sun::star::uno::U… in attachFrame()
648 sal_Bool SAL_CALL SfxBaseController::attachModel( const REFERENCE< XMODEL >& xModel ) throw( ::com:… in attachModel()
657REFERENCE < ::com::sun::star::util::XCloseBroadcaster > xCloseable( xModel, com::sun::star::uno::U… in attachModel()
759 REFERENCE< XFRAME > SAL_CALL SfxBaseController::getFrame() throw( ::com::sun::star::uno::RuntimeExc… in getFrame()
769 REFERENCE< XMODEL > SAL_CALL SfxBaseController::getModel() throw( ::com::sun::star::uno::RuntimeExc… in getModel()
772 …return m_pData->m_pViewShell ? m_pData->m_pViewShell->GetObjectShell()->GetModel() : REFERENCE < X… in getModel()
779 REFERENCE< XDISPATCH > SAL_CALL SfxBaseController::queryDispatch( const UNOURL& aURL , in queryDispatch()
784 REFERENCE< XDISPATCH > xDisp; in queryDispatch()
796 REFERENCE < XFRAME > xFrame; in queryDispatch()
918 REFERENCE< XMODEL > xModel = getModel(); in queryDispatch()
924 …return REFERENCE< XDISPATCH >( new SfxOfficeDispatch( pAct->GetBindings(), pAct->GetDispatcher(), … in queryDispatch()
937 uno::Sequence< REFERENCE< XDISPATCH > > SAL_CALL SfxBaseController::queryDispatches( const uno::Seq… in queryDispatches()
942 uno::Sequence< REFERENCE< XDISPATCH > > lDispatcher( nCount ); in queryDispatches()
1072 REFERENCE< XMODEL > xModel = pDoc->GetModel(); in dispose()
1073REFERENCE < ::com::sun::star::util::XCloseable > xCloseable( xModel, com::sun::star::uno::UNO_QUER… in dispose()
1081 REFERENCE < XFRAME > aXFrame; in dispose()
1103 void SAL_CALL SfxBaseController::addEventListener( const REFERENCE< XEVENTLISTENER >& aListener ) t… in addEventListener()
1105 …m_pData->m_aListenerContainer.addInterface( ::getCppuType((const REFERENCE< XEVENTLISTENER >*)0), … in addEventListener()
1112 void SAL_CALL SfxBaseController::removeEventListener( const REFERENCE< XEVENTLISTENER >& aListener … in removeEventListener()
1114 …m_pData->m_aListenerContainer.removeInterface( ::getCppuType((const REFERENCE< XEVENTLISTENER >*)0… in removeEventListener()
1123 REFERENCE< XMODEL > xModel = pDoc->GetModel(); in ReleaseShell_Impl()
1124REFERENCE < ::com::sun::star::util::XCloseable > xCloseable( xModel, com::sun::star::uno::UNO_QUER… in ReleaseShell_Impl()
1133 REFERENCE < XFRAME > aXFrame; in ReleaseShell_Impl()
1151 void SAL_CALL SfxBaseController::registerContextMenuInterceptor( const REFERENCE< XCONTEXTMENUINTER… in registerContextMenuInterceptor()
1161 void SAL_CALL SfxBaseController::releaseContextMenuInterceptor( const REFERENCE< XCONTEXTMENUINTERC… in releaseContextMenuInterceptor()