#include "vbawindows.hxx"
#include <com/sun/star/sheet/XSpreadsheetDocument.hpp>
#include <com/sun/star/frame/Desktop.hpp>
#include <cppuhelper/implbase.hxx>
#include <comphelper/sequence.hxx>
#include <o3tl/safeint.hxx>
#include <rtl/ref.hxx>
#include "vbawindow.hxx"
#include "vbaworkbook.hxx"
#include <unordered_map>
#include <utility>
#include <osl/file.hxx>
#include <ooo/vba/excel/XApplication.hpp>
Go to the source code of this file.
|
typedef std::unordered_map< OUString, sal_Int32 > | NameIndexHash |
|
typedef std::vector< uno::Reference< sheet::XSpreadsheetDocument > > | Components |
|
typedef ::cppu::WeakImplHelper< container::XEnumerationAccess, css::container::XIndexAccess, css::container::XNameAccess > | WindowsAccessImpl_BASE |
|
◆ Components
typedef std::vector< uno::Reference< sheet::XSpreadsheetDocument > > Components |
◆ NameIndexHash
◆ WindowsAccessImpl_BASE
typedef ::cppu::WeakImplHelper< container::XEnumerationAccess , css::container::XIndexAccess , css::container::XNameAccess > WindowsAccessImpl_BASE |
◆ ComponentToWindow()
static uno::Any ComponentToWindow |
( |
const uno::Any & |
aSource, |
|
|
const uno::Reference< uno::XComponentContext > & |
xContext, |
|
|
const uno::Any & |
aApplication |
|
) |
| |
|
static |
◆ lcl_createWorkbookHIParent()
static uno::Reference< XHelperInterface > lcl_createWorkbookHIParent |
( |
const uno::Reference< frame::XModel > & |
xModel, |
|
|
const uno::Reference< uno::XComponentContext > & |
xContext, |
|
|
const uno::Any & |
aApplication |
|
) |
| |
|
static |