Home
last modified time | relevance | path

Searched refs:nUSHORT (Results 1 – 2 of 2) sorted by relevance

/AOO41X/main/filter/source/graphicfilter/ipict/
H A Dipict.cxx1209 sal_uInt16 nUSHORT; in ReadData() local
1230 *pPict >> nUSHORT; in ReadData()
1231 nDataSize=nUSHORT; in ReadData()
1249 *pPict >> nUSHORT; in ReadData()
1250 if (nUSHORT <= 1) aActFont.SetFamily(FAMILY_SWISS); in ReadData()
1251 else if (nUSHORT <= 12) aActFont.SetFamily(FAMILY_DECORATIVE); in ReadData()
1252 else if (nUSHORT <= 20) aActFont.SetFamily(FAMILY_ROMAN); in ReadData()
1253 else if (nUSHORT == 21) aActFont.SetFamily(FAMILY_SWISS); in ReadData()
1254 else if (nUSHORT == 22) aActFont.SetFamily(FAMILY_MODERN); in ReadData()
1255 else if (nUSHORT <= 1023) aActFont.SetFamily(FAMILY_SWISS); in ReadData()
[all …]
/AOO41X/main/editeng/source/items/
H A Dnumitem.cxx233 sal_uInt16 nUSHORT; in SvxNumberFormat() local
234 rStream >> nUSHORT; in SvxNumberFormat()
235 SetNumberingType((sal_Int16)nUSHORT); in SvxNumberFormat()
236 rStream >> nUSHORT; in SvxNumberFormat()
237 eNumAdjust = (SvxAdjust)nUSHORT; in SvxNumberFormat()
238 rStream >> nUSHORT; in SvxNumberFormat()
239 nInclUpperLevels = (sal_uInt8)nUSHORT; in SvxNumberFormat()
240 rStream >> nUSHORT; in SvxNumberFormat()
241 nStart = nUSHORT; in SvxNumberFormat()
242 rStream >> nUSHORT; in SvxNumberFormat()
[all …]