Home
last modified time | relevance | path

Searched refs:pKeyModifier (Results 1 – 2 of 2) sorted by last modified time

/trunk/main/reportdesign/source/ui/report/
H A DReportController.cxx4013 …const beans::PropertyValue* pKeyModifier = ::std::find_if(pIter,pEnd,::std::bind2nd(PropertyValueC… in createDefaultControl() local
4015 …if ( pKeyModifier == pEnd || ((pKeyModifier->Value >>= nKeyModifier) && nKeyModifier == KEY_MOD1) ) in createDefaultControl()
/trunk/main/chart2/source/controller/main/
H A DDrawCommandDispatch.cxx394 const beans::PropertyValue* pKeyModifier = ::std::find_if( in execute() local
397 … if ( pKeyModifier && ( pKeyModifier->Value >>= nKeyModifier ) && nKeyModifier == KEY_MOD1 ) in execute()

Completed in 31 milliseconds