Home
last modified time | relevance | path

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

/AOO42X/main/toolkit/source/controls/
H A Dunocontrolmodel.cxx419 … const Currency2* pAllCurrenciesEnd = pAllCurrencies + aAllCurrencies.getLength(); in ImplGetDefaultValue() local
424 …DBG_ASSERT( pAllCurrencies != pAllCurrenciesEnd, "UnoControlModel::ImplGetDefaultValue: no currenc… in ImplGetDefaultValue()
425 if ( pAllCurrencies != pAllCurrenciesEnd ) in ImplGetDefaultValue()
435 for ( ;pAllCurrencies != pAllCurrenciesEnd; ++pAllCurrencies ) in ImplGetDefaultValue()
444 …DBG_ASSERT( bLegacy || pAllCurrencies != pAllCurrenciesEnd, "UnoControlModel::ImplGetDefaultValue:… in ImplGetDefaultValue()