LibreOffice Module sc (master) 1
|
#include <memory>
#include <osl/diagnose.h>
#include <unotools/charclass.hxx>
#include <rangeutl.hxx>
#include <document.hxx>
#include <global.hxx>
#include <dbdata.hxx>
#include <rangenam.hxx>
#include <convuno.hxx>
#include <externalrefmgr.hxx>
#include <compiler.hxx>
#include <refupdatecontext.hxx>
Go to the source code of this file.
Functions | |
static void | lcl_appendCellAddress (OUStringBuffer &rBuf, const ScDocument &rDoc, const ScAddress &rCell, const ScAddress::ExternalInfo &rExtInfo) |
static void | lcl_appendCellRangeAddress (OUStringBuffer &rBuf, const ScDocument &rDoc, const ScAddress &rCell1, const ScAddress &rCell2, const ScAddress::ExternalInfo &rExtInfo1, const ScAddress::ExternalInfo &rExtInfo2) |
|
static |
Definition at line 728 of file rangeutl.cxx.
References ADDR_ABS, ADDR_ABS_3D, ScRangeStringConverter::AppendTableName(), ScAddress::Format(), ScDocument::GetAddressConvention(), ScExternalRefManager::getExternalFileName(), ScDocument::GetExternalRefManager(), ScAddress::ExternalInfo::maTabName, ScAddress::ExternalInfo::mbExternal, and ScAddress::ExternalInfo::mnFileId.
Referenced by ScRangeStringConverter::GetStringFromXMLRangeString().
|
static |
Definition at line 758 of file rangeutl.cxx.
References ADDR_ABS, ScRange::aEnd, ScRangeStringConverter::AppendTableName(), ScRange::aStart, ScRange::Format(), ScAddress::Format(), ScDocument::GetAddressConvention(), ScExternalRefManager::getExternalFileName(), ScDocument::GetExternalRefManager(), ScAddress::ExternalInfo::maTabName, ScAddress::ExternalInfo::mbExternal, ScAddress::ExternalInfo::mnFileId, and RANGE_ABS_3D.
Referenced by ScRangeStringConverter::GetStringFromXMLRangeString().