Searched refs:nHStart (Results 1 – 1 of 1) sorted by relevance
/aoo41x/main/svl/source/items/ |
H A D | poolio.cxx | 606 sal_uInt16 nVersion(0), nHStart(0), nHEnd(0); in Load() local 607 rStream >> nVersion >> nHStart >> nHEnd; in Load() 608 sal_uInt16 nCount = nHEnd - nHStart + 1; in Load() 618 SetVersionMap( nVersion, nHStart, nHEnd, pMap ); in Load() 795 sal_uInt16 nVersion(0), nHStart(0), nHEnd(0); in Load1_Impl() local 796 rStream >> nVersion >> nHStart >> nHEnd; in Load1_Impl() 797 sal_uInt16 nCount = nHEnd - nHStart + 1; in Load1_Impl() 808 SetVersionMap( nVersion, nHStart, nHEnd, pMap ); in Load1_Impl()
|
Completed in 19 milliseconds