Searched refs:m_set (Results 1 – 2 of 2) sorted by relevance
47 private XPropertySet m_set; field in PropertyBag122 m_set.setPropertyValue( VALUE , testValue); in checkBasics()123 final String currentValue = (String)m_set.getPropertyValue( VALUE); in checkBasics()138 m_set.setPropertyValue( VALUE, Integer.valueOf( 3 ) ); in checkBasics()167 final Object value = m_set.getPropertyValue( expectedValues[i].Name ); in checkSequenceAccess()199 if ( !m_set.getPropertyValue( name ).equals( value ) ) in checkSequenceAccess()246 if ( !m_set.getPropertyValue( newlyAdded.Name ).equals( newlyAdded.Value ) ) in checkDynamicSet()265 m_set = UnoRuntime.queryInterface(XPropertySet.class, m_bag); in createEmptyBag()287 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 13 milliseconds