Searched refs:nEndOfRecord (Results 1 – 2 of 2) sorted by relevance
1102 sal_Size nEndOfStream, nEndOfRecord; in ReadPropSet() local1106 nEndOfRecord = Min(aHd.GetRecEndFilePos(), nEndOfStream); in ReadPropSet()1123 if (nEndOfRecord - rIn.Tell() < 6) in ReadPropSet()1166 if ( aPropFlag.bComplex && nContent && ( nComplexDataFilePos < nEndOfRecord ) ) in ReadPropSet()1199 if ( nContent > nEndOfRecord - nComplexDataFilePos) in ReadPropSet()1207 if ( nContent > nEndOfRecord - nComplexDataFilePos) in ReadPropSet()
5157 sal_uInt32 nEndOfRecord = mpOutStrm->Tell() + nSize; in InsertAtCurrentPos() local5162 … if ( (nCurPos < nEndOfRecord) || ((nCurPos == nEndOfRecord) && (bContainer || bExpandEndOfAtom)) ) in InsertAtCurrentPos()
Completed in 28 milliseconds