Home
last modified time | relevance | path

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

/trunk/main/fpicker/source/office/
H A DOfficeControlAccess.cxx118 static ControlDescIterator s_pControlsEnd = aDescriptions + s_nControlCount; variable
260 …ControlDescRange aFoundRange = ::std::equal_range( s_pControls, s_pControlsEnd, _rControlName, Con… in implGetControl()
304 for ( ControlDescIterator aControl = s_pControls; aControl != s_pControlsEnd; ++aControl ) in getSupportedControls()
337 …return ::std::binary_search( s_pControls, s_pControlsEnd, _rControlName, ControlDescriptionLookup(… in isControlSupported()

Completed in 23 milliseconds