Home
last modified time | relevance | path

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

/trunk/main/fpicker/source/win32/filepicker/
H A Dfilepickerstate.cxx446 CTRL_GETVALUE_FUNCTION_T lpfnGetValue = in getValue() local
449 if ( !lpfnGetValue ) in getValue()
455 return lpfnGetValue( hwndCtrl ); in getValue()
598 CTRL_GETVALUE_FUNCTION_T lpfnGetValue; in cacheControlState() local
604 lpfnGetValue = GetCtrlGetValueFunction( aCtrlClass, aControlAction ); in cacheControlState()
606 OSL_ASSERT( lpfnGetValue ); in cacheControlState()
611 lpfnGetValue( hwndControl ) ); in cacheControlState()
627 lpfnGetValue = GetCtrlGetValueFunction( aCtrlClass, aControlAction ); in cacheControlState()
632 lpfnGetValue( hwndControl ) ); in cacheControlState()
636 lpfnGetValue = GetCtrlGetValueFunction( aCtrlClass, aControlAction ); in cacheControlState()
[all …]

Completed in 24 milliseconds