Lines Matching refs:nIndex

262 	if(eType == TOX_USER && nIndex)  in GetFlatIndex()
264 nRet = static_cast< sal_uInt16 >(TOX_AUTHORITIES + nIndex); in GetFlatIndex()
301 eCurrentTOXType.nIndex = 0; in SwMultiTOXTabDialog()
331 eCurrentTOXType.nIndex = nUser; in SwMultiTOXTabDialog()
443 sal_uInt16 nIndex = static_cast< sal_uInt16 >(eCurrentTOXType.eType); in Ok() local
444 if(eCurrentTOXType.eType == TOX_USER && eCurrentTOXType.nIndex) in Ok()
446 nIndex = static_cast< sal_uInt16 >(TOX_AUTHORITIES + eCurrentTOXType.nIndex); in Ok()
449 if(pFormArr[nIndex]) in Ok()
451 rDesc.SetForm(*pFormArr[nIndex]); in Ok()
452 aNewDef.SetTOXForm(*pFormArr[nIndex]); in Ok()
462 if(!eCurrentTOXType.nIndex) in Ok()
472 sal_uInt16 nIndex = eType.GetFlatIndex(); in GetForm() local
473 if(!pFormArr[nIndex]) in GetForm()
474 pFormArr[nIndex] = new SwForm(eType.eType); in GetForm()
475 return pFormArr[nIndex]; in GetForm()
482 sal_uInt16 nIndex = eType.GetFlatIndex(); in GetTOXDescription() local
483 if(!pDescArr[nIndex]) in GetTOXDescription()
487 pDescArr[nIndex] = CreateTOXDescFromTOXBase(pDef); in GetTOXDescription()
490 pDescArr[nIndex] = new SwTOXDescription(eType.eType); in GetTOXDescription()
492 pDescArr[nIndex]->SetTitle(sUserDefinedIndex); in GetTOXDescription()
494 pDescArr[nIndex]->SetTitle( in GetTOXDescription()
505 pDescArr[nIndex]->SetAuthBrackets(sBrackets); in GetTOXDescription()
506 pDescArr[nIndex]->SetAuthSequence(pFType->IsSequence()); in GetTOXDescription()
510 pDescArr[nIndex]->SetAuthBrackets(C2S("[]")); in GetTOXDescription()
514 pDescArr[nIndex]->SetMainEntryCharStyle(SW_RESSTR(STR_POOLCHR_IDX_MAIN_ENTRY)); in GetTOXDescription()
517 return *pDescArr[nIndex]; in GetTOXDescription()
1129 nRet = eType.nIndex << 8; in lcl_TOXTypesToUserData()
1167 eRet.nIndex = (nData&0xff00) >> 8; in lcl_UserData2TOXTypes()
2178 aLastTOXType.nIndex = 0; in SwTOXEntryTabPage()
3336 sal_uInt32 nIndex = GetControlIndex( TOKEN_TEXT, pEdit ); in InsertItem() local
3341 strName += String::CreateFromInt32(nIndex); in InsertItem()
3342 if ( nIndex == 1 ) in InsertItem()
3391 sal_uInt32 nIndex = GetControlIndex( rToken.eTokenType, pButton ); in InsertItem() local
3393 if ( nIndex ) in InsertItem()
3396 sAccName += String::CreateFromInt32(nIndex); in InsertItem()
3540 sal_uInt32 nIndex = GetControlIndex( TOKEN_TEXT, pEdit ); in InsertAtSelection() local
3545 strName += String::CreateFromInt32(nIndex); in InsertAtSelection()
3546 if ( nIndex == 1) in InsertAtSelection()
3594 sal_uInt32 nIndex = GetControlIndex( rToken.eTokenType, pButton ); in InsertAtSelection() local
3596 if ( nIndex ) in InsertAtSelection()
3599 sAccName += String::CreateFromInt32(nIndex); in InsertAtSelection()
4048 sal_uInt32 nIndex = 0; in GetControlIndex() local
4058 nIndex++; in GetControlIndex()
4063 return nIndex; in GetControlIndex()