Home
last modified time | relevance | path

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

/aoo42x/main/connectivity/qa/complex/connectivity/hsqldb/
H A DDatabaseMetaData.java57 Method aGet = ((Object)m_xMD).getClass().getDeclaredMethod(sName, params); in testMethod() local
58 if ( aGet != null ){ in testMethod()
59 ResultSet rs = (ResultSet)aGet.invoke(m_xMD, objParams); in testMethod()
/aoo42x/main/idl/source/objects/
H A Dslot.cxx116 if( nMask & 0x0100 ) rStm >> aGet; in Load()
197 if( aGet.IsSet() ) nMask |= 0x0100; in Save()
225 if( nMask & 0x0100 ) rStm << aGet; in Save()
603 if( aGet.ReadSvIdl( SvHash_Get(), rInStm ) ) in ReadAttributesSvIdl()
771 if( aSet || aGet || aPseudoSlots ) in WriteAttributesSvIdl()
780 if( aGet ) in WriteAttributesSvIdl()
783 aGet.WriteSvIdl( SvHash_Get(), rOutStm ); in WriteAttributesSvIdl()
/aoo42x/main/idl/inc/
H A Dslot.hxx44 SvBOOL aGet; member in SvMetaSlot

Completed in 36 milliseconds