LibreOffice Module sc (master) 1
Public Member Functions | Static Public Member Functions | List of all members
XclXmlUtils Class Reference

#include <xestream.hxx>

Public Member Functions

 XclXmlUtils ()=delete
 
 ~XclXmlUtils ()=delete
 
 XclXmlUtils (const XclXmlUtils &)=delete
 
XclXmlUtilsoperator= (const XclXmlUtils &)=delete
 

Static Public Member Functions

static void GetFormulaTypeAndValue (ScFormulaCell &rCell, const char *&sType, OUString &rValue)
 
static OUString GetStreamName (const char *sStreamDir, const char *sStream, sal_Int32 nId)
 
static OString ToOString (const Color &rColor)
 
static OString ToOString (const ScfUInt16Vec &rBuffer)
 
static OStringBuffer & ToOString (OStringBuffer &s, const ScAddress &rRange)
 
static OString ToOString (const ScDocument &rDoc, const ScRange &rRange, bool bFullAddressNotation=false)
 
static OString ToOString (const ScDocument &rDoc, const ScRangeList &rRangeList)
 
static OStringBuffer & ToOString (OStringBuffer &s, const XclAddress &rAddress)
 
static OString ToOString (const XclExpString &s)
 
static OString ToOString (const ScDocument &rDoc, const XclRangeList &rRangeList)
 
static OUString ToOUString (const char *s)
 
static OUString ToOUString (const ScfUInt16Vec &rBuffer, sal_Int32 nStart=0, sal_Int32 nLength=-1)
 
static OUString ToOUString (sc::CompileFormulaContext &rCtx, const ScAddress &rAddress, const ScTokenArray *pTokenArray, FormulaError nErrCode=FormulaError::NONE)
 
static OUString ToOUString (const XclExpString &s)
 
template<class T >
static sax_fastparser::FSHelperPtr WriteElement (sax_fastparser::FSHelperPtr pStream, sal_Int32 nElement, const T &value)
 
static sax_fastparser::FSHelperPtr WriteFontData (sax_fastparser::FSHelperPtr pStream, const XclFontData &rFontData, sal_Int32 nNameId)
 

Detailed Description

Definition at line 246 of file xestream.hxx.

Constructor & Destructor Documentation

◆ XclXmlUtils() [1/2]

XclXmlUtils::XclXmlUtils ( )
delete

◆ ~XclXmlUtils()

XclXmlUtils::~XclXmlUtils ( )
delete

◆ XclXmlUtils() [2/2]

XclXmlUtils::XclXmlUtils ( const XclXmlUtils )
delete

Member Function Documentation

◆ GetFormulaTypeAndValue()

void XclXmlUtils::GetFormulaTypeAndValue ( ScFormulaCell rCell,
const char *&  sType,
OUString &  rValue 
)
static

◆ GetStreamName()

OUString XclXmlUtils::GetStreamName ( const char *  sStreamDir,
const char *  sStream,
sal_Int32  nId 
)
static

◆ operator=()

XclXmlUtils & XclXmlUtils::operator= ( const XclXmlUtils )
delete

◆ ToOString() [1/8]

OString XclXmlUtils::ToOString ( const Color rColor)
static

◆ ToOString() [2/8]

OString XclXmlUtils::ToOString ( const ScDocument rDoc,
const ScRange rRange,
bool  bFullAddressNotation = false 
)
static

Definition at line 737 of file xestream.cxx.

References ScRange::Format(), and VALID.

◆ ToOString() [3/8]

OString XclXmlUtils::ToOString ( const ScDocument rDoc,
const ScRangeList rRangeList 
)
static

Definition at line 745 of file xestream.cxx.

References ScRangeList::Format(), and VALID.

◆ ToOString() [4/8]

OString XclXmlUtils::ToOString ( const ScDocument rDoc,
const XclRangeList rRangeList 
)
static

Definition at line 778 of file xestream.cxx.

References lcl_ToRange(), ScRangeList::push_back(), and ToOString().

◆ ToOString() [5/8]

OString XclXmlUtils::ToOString ( const ScfUInt16Vec rBuffer)
static

Definition at line 726 of file xestream.cxx.

◆ ToOString() [6/8]

OString XclXmlUtils::ToOString ( const XclExpString s)
static

◆ ToOString() [7/8]

OStringBuffer & XclXmlUtils::ToOString ( OStringBuffer &  s,
const ScAddress rRange 
)
static

Definition at line 720 of file xestream.cxx.

References ScAddress::Format(), and VALID.

◆ ToOString() [8/8]

OStringBuffer & XclXmlUtils::ToOString ( OStringBuffer &  s,
const XclAddress rAddress 
)
static

Definition at line 757 of file xestream.cxx.

References lcl_ToAddress(), and ToOString().

◆ ToOUString() [1/4]

OUString XclXmlUtils::ToOUString ( const char *  s)
static

◆ ToOUString() [2/4]

OUString XclXmlUtils::ToOUString ( const ScfUInt16Vec rBuffer,
sal_Int32  nStart = 0,
sal_Int32  nLength = -1 
)
static

Definition at line 793 of file xestream.cxx.

References nLength.

◆ ToOUString() [3/4]

OUString XclXmlUtils::ToOUString ( const XclExpString s)
static

◆ ToOUString() [4/4]

OUString XclXmlUtils::ToOUString ( sc::CompileFormulaContext rCtx,
const ScAddress rAddress,
const ScTokenArray pTokenArray,
FormulaError  nErrCode = FormulaError::NONE 
)
static

◆ WriteElement()

template<class T >
static sax_fastparser::FSHelperPtr XclXmlUtils::WriteElement ( sax_fastparser::FSHelperPtr  pStream,
sal_Int32  nElement,
const T &  value 
)
inlinestatic

Definition at line 273 of file xestream.hxx.

References value.

◆ WriteFontData()

sax_fastparser::FSHelperPtr XclXmlUtils::WriteFontData ( sax_fastparser::FSHelperPtr  pStream,
const XclFontData rFontData,
sal_Int32  nNameId 
)
static

The documentation for this class was generated from the following files: