Searched refs:FontID (Results 1 – 4 of 4) sorted by relevance
1180 void ObjTextType::SetFont(sal_uInt32 FontID) in SetFont() argument1182 FontLo=sal_uInt16(FontID & 0x0000FFFF); in SetFont()1183 FontHi=sal_uInt16((FontID & 0xFFFF0000)>>16); in SetFont()
124 void SetFont(sal_uInt32 FontID);
41 #define FontID 5 macro
441 if (ID == FontID) in Sc10FontCollection()
Completed in 118 milliseconds