Lines Matching refs:aVersions

301     uno::Sequence < util::RevisionTag > aVersions;  member in SfxMedium_Impl
1540 if ( pImp->aVersions.getLength() ) in GetStorage()
1548 nVersion = ( (short) pImp->aVersions.getLength() ) + nVersion; in GetStorage()
1552 util::RevisionTag& rTag = pImp->aVersions[nVersion]; in GetStorage()
1584 pImp->aVersions.realloc(0); in GetStorage()
3543 if ( ( !_bNoReload || !pImp->m_bVersionsAlreadyLoaded ) && !pImp->aVersions.getLength() && in GetVersionList()
3552 pImp->aVersions = xReader->load( GetStorage() ); in GetVersionList()
3563 return pImp->aVersions; in GetVersionList()
3590 sal_Int32 nLength = pImp->aVersions.getLength(); in AddVersion_Impl()
3593 … sal_uInt32 nVer = (sal_uInt32) String( pImp->aVersions[m].Identifier ).Copy(7).ToInt32(); in AddVersion_Impl()
3609 pImp->aVersions.realloc( nLength+1 ); in AddVersion_Impl()
3611 pImp->aVersions[nLength] = rRevision; in AddVersion_Impl()
3620 if ( !pImp->aVersions.getLength() ) in RemoveVersion_Impl()
3623 sal_Int32 nLength = pImp->aVersions.getLength(); in RemoveVersion_Impl()
3626 if ( pImp->aVersions[n].Identifier == rName ) in RemoveVersion_Impl()
3629 pImp->aVersions[m] = pImp->aVersions[m+1]; in RemoveVersion_Impl()
3630 pImp->aVersions.realloc(nLength-1); in RemoveVersion_Impl()
3640 if ( rMedium.pImp->aVersions.getLength() ) in TransferVersionList_Impl()
3642 pImp->aVersions = rMedium.pImp->aVersions; in TransferVersionList_Impl()
3653 if ( !pImp->aVersions.getLength() ) in SaveVersionList_Impl()
3662 xWriter->store( GetStorage(), pImp->aVersions ); in SaveVersionList_Impl()