Home
last modified time | relevance | path

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

/AOO42X/main/sw/source/filter/ww8/
H A Dww8par.cxx2843 sal_Char* p8Bits = NULL; in ReadPlainChars() local
2850 p8Bits = new sal_Char[nLen]; in ReadPlainChars()
2876 delete [] p8Bits; in ReadPlainChars()
2909 p8Bits[nL2] = nBCode; in ReadPlainChars()
2917 nEndUsed = Custom8BitToUnicode(hConverter, p8Bits, nL2, pBuffer, nLen); in ReadPlainChars()
2933 delete [] p8Bits; in ReadPlainChars()