Searched refs:aIsCollection (Results 1 – 2 of 2) sorted by relevance
48 , aIsCollection ( sal_False, sal_False ) in SvMetaAttribute()59 , aIsCollection ( sal_False, sal_False) in SvMetaAttribute()88 if( nMask & 0x20 ) rStm >> aIsCollection; in Load()104 if( aIsCollection.IsSet() ) nMask |= 0x20; in Save()115 if( nMask & 0x20 ) rStm << aIsCollection; in Save()195 if( aIsCollection.IsSet() || !GetRef() ) in GetIsCollection()197 if ( aIsCollection.IsSet() ) in GetIsCollection()199 bRet = aIsCollection; in GetIsCollection()203 return aIsCollection; in GetIsCollection()436 aIsCollection.ReadSvIdl( SvHash_IsCollection(), rInStm ); in ReadAttributesSvIdl()[all …]
44 SvBOOL aIsCollection; member in SvMetaAttribute90 { aIsCollection = bSet; } in SetIsCollection()
Completed in 27 milliseconds