Lines Matching refs:m_xDocument
229 Reference< XModel > m_xDocument; member in basctl::ScriptDocument_Impl
257 getDocumentRef() const { return m_xDocument; } in getDocumentRef()
364 m_xDocument.clear(); in invalidate()
377 m_xDocument.set ( _rxModel, UNO_SET_THROW ); in impl_initDocument_nothrow()
438 Reference< XStorable > xDocStorable( m_xDocument, UNO_QUERY_THROW ); in isReadOnly()
473 return ::basic::BasicManagerRepository::getDocumentBasicManager( m_xDocument ); in getBasicManager()
484 return m_xDocument; in getDocument()
893 sTitle = ::comphelper::DocumentInfo::getDocumentTitle( m_xDocument ); in getTitle()
908 sURL = m_xDocument->getURL(); in getURL()
947 Reference< XModel > xDocument( m_xDocument, UNO_SET_THROW ); in getCurrentFrame()
1072 bool bMyDocument = m_xDocument == _rDocument.getDocument(); in onDocumentClosed()