Home
last modified time | relevance | path

Searched refs:nCountBytes (Results 1 – 2 of 2) sorted by last modified time

/trunk/main/sw/source/filter/ww1/
H A Dw1class.cxx169 p += nCountBytes; in ReadName()
187 p += nCountBytes; in ReadChpx()
202 p += nCountBytes; in ReadPapx()
262 nCountBytes = nCountBytes - sizeof(SVBT16); in ReadNames()
280 nCountBytes = nCountBytes - sizeof(SVBT16); in ReadChpx()
298 nCountBytes = nCountBytes - sizeof(SVBT16); in ReadPapx()
336 if (rFib.GetStream().Read(nCountBytes, sizeof(nCountBytes)) in Ww1Fonts()
447 nCountBytes(0), in Ww1Sprm()
457 || !nCountBytes in Ww1Sprm()
461 || rStream.Read(p, nCountBytes) == (sal_uLong)nCountBytes) in Ww1Sprm()
[all …]
H A Dw1class.hxx151 Ww1PlainText(Ww1Fib& rWwFib, sal_uLong nFilePos, sal_uLong nCountBytes);
377 sal_uInt16 nCountBytes; member in Ww1SingleSprm
380 : nCountBytes(nBytes) in Ww1SingleSprm()
797 sal_uInt16 nCountBytes; member in Ww1Sprm
822 return nCountBytes != 255; } in IsUsed()
859 sal_uInt16 nCountBytes; member in Ww1Plc

Completed in 25 milliseconds