Lines Matching refs:nPos

122 	sal_uInt16	nPos   = LISTBOX_ENTRY_NOTFOUND;  in TypeToPos_Impl()  local
125 for ( sal_uInt16 i=0; nPos == LISTBOX_ENTRY_NOTFOUND && i<nCount; i++ ) in TypeToPos_Impl()
127 nPos = i; in TypeToPos_Impl()
129 return nPos; in TypeToPos_Impl()
195 sal_uInt16 SvxLanguageBox::ImplInsertImgEntry( const String& rEntry, sal_uInt16 nPos, bool bChecked… in ImplInsertImgEntry() argument
199 nRet = InsertEntry( rEntry, m_aNotCheckedImage, nPos ); in ImplInsertImgEntry()
201 nRet = InsertEntry( rEntry, m_aCheckedImageHC, nPos ); in ImplInsertImgEntry()
203 nRet = InsertEntry( rEntry, m_aCheckedImage, nPos ); in ImplInsertImgEntry()
333 sal_uInt16 SvxLanguageBox::InsertLanguage( const LanguageType nLangType, sal_uInt16 nPos ) in InsertLanguage() argument
335 return ImplInsertLanguage( nLangType, nPos, ::com::sun::star::i18n::ScriptType::WEAK ); in InsertLanguage()
340 sal_uInt16 SvxLanguageBox::ImplInsertLanguage( const LanguageType nLangType, sal_uInt16 nPos, sal_I… in ImplInsertLanguage() argument
381 nAt = ImplInsertImgEntry( aStrEntry, nPos, bFound ); in ImplInsertLanguage()
384 nAt = InsertEntry( aStrEntry, nPos ); in ImplInsertLanguage()
392 sal_uInt16 SvxLanguageBox::InsertDefaultLanguage( sal_Int16 nType, sal_uInt16 nPos ) in InsertDefaultLanguage() argument
394 return ImplInsertLanguage( LANGUAGE_SYSTEM, nPos, nType ); in InsertDefaultLanguage()
400 sal_Bool bCheckEntry, sal_uInt16 nPos ) in InsertLanguage() argument
417 sal_uInt16 nAt = ImplInsertImgEntry( aStrEntry, nPos, bCheckEntry ); in InsertLanguage()
437 sal_uInt16 nPos = GetSelectEntryPos(); in GetSelectLanguage() local
439 if ( nPos != LISTBOX_ENTRY_NOTFOUND ) in GetSelectLanguage()
440 return LanguageType( (sal_uIntPtr)GetEntryData(nPos) ); in GetSelectLanguage()