Home
last modified time | relevance | path

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

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

Completed in 11 milliseconds