#include "vbatables.hxx"
#include "vbatable.hxx"
#include "vbarange.hxx"
#include "wordvbahelper.hxx"
#include <com/sun/star/text/XTextTable.hpp>
#include <com/sun/star/text/XTextTablesSupplier.hpp>
#include <com/sun/star/text/XTextDocument.hpp>
#include <com/sun/star/lang/XServiceInfo.hpp>
#include <com/sun/star/lang/XMultiServiceFactory.hpp>
#include <com/sun/star/text/XText.hpp>
#include <com/sun/star/table/XCellRange.hpp>
#include <cppuhelper/implbase.hxx>
#include <utility>
Go to the source code of this file.
|
typedef std::vector< uno::Reference< text::XTextTable > > | XTextTableVec |
|
|
static uno::Reference< container::XIndexAccess > | lcl_getTables (const uno::Reference< frame::XModel > &xDoc) |
|
static uno::Any | lcl_createTable (const uno::Reference< XHelperInterface > &xParent, const uno::Reference< uno::XComponentContext > &xContext, const uno::Reference< frame::XModel > &xDocument, const uno::Any &aSource) |
|
static bool | lcl_isInHeaderFooter (const uno::Reference< text::XTextTable > &xTable) |
|
◆ XTextTableVec
typedef std::vector< uno::Reference< text::XTextTable > > XTextTableVec |
◆ lcl_createTable()
static uno::Any lcl_createTable |
( |
const uno::Reference< XHelperInterface > & |
xParent, |
|
|
const uno::Reference< uno::XComponentContext > & |
xContext, |
|
|
const uno::Reference< frame::XModel > & |
xDocument, |
|
|
const uno::Any & |
aSource |
|
) |
| |
|
static |
◆ lcl_getTables()
static uno::Reference< container::XIndexAccess > lcl_getTables |
( |
const uno::Reference< frame::XModel > & |
xDoc | ) |
|
|
static |
◆ lcl_isInHeaderFooter()
static bool lcl_isInHeaderFooter |
( |
const uno::Reference< text::XTextTable > & |
xTable | ) |
|
|
static |