Searched refs:propertyPos (Results 1 – 1 of 1) sorted by relevance
1584 OrderedPropertyMap::const_iterator propertyPos; in rebuildPropertyUI() local1585 if ( !impl_findObjectProperty_nothrow( _rPropertyName, &propertyPos ) ) in rebuildPropertyUI()1591 describePropertyLine( propertyPos->second, aDescriptor ); in rebuildPropertyUI()1635 OrderedPropertyMap::const_iterator propertyPos; in showPropertyUI() local1636 if ( !impl_findObjectProperty_nothrow( _rPropertyName, &propertyPos ) ) in showPropertyUI()1646 describePropertyLine( propertyPos->second, aDescriptor ); in showPropertyUI()1660 if ( propertyPos != m_aProperties.begin() ) in showPropertyUI()1661 --propertyPos; in showPropertyUI()1662 nUIPos = getPropertyBox().GetPropertyPos( propertyPos->second.Name ); in showPropertyUI()1664 while ( ( nUIPos == LISTBOX_ENTRY_NOTFOUND ) && ( propertyPos != m_aProperties.begin() ) ); in showPropertyUI()
Completed in 18 milliseconds