Searched refs:nCountBytes (Results 1 – 2 of 2) sorted by relevance
| /AOO42X/main/sw/source/filter/ww1/ |
| H A D | w1class.cxx | 58 Ww1PlainText::Ww1PlainText(Ww1Fib& rWwFib, sal_uLong nFilePos, sal_uLong nCountBytes) in Ww1PlainText() argument 59 : rFib(rWwFib), ulFilePos(nFilePos), ulCountBytes(nCountBytes), in Ww1PlainText() 113 sal_uInt8 nCountBytes = SVBT8ToByte(p); in ReadName() local 116 if( !nCountBytes ) // default in ReadName() 166 else if( 255 > nCountBytes ) // unused in ReadName() 168 SetName( String( (sal_Char*)p, nCountBytes, RTL_TEXTENCODING_MS_1252 )); in ReadName() 169 p += nCountBytes; in ReadName() 170 DBG_ASSERT(rnCountBytes>=nCountBytes, "Ww1Style"); in ReadName() 171 rnCountBytes = rnCountBytes - nCountBytes; in ReadName() 178 sal_uInt16 nCountBytes = SVBT8ToByte(p); in ReadChpx() local [all …]
|
| H A D | w1class.hxx | 151 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
|