Home
last modified time | relevance | path

Searched refs:aVolatile (Results 1 – 3 of 3) sorted by relevance

/trunk/main/idl/source/objects/
H A Dslot.cxx122 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()
/trunk/main/idl/inc/
H A Dslot.hxx48 SvBOOL aVolatile; member in SvMetaSlot
96 aVolatile = sal_False; in SetCachable()
100 aVolatile = bSet; in SetVolatile()
/trunk/main/sc/source/ui/vba/
H A Dvbaapplication.cxx1067 ScVbaApplication::Volatile( const uno::Any& aVolatile ) throw ( uno::RuntimeException ) in Volatile() argument
1070 aVolatile >>= bVolatile; in Volatile()

Completed in 34 milliseconds