LibreOffice Module sc (master) 1
Functions | Variables
drwtrans.cxx File Reference
#include <com/sun/star/embed/XTransactedObject.hpp>
#include <com/sun/star/embed/XEmbedPersist.hpp>
#include <com/sun/star/embed/XEmbeddedObject.hpp>
#include <com/sun/star/uno/Exception.hpp>
#include <com/sun/star/beans/XPropertySet.hpp>
#include <com/sun/star/beans/XPropertySetInfo.hpp>
#include <com/sun/star/form/FormButtonType.hpp>
#include <unotools/streamwrap.hxx>
#include <svx/unomodel.hxx>
#include <unotools/tempfile.hxx>
#include <unotools/ucbstreamhelper.hxx>
#include <comphelper/fileformat.h>
#include <comphelper/storagehelper.hxx>
#include <comphelper/servicehelper.hxx>
#include <svtools/embedtransfer.hxx>
#include <sot/storage.hxx>
#include <svx/svditer.hxx>
#include <svx/svdograf.hxx>
#include <svx/svdoole2.hxx>
#include <svx/svdouno.hxx>
#include <sfx2/docfile.hxx>
#include <svl/itempool.hxx>
#include <svl/urlbmk.hxx>
#include <tools/urlobj.hxx>
#include <osl/diagnose.h>
#include <drwtrans.hxx>
#include <docsh.hxx>
#include <drwlayer.hxx>
#include <drawview.hxx>
#include <utility>
#include <viewdata.hxx>
#include <scmod.hxx>
#include <dragdata.hxx>
#include <stlpool.hxx>
#include <scresid.hxx>
#include <globstr.hrc>
#include <editeng/eeitem.hxx>
#include <editeng/fhgtitem.hxx>
#include <vcl/svapp.hxx>
Include dependency graph for drwtrans.cxx:

Go to the source code of this file.

Functions

static bool lcl_HasOnlyControls (SdrModel *pModel)
 
static void lcl_InitMarks (SdrMarkView &rDest, const SdrMarkView &rSource, SCTAB nTab)
 

Variables

constexpr sal_uInt32 SCDRAWTRANS_TYPE_EMBOBJ = 1
 
constexpr sal_uInt32 SCDRAWTRANS_TYPE_DRAWMODEL = 2
 
constexpr sal_uInt32 SCDRAWTRANS_TYPE_DOCUMENT = 3
 

Function Documentation

◆ lcl_HasOnlyControls()

static bool lcl_HasOnlyControls ( SdrModel pModel)
static

Definition at line 240 of file drwtrans.cxx.

References SdrModel::GetPage(), and SdrObjListIter::Next().

Referenced by ScDrawTransferObj::AddSupportedFormats().

◆ lcl_InitMarks()

static void lcl_InitMarks ( SdrMarkView rDest,
const SdrMarkView rSource,
SCTAB  nTab 
)
static

Variable Documentation

◆ SCDRAWTRANS_TYPE_DOCUMENT

constexpr sal_uInt32 SCDRAWTRANS_TYPE_DOCUMENT = 3
constexpr

Definition at line 70 of file drwtrans.cxx.

Referenced by ScDrawTransferObj::GetData(), and ScDrawTransferObj::WriteObject().

◆ SCDRAWTRANS_TYPE_DRAWMODEL

constexpr sal_uInt32 SCDRAWTRANS_TYPE_DRAWMODEL = 2
constexpr

Definition at line 69 of file drwtrans.cxx.

Referenced by ScDrawTransferObj::GetData(), and ScDrawTransferObj::WriteObject().

◆ SCDRAWTRANS_TYPE_EMBOBJ

constexpr sal_uInt32 SCDRAWTRANS_TYPE_EMBOBJ = 1
constexpr

Definition at line 68 of file drwtrans.cxx.

Referenced by ScDrawTransferObj::GetData(), and ScDrawTransferObj::WriteObject().