LibreOffice Module sc (master) 1
|
#include <stdio.h>
#include <string.h>
#include <utility>
#include <filter/msfilter/util.hxx>
#include <o3tl/safeint.hxx>
#include <o3tl/sprintf.hxx>
#include <osl/diagnose.h>
#include <rtl/ustring.hxx>
#include <rtl/ustrbuf.hxx>
#include <rtl/random.h>
#include <sax/fshelper.hxx>
#include <unotools/streamwrap.hxx>
#include <sot/storage.hxx>
#include <tools/urlobj.hxx>
#include <vcl/svapp.hxx>
#include <vcl/settings.hxx>
#include <officecfg/Office/Calc.hxx>
#include <docuno.hxx>
#include <xestream.hxx>
#include <xladdress.hxx>
#include <xlstring.hxx>
#include <xltools.hxx>
#include <xeroot.hxx>
#include <xestring.hxx>
#include <xlstyle.hxx>
#include <rangelst.hxx>
#include <compiler.hxx>
#include <formulacell.hxx>
#include <tokenarray.hxx>
#include <tokenstringcontext.hxx>
#include <refreshtimerprotector.hxx>
#include <globstr.hrc>
#include <scresid.hxx>
#include <root.hxx>
#include <sfx2/app.hxx>
#include <docsh.hxx>
#include <tabvwsh.hxx>
#include <viewdata.hxx>
#include <excdoc.hxx>
#include <oox/token/tokens.hxx>
#include <oox/token/relationship.hxx>
#include <oox/export/drawingml.hxx>
#include <oox/export/utils.hxx>
#include <oox/export/ColorExportUtils.hxx>
#include <formula/grammar.hxx>
#include <oox/ole/vbaexport.hxx>
#include <excelvbaproject.hxx>
#include <com/sun/star/task/XStatusIndicator.hpp>
#include <memory>
#include <comphelper/servicehelper.hxx>
#include <comphelper/storagehelper.hxx>
#include <externalrefmgr.hxx>
Go to the source code of this file.
Macros | |
#define | DEBUG_XL_ENCRYPTION 0 |
Functions | |
static const char * | lcl_GetErrorString (FormulaError nScErrCode) |
static ScAddress | lcl_ToAddress (const XclAddress &rAddress) |
static ScRange | lcl_ToRange (const XclRange &rRange) |
static const char * | lcl_GetUnderlineStyle (FontLineStyle eUnderline, bool &bHaveUnderline) |
static const char * | lcl_ToVerticalAlignmentRun (SvxEscapement eEscapement, bool &bHaveAlignment) |
#define DEBUG_XL_ENCRYPTION 0 |
Definition at line 79 of file xestream.cxx.
|
static |
Definition at line 652 of file xestream.cxx.
References EXC_ERR_DIV0, EXC_ERR_NA, EXC_ERR_NAME, EXC_ERR_NULL, EXC_ERR_NUM, EXC_ERR_REF, EXC_ERR_VALUE, and XclTools::GetXclErrorCode().
Referenced by XclXmlUtils::GetFormulaTypeAndValue().
|
static |
Definition at line 838 of file xestream.cxx.
References LINESTYLE_DOUBLE, LINESTYLE_NONE, and LINESTYLE_SINGLE.
Referenced by XclXmlUtils::WriteFontData().
|
static |
Definition at line 752 of file xestream.cxx.
References XclAddress::mnCol, and XclAddress::mnRow.
Referenced by lcl_ToRange(), and XclXmlUtils::ToOString().
Definition at line 768 of file xestream.cxx.
References ScRange::aEnd, ScRange::aStart, lcl_ToAddress(), XclRange::maFirst, and XclRange::maLast.
Referenced by XclXmlUtils::ToOString().
|
static |
Definition at line 852 of file xestream.cxx.
Referenced by XclXmlUtils::WriteFontData().