Lines Matching refs:xDocument
605 Reference< XModel > xDocument; in lcl_getScriptableDocument_nothrow() local
615 xDocument = lcl_getDocumentWithScripts_throw( xController->getModel() ); in lcl_getScriptableDocument_nothrow()
617 if ( !xDocument.is() ) in lcl_getScriptableDocument_nothrow()
620 xDocument = lcl_getDocumentWithScripts_throw( _rxFrame->getController() ); in lcl_getScriptableDocument_nothrow()
629 return xDocument; in lcl_getScriptableDocument_nothrow()
721 Reference< XModel > xDocument( lcl_getScriptableDocument_nothrow( m_xFrame ) ); in Init() local
722 if ( xDocument.is() ) in Init()
724 currentDocTitle = ::comphelper::DocumentInfo::getDocumentTitle( xDocument ); in Init()
1186 … Reference< XModel > xDocument( lcl_getScriptableDocument_nothrow( m_xFrame ) ); in RequestingChilds() local
1187 if ( xDocument.is() ) in RequestingChilds()
1189 … currentDocTitle = ::comphelper::DocumentInfo::getDocumentTitle( xDocument ); in RequestingChilds()