Home
last modified time | relevance | path

Searched refs:VbaDocumentsBase (Results 1 – 6 of 6) sorted by relevance

/trunk/main/vbahelper/source/vbahelper/
H A Dvbadocumentsbase.cxx132 VbaDocumentsBase::DOCUMENT_TYPE meDocType;
134 …DocumentsAccessImpl( const uno::Reference< uno::XComponentContext >& xContext, VbaDocumentsBase::D… in DocumentsAccessImpl()
142 …erviceInfo->supportsService( sSpreadsheetDocument ) && meDocType == VbaDocumentsBase::EXCEL_DOCUME… in DocumentsAccessImpl()
143 …|| ( xServiceInfo->supportsService( sTextDocument ) && meDocType == VbaDocumentsBase::WORD_DOCUMEN… in DocumentsAccessImpl()
212 VbaDocumentsBase::VbaDocumentsBase( const uno::Reference< XHelperInterface >& xParent, const uno::R… in VbaDocumentsBase() function in VbaDocumentsBase
242 uno::Any VbaDocumentsBase::createDocument() throw (uno::RuntimeException) in createDocument()
281 void VbaDocumentsBase::closeDocuments() throw (uno::RuntimeException) in closeDocuments()
295 uno::Any VbaDocumentsBase::openDocument( const rtl::OUString& rFileName, const uno::Any& ReadOnly, … in openDocument()
/trunk/main/vbahelper/inc/vbahelper/
H A Dvbadocumentsbase.hxx33 class VBAHELPER_DLLPUBLIC VbaDocumentsBase : public VbaDocumentsBase_BASE class
46VbaDocumentsBase( const css::uno::Reference< ov::XHelperInterface >& xParent, const css::uno::Refe…
47 virtual ~VbaDocumentsBase() {} in ~VbaDocumentsBase()
/trunk/main/sc/source/ui/vba/
H A Dvbaworkbooks.hxx36 typedef cppu::ImplInheritanceHelper1< VbaDocumentsBase, ov::excel::XWorkbooks > ScVbaWorkbooks_BASE;
H A Dvbaworkbooks.cxx169 …nentContext >& xContext ) : ScVbaWorkbooks_BASE( xParent, xContext, VbaDocumentsBase::EXCEL_DOCUME… in ScVbaWorkbooks()
/trunk/main/sw/source/ui/vba/
H A Dvbadocuments.hxx34 typedef cppu::ImplInheritanceHelper1< VbaDocumentsBase, ov::word::XDocuments > SwVbaDocuments_BASE;
H A Dvbadocuments.cxx84 …nentContext >& xContext ) : SwVbaDocuments_BASE( xParent, xContext, VbaDocumentsBase::WORD_DOCUMEN… in SwVbaDocuments()

Completed in 31 milliseconds