Searched refs:nComplexDataFilePos (Results 1 – 1 of 1) sorted by relevance
1117 sal_uInt32 nComplexDataFilePos = rIn.Tell() + ( nPropCount * 6 ); in ReadPropSet() local1166 if ( aPropFlag.bComplex && nContent && ( nComplexDataFilePos < nEndOfRecord ) ) in ReadPropSet()1182 rIn.Seek( nComplexDataFilePos ); in ReadPropSet()1199 if ( nContent > nEndOfRecord - nComplexDataFilePos) in ReadPropSet()1207 if ( nContent > nEndOfRecord - nComplexDataFilePos) in ReadPropSet()1215 maOffsets.push_back( nComplexDataFilePos ); // insert the filepos of this property; in ReadPropSet()1217 … nComplexDataFilePos += nContent; // store filepos, that is used for the next complex property in ReadPropSet()
Completed in 26 milliseconds