LibreOffice Module sc (master) 1
Functions | Variables
transobj.cxx File Reference
#include <scitems.hxx>
#include <editeng/justifyitem.hxx>
#include <com/sun/star/uno/Sequence.hxx>
#include <com/sun/star/embed/XTransactedObject.hpp>
#include <o3tl/unit_conversion.hxx>
#include <osl/diagnose.h>
#include <unotools/tempfile.hxx>
#include <unotools/ucbstreamhelper.hxx>
#include <unotools/streamwrap.hxx>
#include <comphelper/fileformat.h>
#include <comphelper/lok.hxx>
#include <comphelper/storagehelper.hxx>
#include <comphelper/servicehelper.hxx>
#include <sot/storage.hxx>
#include <utility>
#include <vcl/gdimtf.hxx>
#include <vcl/jobset.hxx>
#include <vcl/svapp.hxx>
#include <vcl/virdev.hxx>
#include <sfx2/docfile.hxx>
#include <transobj.hxx>
#include <patattr.hxx>
#include <cellvalue.hxx>
#include <cellform.hxx>
#include <document.hxx>
#include <viewopti.hxx>
#include <editutil.hxx>
#include <impex.hxx>
#include <formulacell.hxx>
#include <printfun.hxx>
#include <docfunc.hxx>
#include <scmod.hxx>
#include <dragdata.hxx>
#include <sortparam.hxx>
#include <tabvwsh.hxx>
#include <editeng/paperinf.hxx>
#include <editeng/sizeitem.hxx>
#include <formula/errorcodes.hxx>
#include <docsh.hxx>
#include <markdata.hxx>
#include <stlpool.hxx>
#include <viewdata.hxx>
#include <dociter.hxx>
#include <cellsuno.hxx>
#include <stringutil.hxx>
#include <formulaiter.hxx>
Include dependency graph for transobj.cxx:

Go to the source code of this file.

Functions

static ScRange lcl_reduceBlock (const ScDocument &rDoc, ScRange aReducedBlock, bool bIncludeVisual=false)
 

Variables

constexpr sal_uInt32 SCTRANS_TYPE_IMPEX = 1
 
constexpr sal_uInt32 SCTRANS_TYPE_EDIT_RTF = 2
 
constexpr sal_uInt32 SCTRANS_TYPE_EDIT_BIN = 3
 
constexpr sal_uInt32 SCTRANS_TYPE_EMBOBJ = 4
 
constexpr sal_uInt32 SCTRANS_TYPE_EDIT_ODF_TEXT_FLAT = 5
 

Function Documentation

◆ lcl_reduceBlock()

static ScRange lcl_reduceBlock ( const ScDocument rDoc,
ScRange  aReducedBlock,
bool  bIncludeVisual = false 
)
static

Variable Documentation

◆ SCTRANS_TYPE_EDIT_BIN

constexpr sal_uInt32 SCTRANS_TYPE_EDIT_BIN = 3
constexpr

Definition at line 75 of file transobj.cxx.

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

◆ SCTRANS_TYPE_EDIT_ODF_TEXT_FLAT

constexpr sal_uInt32 SCTRANS_TYPE_EDIT_ODF_TEXT_FLAT = 5
constexpr

Definition at line 77 of file transobj.cxx.

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

◆ SCTRANS_TYPE_EDIT_RTF

constexpr sal_uInt32 SCTRANS_TYPE_EDIT_RTF = 2
constexpr

Definition at line 74 of file transobj.cxx.

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

◆ SCTRANS_TYPE_EMBOBJ

constexpr sal_uInt32 SCTRANS_TYPE_EMBOBJ = 4
constexpr

Definition at line 76 of file transobj.cxx.

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

◆ SCTRANS_TYPE_IMPEX

constexpr sal_uInt32 SCTRANS_TYPE_IMPEX = 1
constexpr

Definition at line 73 of file transobj.cxx.

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