Home
last modified time | relevance | path

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

/aoo4110/main/extensions/source/propctrlr/
H A Dpropcontroller.cxx1584 OrderedPropertyMap::const_iterator propertyPos; in rebuildPropertyUI() local
1585 if ( !impl_findObjectProperty_nothrow( _rPropertyName, &propertyPos ) ) in rebuildPropertyUI()
1591 describePropertyLine( propertyPos->second, aDescriptor ); in rebuildPropertyUI()
1635 OrderedPropertyMap::const_iterator propertyPos; in showPropertyUI() local
1636 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 21 milliseconds