Home
last modified time | relevance | path

Searched refs:m_eDocumentType (Results 1 – 4 of 4) sorted by relevance

/trunk/main/writerfilter/source/dmapper/
H A DDomainMapper_Impl.hxx295 SourceDocumentType m_eDocumentType; member in writerfilter::dmapper::DomainMapper_Impl
574 new DomainMapperTableManager( m_eDocumentType == DOCUMENT_OOXML ) ); in appendTableManager()
589 bool IsOOXMLImport() const { return m_eDocumentType == DOCUMENT_OOXML; } in IsOOXMLImport()
H A DDomainMapper_Impl.cxx137 m_eDocumentType( eDocumentType ), in DomainMapper_Impl()
/trunk/main/svx/source/form/
H A Dfmshimp.cxx659 ,m_eDocumentType( eUnknownDocumentType ) in FmXFormShell()
741 if ( m_eDocumentType != eUnknownDocumentType ) in getDocumentType()
742 return m_eDocumentType; in getDocumentType()
747 m_eDocumentType = DocumentClassification::classifyDocument( xModel ); in getDocumentType()
751 m_eDocumentType = eTextDocument; in getDocumentType()
755 return m_eDocumentType; in getDocumentType()
/trunk/main/svx/source/inc/
H A Dfmshimp.hxx240 m_eDocumentType; /// the type of document we're living in

Completed in 69 milliseconds