Home
last modified time | relevance | path

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

/aoo4110/main/sc/source/core/tool/
H A Dcellkeytranslator.cxx102 list<ScCellKeyword>::const_iterator itrList = itr->second.begin(); in lclMatchKeyword() local
103 for ( ; itrList != itrListEnd; ++itrList ) in lclMatchKeyword()
107 if ( itrList->meOpCode == eOpCode ) in lclMatchKeyword()
113 rName = String::CreateFromAscii( itrList->mpName ); in lclMatchKeyword()
120 aBestMatchName = itrList->mpName; in lclMatchKeyword()
124 aBestMatchName = itrList->mpName; in lclMatchKeyword()
131 if ( itrList->meOpCode == eOpCode ) in lclMatchKeyword()
134 rName = String::CreateFromAscii( itrList->mpName ); in lclMatchKeyword()
140 LocaleMatch eLevel = lclLocaleCompare(itrList->mrLocale, *pLocale); in lclMatchKeyword()
144 rName = String::CreateFromAscii( itrList->mpName ); in lclMatchKeyword()
[all …]

Completed in 16 milliseconds