LibreOffice Module sc (master) 1
Classes | Functions
xestring.hxx File Reference
#include <sal/config.h>
#include <string_view>
#include "xlstring.hxx"
#include "ftools.hxx"
Include dependency graph for xestring.hxx:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  XclExpString
 This class stores an unformatted or formatted string for Excel export. More...
 

Functions

bool operator== (const XclExpString &rLeft, const XclExpString &rRight)
 
bool operator!= (const XclExpString &rLeft, const XclExpString &rRight)
 
bool operator< (const XclExpString &rLeft, const XclExpString &rRight)
 
XclExpStreamoperator<< (XclExpStream &rStrm, const XclExpString &rString)
 

Function Documentation

◆ operator!=()

bool operator!= ( const XclExpString rLeft,
const XclExpString rRight 
)
inline

Definition at line 248 of file xestring.hxx.

◆ operator<()

bool operator< ( const XclExpString rLeft,
const XclExpString rRight 
)
inline

Definition at line 253 of file xestring.hxx.

References XclExpString::IsLessThan().

◆ operator<<()

XclExpStream & operator<< ( XclExpStream rStrm,
const XclExpString rString 
)
inline

Definition at line 258 of file xestring.hxx.

References rStrm, and XclExpString::Write().

◆ operator==()

bool operator== ( const XclExpString rLeft,
const XclExpString rRight 
)
inline

Definition at line 243 of file xestring.hxx.

References XclExpString::IsEqual().