Lines Matching refs:sal_uInt16

156 			sal_uInt16 nCurrentPath = USHRT_MAX;  in SetCurGroup()
157 for(sal_uInt16 nPath = 0; nPath < pPathArr->Count(); nPath++) in SetCurGroup()
166 sal_uInt16 nComparePath = (sal_uInt16)sPath.ToInt32(); in SetCurGroup()
196 sal_uInt16 SwGlossaryHdl::GetGroupCnt() const in GetGroupCnt()
206 String SwGlossaryHdl::GetGroupName( sal_uInt16 nId, String* pTitle ) in GetGroupName()
287 sal_uInt16 nDeleteIdx = pSourceGroup->GetIndex( rSourceShortName ); in CopyOrMove()
328 sal_uInt16 SwGlossaryHdl::GetGlossaryCnt() in GetGlossaryCnt()
338 String SwGlossaryHdl::GetGlossaryName( sal_uInt16 nId ) in GetGlossaryName()
346 String SwGlossaryHdl::GetGlossaryShortName(sal_uInt16 nId) in GetGlossaryShortName()
365 sal_uInt16 nIdx = pTmp->GetLongIndex( rName ); in GetGlossaryShortName()
366 if( nIdx != (sal_uInt16) -1 ) in GetGlossaryShortName()
383 sal_Bool bRet = pBlock->GetIndex( rShortName ) != (sal_uInt16) -1; in HasShortName()
437 const sal_uInt16 nSuccess = pWrtShell->MakeGlossary( *pTmp, rName, rShortName, in NewGlossary()
439 if(nSuccess == (sal_uInt16) -1 ) in NewGlossary()
445 return sal_Bool( nSuccess != (sal_uInt16) -1 ); in NewGlossary()
460 sal_uInt16 nIdx = pGlossary->GetIndex( rShortName ); in DelGlossary()
461 if( nIdx != (sal_uInt16) -1 ) in DelGlossary()
520 sal_uInt16 nFound = !pCfg->IsSearchInAllCategories() ? pGlossary->GetIndex( aShortName ) : -1; in Expand()
522 if( nFound == (sal_uInt16) -1 ) in Expand()
526 sal_uInt16 nGroupCount = pGlossaryList->GetGroupCount(); in Expand()
527 for(sal_uInt16 i = 1; i <= nGroupCount; i++) in Expand()
534 sal_uInt16 nBlockCount = pGlossaryList->GetBlockCount(i -1); in Expand()
537 for(sal_uInt16 j = 0; j < nBlockCount; j++) in Expand()
568 for(sal_uInt16 i = 0; i < aFoundArr.Count(); ++i) in Expand()
574 const sal_uInt16 nRet = RET_OK == pDlg->Execute()? in Expand()
586 nFound = (sal_uInt16) -1; in Expand()
594 if( nFound == (sal_uInt16) -1 ) in Expand()
600 const sal_uInt16 nMaxLen = 50; in Expand()
716 sal_uInt16 nIdx = pGlos->GetIndex( rShortName ); in SetMacros()
732 sal_uInt16 nIndex = pGlos->GetIndex( rShortName ); in GetMacros()
790 sal_uInt16 nIdx = pGlossary->GetIndex( rOldShort ); in Rename()
791 sal_uInt16 nOldLongIdx = pGlossary->GetLongIndex( rNewName ); in Rename()
792 sal_uInt16 nOldIdx = pGlossary->GetIndex( rNewShortName ); in Rename()