Home
last modified time | relevance | path

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

/aoo41x/main/dbaccess/qa/complex/dbaccess/
H A DPropertyBag.java48 private XPropertyContainer m_bag; field in PropertyBag
88 m_bag.addProperty( VALUE, PropertyAttribute.BOUND, "" ); in checkBasics()
89 m_bag.addProperty( VALUE, PropertyAttribute.BOUND, "" ); in checkBasics()
103 m_bag.removeProperty( VALUE); in checkBasics()
116 m_bag.removeProperty( "NonExistent" ); in checkBasics()
265 m_bag = null; in createEmptyBag()
268 if ( m_bag == null ) in createEmptyBag()
284 m_bag = null; in createStandardBag()
290 if ( m_bag == null ) in createStandardBag()
302 { "InterfaceValue", (XInterface)m_bag } in createStandardBag()
[all …]

Completed in 10 milliseconds