Home
last modified time | relevance | path

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

/aoo4110/main/fpicker/source/office/
H A DOfficeControlAccess.cxx150 typedef const ControlProperty* ControlPropertyIterator; typedef
167 static ControlPropertyIterator s_pProperties = aProperties;
168 static ControlPropertyIterator s_pPropertiesEnd = aProperties + s_nPropertyCount;
242ControlPropertyIterator aPropDesc = ::std::find_if( s_pProperties, s_pPropertiesEnd, ControlProper… in getControlProperty()
289ControlPropertyIterator aPropDesc = ::std::find_if( s_pProperties, s_pPropertiesEnd, ControlProper… in setControlProperty()
326 for ( ControlPropertyIterator aProp = s_pProperties; aProp != s_pPropertiesEnd; ++aProp ) in getSupportedControlProperties()
350ControlPropertyIterator aPropDesc = ::std::find_if( s_pProperties, s_pPropertiesEnd, ControlProper… in isControlPropertySupported()

Completed in 17 milliseconds