Searched refs:nSectCount (Results 1 – 3 of 3) sorted by relevance
1154 sal_Int32 nSectCount; in ImplLoad() local1155 rStrm >> nByteOrder >> nVersion >> nOsMinor >> nOsType >> aGuid >> nSectCount; in ImplLoad()1159 …for( sal_Int32 nSectIdx = 0; (nSectIdx < nSectCount) && (rStrm.GetErrorCode() == SVSTREAM_OK) && !… in ImplLoad()1178 sal_Int32 nSectCount = static_cast< sal_Int32 >( maSectionMap.size() ); in ImplSave() local1184 << nSectCount; // number of sections in ImplSave()1188 rStrm.SeekRel( static_cast< sal_sSize >( 20 * nSectCount ) ); in ImplSave()
1445 sal_uInt16 nSectCount = rSh.GetSectionFmtCount(); in InsertRegion() local1450 while ( nCount < nSectCount ) in InsertRegion()
358 sal_Int32 nSectCount = dumpDec< sal_Int32 >( "section-count" ); in implDump() local364 for( sal_Int32 nSectIdx = 0; !mxStrm->isEof() && (nSectIdx < nSectCount); ++nSectIdx ) in implDump()
Completed in 74 milliseconds