Home
last modified time | relevance | path

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

/trunk/main/dbaccess/qa/complex/dbaccess/
H A DPropertyBag.java46 private XPropertyContainer m_bag; field in PropertyBag
68 m_bag.addProperty( "", PropertyAttribute.BOUND, Integer.valueOf( 3 ) ); in checkBasics()
81 m_bag.addProperty( VALUE, PropertyAttribute.BOUND, "" ); in checkBasics()
82 m_bag.addProperty( VALUE, PropertyAttribute.BOUND, "" ); in checkBasics()
96 m_bag.removeProperty( VALUE); in checkBasics()
109 m_bag.removeProperty( "NonExistent" ); in checkBasics()
161 new PropertyValue( "InterfaceValue", -1, m_bag, PropertyState.DIRECT_VALUE ) in checkSequenceAccess()
258 m_bag = null; in createEmptyBag()
260m_bag = UnoRuntime.queryInterface(XPropertyContainer.class, m_orb.createInstance(serviceName)); in createEmptyBag()
261 if ( m_bag == null ) in createEmptyBag()
[all …]