Lines Matching refs:AddBytes
141 inline void AddBytes(sal_Int8* pTarget, sal_uInt32& rPos,
251 inline void SaxWriterHelper::AddBytes(sal_Int8* pTarget, sal_uInt32& rPos, in AddBytes() function in sax_expatwrap::SaxWriterHelper
268 AddBytes(pTarget, rPos, &pBytes[nCount], nRestCount); in AddBytes()
302 AddBytes(pTarget, rPos, (sal_Int8*)"&", 5); in convertToXML()
313 AddBytes(pTarget, rPos, (sal_Int8*)"<", 4); in convertToXML()
324 AddBytes(pTarget, rPos, (sal_Int8*)">", 4); in convertToXML()
335 AddBytes(pTarget, rPos, (sal_Int8*)"'", 6); in convertToXML()
346 AddBytes(pTarget, rPos, (sal_Int8*)""", 6); in convertToXML()
357 AddBytes(pTarget, rPos, (sal_Int8*)"
", 6); in convertToXML()
370 AddBytes(pTarget, rPos, (sal_Int8*)"
" , 6); in convertToXML()
390 AddBytes(pTarget, rPos, (sal_Int8*)"	" , 6); in convertToXML()
439 AddBytes(pTarget, rPos, aBytes, 4); in convertToXML()
467 AddBytes(pTarget, rPos, aBytes, 3); in convertToXML()
483 AddBytes(pTarget, rPos, aBytes, 2); in convertToXML()
540 AddBytes(mp_Sequence, nCurrentPos, pBytes, nCount); in insertIndentation()
581 AddBytes(mp_Sequence, nCurrentPos, (sal_Int8*)pc, nLen); in startDocument()
747 AddBytes(mp_Sequence, nCurrentPos, (sal_Int8*)"<![CDATA[" , 9); in startCDATA()
761 AddBytes(mp_Sequence, nCurrentPos, (sal_Int8*)"]]>" , 3); in endCDATA()