Lines Matching refs:xModel

429                 uno::Reference < frame::XModel > xModel( aEvent.Source, uno::UNO_QUERY );  in queryClosing()  local
430 if ( xModel.is() ) in queryClosing()
648 sal_Bool SAL_CALL SfxBaseController::attachModel( const REFERENCE< XMODEL >& xModel ) throw( ::com:… in attachModel() argument
650 …if ( m_pData->m_pViewShell && xModel.is() && xModel != m_pData->m_pViewShell->GetObjectShell()->Ge… in attachModel()
657 …REFERENCE < ::com::sun::star::util::XCloseBroadcaster > xCloseable( xModel, com::sun::star::uno::U… in attachModel()
918 REFERENCE< XMODEL > xModel = getModel(); in queryDispatch() local
919 if( xModel.is() && aURL.Mark.getLength() ) in queryDispatch()
923 if( aURL.Main.getLength() && aURL.Main == xModel->getURL() && pSlot ) in queryDispatch()
1072 REFERENCE< XMODEL > xModel = pDoc->GetModel(); in dispose() local
1073 …REFERENCE < ::com::sun::star::util::XCloseable > xCloseable( xModel, com::sun::star::uno::UNO_QUER… in dispose()
1074 if ( xModel.is() ) in dispose()
1076 xModel->disconnectController( this ); in dispose()
1123 REFERENCE< XMODEL > xModel = pDoc->GetModel(); in ReleaseShell_Impl() local
1124 …REFERENCE < ::com::sun::star::util::XCloseable > xCloseable( xModel, com::sun::star::uno::UNO_QUER… in ReleaseShell_Impl()
1125 if ( xModel.is() ) in ReleaseShell_Impl()
1127 xModel->disconnectController( this ); in ReleaseShell_Impl()
1490 css::uno::Reference< css::frame::XModel > xModel = getModel (); in impl_getTitleHelper() local
1491 …css::uno::Reference< css::frame::XUntitledNumbers > xUntitledProvider(xModel in impl_getTitleHelper()