LibreOffice Module sc (master) 1
|
#include <o3tl/sprintf.hxx>
#include <svx/sdtaitm.hxx>
#include <svx/svdotext.hxx>
#include <editeng/editobj.hxx>
#include <svx/svdoole2.hxx>
#include <sot/storage.hxx>
#include <svl/itemset.hxx>
#include <svx/svdocapt.hxx>
#include <svx/unoapi.hxx>
#include <editeng/writingmodeitem.hxx>
#include <tools/urlobj.hxx>
#include <rtl/math.hxx>
#include <rtl/uuid.h>
#include <sal/log.hxx>
#include <drwlayer.hxx>
#include <root.hxx>
#include <utility>
#include <xcl97rec.hxx>
#include <xcl97esc.hxx>
#include <xeescher.hxx>
#include <xehelper.hxx>
#include <xelink.hxx>
#include <xlcontent.hxx>
#include <unotools/fltrcfg.hxx>
#include <editeng/adjustitem.hxx>
#include <editeng/eeitem.hxx>
#include <filter/msfilter/msoleexp.hxx>
#include <unotools/localedatawrapper.hxx>
#include <stdio.h>
#include <document.hxx>
#include <rangelst.hxx>
#include <docoptio.hxx>
#include <tabprotection.hxx>
#include <com/sun/star/embed/Aspects.hpp>
#include <com/sun/star/chart/XChartDocument.hpp>
#include <com/sun/star/chart2/XCoordinateSystemContainer.hpp>
#include <com/sun/star/chart2/XChartTypeContainer.hpp>
#include <com/sun/star/chart2/XChartDocument.hpp>
#include <sax/fastattribs.hxx>
#include <oox/token/tokens.hxx>
#include <oox/token/namespaces.hxx>
#include <oox/token/relationship.hxx>
#include <oox/export/shapes.hxx>
#include <oox/export/utils.hxx>
#include <oox/export/vmlexport.hxx>
#include <detfunc.hxx>
#include <memory>
Go to the source code of this file.
Functions | |
void | setSuppressGetBitmapFromXclObjComment (SdrCaptionObj *pSdrCaptionObj, bool bValue) |
static void | lcl_FillProps (EscherPropertyContainer &rPropOpt, SdrObject *pCaption, bool bVisible) |
static const char * | lcl_GetHorizAlignFromItemSetChar (const SfxItemSet &rItemSet) |
static const char * | lcl_GetVertAlignFromItemSetChar (const SfxItemSet &rItemSet) |
static sal_uInt8 | lcl_GetHorAlignFromItemSet (const SfxItemSet &rItemSet) |
static sal_uInt8 | lcl_GetVerAlignFromItemSet (const SfxItemSet &rItemSet) |
static const char * | GetEditAs (const XclObjAny &rObj) |
Variables | |
const sal_uInt8 | nDataRecalcId [] |
const sal_uInt8 | nDataBookExt [] |
|
static |
Definition at line 1190 of file xcl97rec.cxx.
References ScDrawLayer::GetAnchorType(), EscherEx::GetSdrObject(), XclObjAny::GetShape(), SCA_CELL, SCA_CELL_RESIZE, and SCA_PAGE.
Referenced by XclObjAny::SaveXml().
|
static |
Definition at line 588 of file xcl97rec.cxx.
References EscherPropertyContainer::AddOpt(), bVisible, EscherPropertyContainer::CreateFillProperties(), ESCHER_Prop_fillBackColor, ESCHER_Prop_fillColor, ESCHER_Prop_FitTextToShape, ESCHER_Prop_fNoFillHitTest, ESCHER_Prop_fPrint, ESCHER_Prop_fshadowObscured, ESCHER_Prop_lTxid, ESCHER_Prop_shadowColor, EscherPropertyContainer::GetOpt(), GetXShapeForSdrObject(), nValue, and set_flag().
Referenced by XclObjComment::ProcessEscherObj().
|
static |
Definition at line 843 of file xcl97rec.cxx.
References EE_PARA_JUST(), EXC_OBJ_HOR_CENTER, EXC_OBJ_HOR_JUSTIFY, EXC_OBJ_HOR_LEFT, EXC_OBJ_HOR_RIGHT, and SfxItemSet::Get().
Referenced by XclTxo::XclTxo().
|
static |
Definition at line 724 of file xcl97rec.cxx.
References EE_PARA_JUST(), and SfxItemSet::Get().
|
static |
Definition at line 858 of file xcl97rec.cxx.
References EXC_OBJ_VER_BOTTOM, EXC_OBJ_VER_CENTER, EXC_OBJ_VER_JUSTIFY, EXC_OBJ_VER_TOP, SfxItemSet::Get(), SDRATTR_TEXT_VERTADJUST(), SDRTEXTVERTADJUST_BLOCK, SDRTEXTVERTADJUST_BOTTOM, SDRTEXTVERTADJUST_CENTER, and SDRTEXTVERTADJUST_TOP.
Referenced by XclTxo::XclTxo().
|
static |
Definition at line 739 of file xcl97rec.cxx.
References SfxItemSet::Get(), SDRATTR_TEXT_VERTADJUST(), SDRTEXTVERTADJUST_BLOCK, SDRTEXTVERTADJUST_BOTTOM, SDRTEXTVERTADJUST_CENTER, and SDRTEXTVERTADJUST_TOP.
void setSuppressGetBitmapFromXclObjComment | ( | SdrCaptionObj * | pSdrCaptionObj, |
bool | bValue | ||
) |
Definition at line 560 of file xcl97rec.cxx.
References SdrCaptionObj::setSuppressGetBitmap().
Referenced by XclObjComment::XclObjComment(), and XclObjComment::~XclObjComment().
const sal_uInt8 nDataBookExt[] |
Definition at line 2007 of file xcl97rec.cxx.
const sal_uInt8 nDataRecalcId[] |
Definition at line 1998 of file xcl97rec.cxx.