LibreOffice Module vbahelper (master) 1
Typedefs
vbadocumentsbase.cxx File Reference
#include <utility>
#include <vbahelper/vbadocumentsbase.hxx>
#include <unotools/mediadescriptor.hxx>
#include <comphelper/sequence.hxx>
#include <cppuhelper/implbase.hxx>
#include <com/sun/star/container/XEnumerationAccess.hpp>
#include <com/sun/star/lang/XComponent.hpp>
#include <com/sun/star/frame/Desktop.hpp>
#include <com/sun/star/frame/XModel.hpp>
#include <com/sun/star/frame/XFrame.hpp>
#include <com/sun/star/frame/FrameSearchFlag.hpp>
#include <com/sun/star/lang/IndexOutOfBoundsException.hpp>
#include <com/sun/star/document/MacroExecMode.hpp>
#include <com/sun/star/lang/XServiceInfo.hpp>
#include <tools/urlobj.hxx>
#include <o3tl/safeint.hxx>
#include <osl/file.hxx>
#include <unordered_map>
#include <vbahelper/vbadocumentbase.hxx>
#include <ooo/vba/XApplicationBase.hpp>
Include dependency graph for vbadocumentsbase.cxx:

Go to the source code of this file.

Typedefs

typedef std::unordered_map< OUString, sal_Int32 > NameIndexHash
 
typedef std::vector< uno::Reference< frame::XModel > > Documents
 
typedef ::cppu::WeakImplHelper< container::XEnumerationAccess, css::container::XIndexAccess, css::container::XNameAccess > DocumentsAccessImpl_BASE
 

Typedef Documentation

◆ Documents

typedef std::vector< uno::Reference< frame::XModel > > Documents

Definition at line 49 of file vbadocumentsbase.cxx.

◆ DocumentsAccessImpl_BASE

typedef ::cppu::WeakImplHelper< container::XEnumerationAccess , css::container::XIndexAccess , css::container::XNameAccess > DocumentsAccessImpl_BASE

Definition at line 108 of file vbadocumentsbase.cxx.

◆ NameIndexHash

typedef std::unordered_map< OUString, sal_Int32 > NameIndexHash

Definition at line 47 of file vbadocumentsbase.cxx.