LibreOffice Module sc (master) 1
|
Go to the source code of this file.
Classes | |
struct | o3tl::typed_flags< XclStrFlags > |
struct | XclFormatRun |
NUL character (unicode). More... | |
Namespaces | |
namespace | o3tl |
Typedefs | |
typedef ::std::vector< XclFormatRun > | XclFormatRunVec |
A vector with all formatting runs for a rich-string. More... | |
Enumerations | |
enum class | XclStrFlags : sal_uInt16 { NONE = 0x0000 , ForceUnicode = 0x0001 , EightBitLength = 0x0002 , SmartFlags = 0x0004 , SeparateFormats = 0x0008 , NoHeader = 0x0010 } |
Flags used to specify import/export mode of strings. More... | |
Functions | |
bool | operator== (const XclFormatRun &rLeft, const XclFormatRun &rRight) |
bool | operator< (const XclFormatRun &rLeft, const XclFormatRun &rRight) |
Variables | |
const sal_uInt16 | EXC_STR_MAXLEN_8BIT = 0x00FF |
const sal_uInt16 | EXC_STR_MAXLEN = 0x7FFF |
const sal_uInt8 | EXC_STRF_16BIT = 0x01 |
const sal_uInt8 | EXC_STRF_FAREAST = 0x04 |
const sal_uInt8 | EXC_STRF_RICH = 0x08 |
const sal_uInt8 | EXC_STRF_UNKNOWN = 0xF2 |
const sal_uInt8 | EXC_LF_C = '\x0A' |
const sal_uInt16 | EXC_LF = EXC_LF_C |
LF character (used for line break). More... | |
const sal_uInt8 | EXC_NUL_C = '\x00' |
LF character (unicode). More... | |
const sal_uInt16 | EXC_NUL = EXC_NUL_C |
NUL character. More... | |
typedef ::std::vector< XclFormatRun > XclFormatRunVec |
A vector with all formatting runs for a rich-string.
Definition at line 85 of file xlstring.hxx.
|
strong |
Flags used to specify import/export mode of strings.
Definition at line 29 of file xlstring.hxx.
|
inline |
Definition at line 79 of file xlstring.hxx.
References XclFormatRun::mnChar, and XclFormatRun::mnFontIdx.
|
inline |
Definition at line 74 of file xlstring.hxx.
References XclFormatRun::mnChar, and XclFormatRun::mnFontIdx.
const sal_uInt16 EXC_LF = EXC_LF_C |
LF character (used for line break).
Definition at line 52 of file xlstring.hxx.
Referenced by XclExpString::CharsToBuffer().
const sal_uInt8 EXC_LF_C = '\x0A' |
Definition at line 51 of file xlstring.hxx.
Referenced by XclExpString::CharsToBuffer().
const sal_uInt16 EXC_NUL = EXC_NUL_C |
NUL character.
Definition at line 54 of file xlstring.hxx.
Referenced by XclImpStream::ReadRawUniString().
const sal_uInt8 EXC_NUL_C = '\x00' |
LF character (unicode).
Definition at line 53 of file xlstring.hxx.
Referenced by XclImpStream::ReadRawUniString().
const sal_uInt16 EXC_STR_MAXLEN = 0x7FFF |
Definition at line 43 of file xlstring.hxx.
Referenced by XclExpString::AppendFormat(), XclExpString::Assign(), XclExpStringHelper::CreateString(), and XclExpLabelCell::XclExpLabelCell().
const sal_uInt16 EXC_STR_MAXLEN_8BIT = 0x00FF |
Definition at line 42 of file xlstring.hxx.
Referenced by XclExpString::AppendFormat().
const sal_uInt8 EXC_STRF_16BIT = 0x01 |
Definition at line 45 of file xlstring.hxx.
Referenced by XclExpString::GetFlagField(), XclImpStream::JumpToNextStringContinue(), XclImpStream::ReadUniStringExtHeader(), XclTxo::Save(), and XclExpStream::WriteUnicodeBuffer().
const sal_uInt8 EXC_STRF_FAREAST = 0x04 |
Definition at line 46 of file xlstring.hxx.
Referenced by XclImpStream::ReadUniStringExtHeader().
const sal_uInt8 EXC_STRF_RICH = 0x08 |
Definition at line 47 of file xlstring.hxx.
Referenced by XclExpString::GetFlagField(), and XclImpStream::ReadUniStringExtHeader().
const sal_uInt8 EXC_STRF_UNKNOWN = 0xF2 |
Definition at line 48 of file xlstring.hxx.
Referenced by XclImpStream::ReadUniStringExtHeader().