LibreOffice Module sc (master) 1
|
#include "XMLTableShapeImportHelper.hxx"
#include "xmlimprt.hxx"
#include <drwlayer.hxx>
#include "xmlannoi.hxx"
#include <rangeutl.hxx>
#include <userdat.hxx>
#include <docuno.hxx>
#include <sheetdata.hxx>
#include <comphelper/servicehelper.hxx>
#include <xmloff/xmlnamespace.hxx>
#include <xmloff/xmluconv.hxx>
#include <xmloff/xmltoken.hxx>
#include <com/sun/star/drawing/XShape.hpp>
#include <com/sun/star/drawing/XShapes.hpp>
Go to the source code of this file.
Functions | |
static uno::Reference< drawing::XShape > | lcl_getTopLevelParent (const uno::Reference< drawing::XShape > &rShape) |
Variables | |
constexpr OUStringLiteral | SC_LAYERID = u"LayerID" |
|
static |
Definition at line 65 of file XMLTableShapeImportHelper.cxx.
References lcl_getTopLevelParent().
Referenced by XMLTableShapeImportHelper::finishShape(), and lcl_getTopLevelParent().
|
constexpr |
Definition at line 35 of file XMLTableShapeImportHelper.cxx.
Referenced by XMLTableShapeImportHelper::SetLayer().