LibreOffice Module sc (master) 1
|
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... | |
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.
|
inlineexplicit |
Excel font index for the next characters.
Definition at line 69 of file xlstring.hxx.
|
inlineexplicit |
Definition at line 70 of file xlstring.hxx.
sal_uInt16 XclFormatRun::mnChar |
Definition at line 66 of file xlstring.hxx.
Referenced by operator<(), and operator==().
sal_uInt16 XclFormatRun::mnFontIdx |
First character this format applies to.
Definition at line 67 of file xlstring.hxx.
Referenced by operator<(), and operator==().