LibreOffice Module sc (master) 1
|
#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>
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 |
|
static |
Definition at line 229 of file transobj.cxx.
References ScRange::aEnd, ScRange::aStart, ScAddress::Col(), ScDataAreaExtras::GetOverallRange(), ScDocument::GetPrintArea(), ScDocument::MaxCol(), ScDocument::MaxRow(), ScDataAreaExtras::mbCellDrawObjects, ScDataAreaExtras::mbCellNotes, ScDataAreaExtras::None, ScAddress::Row(), ScDocument::ShrinkToUsedDataArea(), and ScAddress::Tab().
Referenced by ScTransferObj::GetData(), and ScTransferObj::isComplex().
|
constexpr |
Definition at line 75 of file transobj.cxx.
Referenced by ScTransferObj::GetData(), and ScTransferObj::WriteObject().
|
constexpr |
Definition at line 77 of file transobj.cxx.
Referenced by ScTransferObj::GetData(), and ScTransferObj::WriteObject().
|
constexpr |
Definition at line 74 of file transobj.cxx.
Referenced by ScTransferObj::GetData(), and ScTransferObj::WriteObject().
|
constexpr |
Definition at line 76 of file transobj.cxx.
Referenced by ScTransferObj::GetData(), and ScTransferObj::WriteObject().
|
constexpr |
Definition at line 73 of file transobj.cxx.
Referenced by ScTransferObj::GetData(), and ScTransferObj::WriteObject().