Lines Matching refs:aConst
215 RTConstValueUnion aConst; member
277 size += (rtl_ustr_getLength(m_value.aConst.aString) + 1) * sizeof(sal_uInt16); in getBlopSize()
303 buff += writeBYTE(buff, (sal_uInt8) m_value.aConst.aBool); in toBlop()
306 buff += writeBYTE(buff, m_value.aConst.aByte); in toBlop()
309 buff += writeINT16(buff, m_value.aConst.aShort); in toBlop()
312 buff += writeINT16(buff, m_value.aConst.aUShort); in toBlop()
315 buff += writeINT32(buff, m_value.aConst.aLong); in toBlop()
318 buff += writeUINT32(buff, m_value.aConst.aULong); in toBlop()
321 buff += writeUINT64(buff, m_value.aConst.aHyper); in toBlop()
324 buff += writeUINT64(buff, m_value.aConst.aUHyper); in toBlop()
327 buff += writeFloat(buff, m_value.aConst.aFloat); in toBlop()
330 buff += writeDouble(buff, m_value.aConst.aDouble); in toBlop()
333 buff += writeString(buff, m_value.aConst.aString); in toBlop()
907 pInfo->m_value.aConst = m_fields[i].m_constValue; in createBlop()