Searched refs:m_set (Results 1 – 2 of 2) sorted by relevance
49 private XPropertySet m_set; field in PropertyBag129 m_set.setPropertyValue( VALUE , testValue); in checkBasics()130 final String currentValue = (String)m_set.getPropertyValue( VALUE); in checkBasics()145 m_set.setPropertyValue( VALUE, Integer.valueOf( 3 ) ); in checkBasics()174 final Object value = m_set.getPropertyValue( expectedValues[i].Name ); in checkSequenceAccess()206 if ( !m_set.getPropertyValue( name ).equals( value ) ) in checkSequenceAccess()253 if ( !m_set.getPropertyValue( newlyAdded.Name ).equals( newlyAdded.Value ) ) in checkDynamicSet()272 m_set = UnoRuntime.queryInterface(XPropertySet.class, m_bag); in createEmptyBag()294 m_set = UnoRuntime.queryInterface(XPropertySet.class, m_bag); in createStandardBag()
54 void add(rtl::OString const & type) { m_set.insert(type); } in add()64 { return m_set.find(type) != m_set.end(); } in contains()70 std::hash_set< rtl::OString, rtl::OStringHash > m_set; member in codemaker::GeneratedTypeSet
Completed in 16 milliseconds