Home
last modified time | relevance | path

Searched defs:FontPortionModel (Results 1 – 1 of 1) sorted by relevance

/trunk/main/oox/inc/oox/xls/
H A Drichstring.hxx103 struct FontPortionModel struct
105 sal_Int32 mnPos; /// First character in the string.
106 sal_Int32 mnFontId; /// Font identifier for the next characters.
108 explicit inline FontPortionModel() : mnPos( 0 ), mnFontId( -1 ) {} in FontPortionModel() function
109 explicit inline FontPortionModel( sal_Int32 nPos, sal_Int32 nFontId ) : in FontPortionModel() argument

Completed in 13 milliseconds