Home
last modified time | relevance | path

Searched refs:aAutomation (Results 1 – 4 of 4) sorted by relevance

/aoo4110/main/idl/source/objects/
H A Dobject.cxx64 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 …]
H A Dtypes.cxx46 : 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()
/aoo4110/main/idl/inc/
H A Dobject.hxx57 SvBOOL aAutomation; member in SvClassElement
70 { aAutomation = rAutomation; } in SetAutomation()
72 { return aAutomation; } in GetAutomation()
91 SvBOOL aAutomation; member in SvMetaClass
135 { return aAutomation; } in GetAutomation()
H A Dtypes.hxx41 SvBOOL aAutomation; member in SvMetaAttribute
86 { aAutomation = bSet; } in SetAutomation()

Completed in 34 milliseconds