Lines Matching refs:nCharCount

4775             sal_uInt32 nCharCount(0);  in Read()  local
4776 rIn.ReadUInt32( nCharCount ); in Read()
4777 nCharIdx += nCharCount; in Read()
4859 sal_uInt32& nCharCount, bool& bTextPropAtom ) in ReadParaProps() argument
4877 rIn.ReadUInt32( nCharCount ) in ReadParaProps()
4884 nCharCount--; in ReadParaProps()
5071 nCharCount = nStringLen; in ReadParaProps()
5081 if ( ( nCharCount > nStringLen ) || ( nStringLen < nCharReadCnt + nCharCount ) ) in ReadParaProps()
5084 nCharCount = nStringLen - nCharReadCnt; in ReadParaProps()
5095 if ( nCharCount ) in ReadParaProps()
5099 for ( nCount = 0; nCount < nCharCount; nCount++ ) in ReadParaProps()
5109 nCharReadCnt += nCharCount + 1; in ReadParaProps()
5114 sal_uInt32& nCharCount, sal_uInt32 nCharReadCnt, in ReadCharProps() argument
5126 nCharCount = (rIn.good()) ? nDummy16 : 0; in ReadCharProps()
5128 nCharsToRead = nStringLen - ( nCharReadCnt + nCharCount ); in ReadCharProps()
5131 nCharCount = nStringLen - nCharReadCnt; in ReadCharProps()
5292 sal_uInt32 nCharCount; in Init() local
5294 ReadParaProps( rIn, rTextHeader, aString, rRuler, nCharCount, bTextPropAtom ); in Init()
5305 ReadCharProps( rIn, aCharPropSet, aString, nCharCount, 0/*nCharReadCnt*/, in Init()
5315 sal_uInt32 nCharCount; in Init() local
5318 ReadParaProps( rIn, rTextHeader, aString, rRuler, nCharCount, bTextPropAtom ); in Init()
5335 ReadCharProps( rIn, aCharPropSet, aString, nCharCount, nCharReadCnt, in Init()
5342 nCharCount = nStringLen; in Init()
5345 while( nCharCount ) in Init()
5360 … if ( nCurrentSpecMarker && ( ( nCurrentSpecMarker & 0xffff ) < ( nCharReadCnt + nCharCount ) ) ) in Init()
5375 nCharCount -= nLen; in Init()
5386 nCharCount -= nLen; in Init()
5394 nCharCount--; in Init()
5406 sal_Int32 nStrLen = nCharCount; in Init()
5414 nCharReadCnt += nCharCount; in Init()