Searched refs:s_pProperties (Results 1 – 2 of 2) sorted by relevance
167 static ControlPropertyIterator s_pProperties = aProperties; variable242 …ControlPropertyIterator aPropDesc = ::std::find_if( s_pProperties, s_pPropertiesEnd, ControlProper… in getControlProperty()289 …ControlPropertyIterator aPropDesc = ::std::find_if( s_pProperties, s_pPropertiesEnd, ControlProper… in setControlProperty()326 for ( ControlPropertyIterator aProp = s_pProperties; aProp != s_pPropertiesEnd; ++aProp ) in getSupportedControlProperties()350 …ControlPropertyIterator aPropDesc = ::std::find_if( s_pProperties, s_pPropertiesEnd, ControlProper… in isControlPropertySupported()
388 static const ::rtl::OUString s_pProperties[] = in getSupportedProperties() local397 for (size_t nPos = 0; nPos < sizeof(s_pProperties)/sizeof(s_pProperties[0]) ;++nPos ) in getSupportedProperties()399 aValue.Name = s_pProperties[nPos]; in getSupportedProperties()
Completed in 28 milliseconds