Searched refs:aAutomation (Results 1 – 4 of 4) sorted by relevance
64 if( nMask & 0x01 ) rStm >> aAutomation; in Load()83 if( aAutomation.IsSet() ) nMask |= 0x1; in Save()89 if( nMask & 0x01 ) rStm << aAutomation; in Save()102 : aAutomation( sal_True, sal_False ) in SvMetaClass()137 if( nMask & 0x10 ) rStm >> aAutomation; in Load()155 if( aAutomation.IsSet() ) nMask |= 0x10; in Save()163 if( nMask & 0x10 ) rStm << aAutomation; in Save()243 aAutomation.ReadSvIdl( SvHash_Automation(), rInStm ); in ReadAttributesSvIdl()256 if( !aAutomation ) in WriteAttributesSvIdl()260 if( !aAutomation ) in WriteAttributesSvIdl()[all …]
46 : aAutomation( sal_True, sal_False ) in SvMetaAttribute()57 , aAutomation( sal_True, sal_False ) in SvMetaAttribute()87 if( nMask & 0x10 ) rStm >> aAutomation; in Load()103 if( aAutomation.IsSet() ) nMask |= 0x10; in Save()114 if( nMask & 0x10 ) rStm << aAutomation; in Save()188 if( aAutomation.IsSet() || !GetRef() ) return aAutomation; in GetAutomation()435 aAutomation.ReadSvIdl( SvHash_Automation(), rInStm ); in ReadAttributesSvIdl()464 if( !aExport || !aAutomation || aReadonly ) in WriteAttributesSvIdl()486 if( !aAutomation ) in WriteAttributesSvIdl()489 aAutomation.WriteSvIdl( SvHash_Automation(), rOutStm ); in WriteAttributesSvIdl()
57 SvBOOL aAutomation; member in SvClassElement70 { aAutomation = rAutomation; } in SetAutomation()72 { return aAutomation; } in GetAutomation()91 SvBOOL aAutomation; member in SvMetaClass135 { return aAutomation; } in GetAutomation()
41 SvBOOL aAutomation; member in SvMetaAttribute86 { aAutomation = bSet; } in SetAutomation()
Completed in 32 milliseconds