Lines Matching refs:nVersion

170 		rStream << pImp->nVersion;  in Store()
381 SvStream & rStream, sal_uInt32 nItemCount, sal_uInt16 nVersion, in readTheItems() argument
406 pItem = pDefItem->Create(rStream, nVersion); in readTheItems()
602 sal_uInt16 nOwnVersion = pImp->nVersion; in Load()
606 sal_uInt16 nVersion(0), nHStart(0), nHEnd(0); in Load() local
607 rStream >> nVersion >> nHStart >> nHEnd; in Load()
618 SetVersionMap( nVersion, nHStart, nHEnd, pMap ); in Load()
621 pImp->nVersion = nOwnVersion; in Load()
633 sal_uInt16 nVersion(0), nWhich(0); in Load() local
636 if ( pImp->nLoadingVersion != pImp->nVersion ) in Load()
644 rStream >> nVersion; in Load()
673 readTheItems(rStream, nCount, nVersion, pDefItem, ppArr); in Load()
686 sal_uInt16 nVersion(0), nWhich(0); in Load() local
689 if ( pImp->nLoadingVersion != pImp->nVersion ) in Load()
697 rStream >> nVersion; in Load()
704 ->Create( rStream, nVersion ); in Load()
758 pImp->nVersion < pImp->nLoadingVersion ) in Load1_Impl()
795 sal_uInt16 nVersion(0), nHStart(0), nHEnd(0); in Load1_Impl() local
796 rStream >> nVersion >> nHStart >> nHEnd; in Load1_Impl()
808 SetVersionMap( nVersion, nHStart, nHEnd, pMap ); in Load1_Impl()
825 if ( pImp->nLoadingVersion != pImp->nVersion ) in Load1_Impl()
832 sal_uInt16 nRef(0), nCount(0), nVersion(0); in Load1_Impl() local
834 rStream >> nVersion >> nCount; in Load1_Impl()
886 pItem = pDefItem->Create(rStream, nVersion); in Load1_Impl()
974 if ( pImp->nLoadingVersion != pImp->nVersion ) in Load1_Impl()
983 sal_uInt16 nVersion(0); in Load1_Impl() local
984 rStream >> nVersion; in Load1_Impl()
992 ->Create( rStream, nVersion ); in Load1_Impl()
1332 DBG_ASSERT( nVer > pImp->nVersion, "Versions not sorted" ); in SetVersionMap()
1333 pImp->nVersion = nVer; in SetVersionMap()
1393 short nDiff = (short)pImp->nLoadingVersion - (short)pImp->nVersion; in GetNewWhich()
1402 if ( pVerInfo->_nVer > pImp->nVersion ) in GetNewWhich()
1473 return ( pImp->nVersion == pImp->nLoadingVersion ) && in IsCurrentVersionLoading()
1506 return pImp->nVersion; in GetVersion()
1639 sal_uInt16 nVersion(0), nLen(0); in LoadItem() local
1643 rStream >> nVersion >> nLen; in LoadItem()
1677 sal_uInt16 nVersion(0); in LoadItem() local
1679 rStream >> nVersion >> nLen; in LoadItem()
1687 pRefPool->GetDefaultItem(nWhich).Create(rStream, nVersion); in LoadItem()