Lines Matching refs:nTheValue
113 short nTheValue = 0; in Create() local
114 rStream >> nTheValue; in Create()
115 return new CntByteItem(Which(), sal_uInt8(nTheValue)); in Create()
175 sal_uInt16 nTheValue = 0; in CntUInt16Item() local
176 rStream >> nTheValue; in CntUInt16Item()
177 m_nValue = nTheValue; in CntUInt16Item()
309 long nTheValue = 0; in CntInt32Item() local
310 rStream >> nTheValue; in CntInt32Item()
311 m_nValue = nTheValue; in CntInt32Item()
440 sal_uInt32 nTheValue = 0; in CntUInt32Item() local
441 rStream >> nTheValue; in CntUInt32Item()
442 m_nValue = nTheValue; in CntUInt32Item()