LibreOffice Module sc (master) 1
Public Member Functions | Public Attributes | List of all members
XclFormatRun Struct Reference

NUL character (unicode). More...

#include <xlstring.hxx>

Public Member Functions

 XclFormatRun ()
 Excel font index for the next characters. More...
 
 XclFormatRun (sal_uInt16 nChar, sal_uInt16 nFontIdx)
 

Public Attributes

sal_uInt16 mnChar
 
sal_uInt16 mnFontIdx
 First character this format applies to. More...
 

Detailed Description

NUL character (unicode).

Represents a formatting run for rich-strings.

An Excel formatting run stores the first formatted character in a rich-string and the index of a font used to format this and the following characters.

Definition at line 64 of file xlstring.hxx.

Constructor & Destructor Documentation

◆ XclFormatRun() [1/2]

XclFormatRun::XclFormatRun ( )
inlineexplicit

Excel font index for the next characters.

Definition at line 69 of file xlstring.hxx.

◆ XclFormatRun() [2/2]

XclFormatRun::XclFormatRun ( sal_uInt16  nChar,
sal_uInt16  nFontIdx 
)
inlineexplicit

Definition at line 70 of file xlstring.hxx.

Member Data Documentation

◆ mnChar

sal_uInt16 XclFormatRun::mnChar

Definition at line 66 of file xlstring.hxx.

Referenced by operator<(), and operator==().

◆ mnFontIdx

sal_uInt16 XclFormatRun::mnFontIdx

First character this format applies to.

Definition at line 67 of file xlstring.hxx.

Referenced by operator<(), and operator==().


The documentation for this struct was generated from the following file: