Lines Matching refs:nCharCount

5084 		sal_uInt32	nCharCount,  in Read()  local
5089 rIn >> nCharCount; in Read()
5090 nCharIdx += nCharCount; in Read()
5170 sal_uInt32& nCharCount, sal_Bool& bTextPropAtom ) in ReadParaProps() argument
5188 rIn >> nCharCount in ReadParaProps()
5195 nCharCount--; in ReadParaProps()
5276 nCharCount = nStringLen; in ReadParaProps()
5286 if ( ( nCharCount > nStringLen ) || ( nStringLen < nCharAnzRead + nCharCount ) ) in ReadParaProps()
5289 nCharCount = nStringLen - nCharAnzRead; in ReadParaProps()
5300 if ( nCharCount ) in ReadParaProps()
5304 for ( nCount = 0; nCount < nCharCount; nCount++ ) in ReadParaProps()
5314 nCharAnzRead += nCharCount + 1; in ReadParaProps()
5319 sal_uInt32& nCharCount, sal_uInt32 nCharAnzRead, in ReadCharProps() argument
5333 nCharCount = nDummy16; in ReadCharProps()
5335 nCharsToRead = nStringLen - ( nCharAnzRead + nCharCount ); in ReadCharProps()
5338 nCharCount = nStringLen - nCharAnzRead; in ReadCharProps()
5503 sal_uInt32 nCharCount; in Init() local
5505 ReadParaProps( rIn, rMan, rTextHeader, aString, rRuler, nCharCount, bTextPropAtom ); in Init()
5517 ReadCharProps( rIn, aCharPropSet, aString, nCharCount, nCharAnzRead, in Init()
5528 sal_uInt32 nCharCount; in Init() local
5531 ReadParaProps( rIn, rMan, rTextHeader, aString, rRuler, nCharCount, bTextPropAtom ); in Init()
5546 ReadCharProps( rIn, aCharPropSet, aString, nCharCount, nCharAnzRead, in Init()
5550 nCharCount = nStringLen; in Init()
5553 while( nCharCount ) in Init()
5568 … if ( nCurrentSpecMarker && ( ( nCurrentSpecMarker & 0xffff ) < ( nCharAnzRead + nCharCount ) ) ) in Init()
5582 nCharCount -= nLen; in Init()
5592 nCharCount -= nLen; in Init()
5600 nCharCount--; in Init()
5608 aCharPropSet.maString = String( aString, (sal_uInt16)nCharAnzRead, (sal_uInt16)nCharCount ); in Init()
5610 nCharAnzRead += nCharCount; in Init()