Home
last modified time | relevance | path

Searched refs:DOCUMENT_TYPE (Results 1 – 2 of 2) sorted by relevance

/trunk/main/vbahelper/inc/vbahelper/
H A Dvbadocumentsbase.hxx36 enum DOCUMENT_TYPE enum in VbaDocumentsBase
43 DOCUMENT_TYPE meDocType;
46 …rent, const css::uno::Reference< css::uno::XComponentContext >& xContext, DOCUMENT_TYPE eDocType );
/trunk/main/vbahelper/source/vbahelper/
H A Dvbadocumentsbase.cxx132 VbaDocumentsBase::DOCUMENT_TYPE meDocType;
134 …uno::Reference< uno::XComponentContext >& xContext, VbaDocumentsBase::DOCUMENT_TYPE eDocType ) :m_… in DocumentsAccessImpl()
212 …arent, const uno::Reference< css::uno::XComponentContext >& xContext, DOCUMENT_TYPE eDocType ) : V… in VbaDocumentsBase()