Searched refs:aVolatile (Results 1 – 3 of 3) sorted by relevance
122 if( nMask & 0x0800 ) rStm >> aVolatile; in Load()200 if( aVolatile.IsSet() ) nMask |= 0x0800; in Save()231 if( nMask & 0x0800 ) rStm << aVolatile; in Save()416 if( !GetRef() || aCachable.IsSet() || aVolatile.IsSet() ) in GetCachable()423 if( !GetRef() || aVolatile.IsSet() || aCachable.IsSet() ) in GetVolatile()424 return aVolatile; in GetVolatile()620 if( aVolatile.ReadSvIdl( SvHash_Volatile(), rInStm ) ) in ReadAttributesSvIdl()621 SetVolatile( aVolatile ), bOk = sal_True; in ReadAttributesSvIdl()796 if( aVolatile ) in WriteAttributesSvIdl()797 aOut += aVolatile.GetSvIdlString( SvHash_Volatile() ); in WriteAttributesSvIdl()
48 SvBOOL aVolatile; member in SvMetaSlot96 aVolatile = sal_False; in SetCachable()100 aVolatile = bSet; in SetVolatile()
1067 ScVbaApplication::Volatile( const uno::Any& aVolatile ) throw ( uno::RuntimeException ) in Volatile() argument1070 aVolatile >>= bVolatile; in Volatile()
Completed in 33 milliseconds