Lines Matching refs:sal_uInt8

102 sal_uInt32 UINT16StringLen(const sal_uInt8* wstring)  in UINT16StringLen()
106 const sal_uInt8* b = wstring; in UINT16StringLen()
113 sal_uInt32 writeString(sal_uInt8* buffer, const sal_Unicode* v) in writeString()
117 sal_uInt8* buff = buffer; in writeString()
127 sal_uInt32 readString(const sal_uInt8* buffer, sal_Unicode* v, sal_uInt32 maxSize) in readString()
131 sal_uInt8* buff = (sal_uInt8*)buffer; in readString()
144 return (buff - ((sal_uInt8*)buffer)); in readString()
147 sal_uInt32 writeFloat(sal_uInt8* buffer, float v) in writeFloat()
166 sal_uInt32 writeDouble(sal_uInt8* buffer, double v) in writeDouble()
225 sal_uInt32 toBlop(sal_uInt8* buffer);
247 size += sizeof(sal_uInt8); in getBlopSize()
250 size += sizeof(sal_uInt8); in getBlopSize()
293 sal_uInt32 CPInfo::toBlop(sal_uInt8* buffer) in toBlop()
295 sal_uInt8* buff = buffer; in toBlop()
303 buff += writeBYTE(buff, (sal_uInt8) m_value.aConst.aBool); in toBlop()
690 sal_uInt8* m_blop;
785 sal_uInt8* pBlopFields = NULL; in createBlop()
786 sal_uInt8* pBlopMethods = NULL; in createBlop()
787 sal_uInt8* pBlopReferences = NULL; in createBlop()
788 sal_uInt8* pBuffer = NULL; in createBlop()
873 pBlopFields = new sal_uInt8[blopFieldsSize]; in createBlop()
955 pBlopMethods = new sal_uInt8[blopMethodsSize]; in createBlop()
1060 pBlopReferences = new sal_uInt8[blopReferenceSize]; in createBlop()
1112 sal_uInt8 * blop = new sal_uInt8[blopSize]; in createBlop()
1372 static const sal_uInt8* TYPEREG_CALLTYPE getBlop(TypeWriterImpl hEntry) in getBlop()
1375 return static_cast< sal_uInt8 const * >( in getBlop()