Home
last modified time | relevance | path

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

/trunk/main/sax/source/expatwrap/
H A Dsaxwriter.cxx141 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()
[all …]