Lines Matching refs:sal_uInt16

201 	for(sal_uInt16 i = 0; i < GLOBAL_CONTEXT_COUNT; i++)  in SwGlobalTree()
259 sal_uInt16 nEntryCount = (sal_uInt16)GetEntryCount(); in ExecuteDrop()
264 for ( sal_uInt16 n = (sal_uInt16)aFileList.Count(); n--; ) in ExecuteDrop()
280 pCnt = pTempContents->GetObject( static_cast< sal_uInt16 >(nAbsContPos) ); in ExecuteDrop()
372 sal_uInt16 nEnableFlags = GetEnableFlags(); in CreateContextMenu()
377 for (sal_uInt16 i = CTX_UPDATE_SEL; i <= CTX_UPDATE_ALL; i++) in CreateContextMenu()
429 void SwGlobalTree::TbxMenuHdl(sal_uInt16 nTbxId, ToolBox* pBox) in TbxMenuHdl()
431 sal_uInt16 nEnableFlags = GetEnableFlags(); in TbxMenuHdl()
435 for (sal_uInt16 i = CTX_INSERT_ANY_INDEX; i <= CTX_INSERT_TEXT; i++) in TbxMenuHdl()
455 for (sal_uInt16 i = CTX_UPDATE_SEL; i <= CTX_UPDATE_ALL; i++) in TbxMenuHdl()
471 sal_uInt16 SwGlobalTree::GetEnableFlags() const in GetEnableFlags()
474 sal_uInt16 nSelCount = (sal_uInt16)GetSelectionCount(); in GetEnableFlags()
475 sal_uInt16 nEntryCount = (sal_uInt16)GetEntryCount(); in GetEnableFlags()
478 sal_uInt16 nRet = 0; in GetEnableFlags()
557 sal_uInt16 nSelCount = (sal_uInt16)GetSelectionCount(); in SelectHdl()
559 sal_uInt16 nAbsPos = pSel ? (sal_uInt16)GetModel()->GetAbsPos(pSel) : 0; in SelectHdl()
569 nSelCount == 1 && nAbsPos < ((sal_uInt16)GetEntryCount()) - 1 && !bReadonly); in SelectHdl()
609 sal_uInt16 nSource = (sal_uInt16) _pModel->GetAbsPos(pSource); in NotifyMoving()
610sal_uInt16 nDest = pTarget ? (sal_uInt16) _pModel->GetAbsPos(pTarget) : pSwGlblDocContents->Coun… in NotifyMoving()
712sal_uInt16 nResId = GetSettings().GetStyleSettings().GetHighContrastMode() ? IMG_NAVI_ENTRYBMPH : … in Display()
716 sal_uInt16 nCount = pSwGlblDocContents->Count(); in Display()
720 for( sal_uInt16 i = 0; i < nCount; i++) in Display()
732 sal_uInt16 nSelPos = USHRT_MAX; in Display()
736 nSelPos = (sal_uInt16)GetModel()->GetAbsPos(pOldSelEntry); in Display()
743 for( sal_uInt16 i = 0; i < nCount; i++) in Display()
824 sal_uInt16 nSlot = 0; in EditContent()
867 void SwGlobalTree::ExcecuteContextMenuAction( sal_uInt16 nSelectedPopupEntry ) in ExcecuteContextMenuAction()
880 sal_uInt16 nSlot = 0; in ExcecuteContextMenuAction()
951 (sal_uInt16)GetModel()->GetAbsPos(pSelEntry)); in ExcecuteContextMenuAction()
1157 void SwGlobalTree::ExecCommand(sal_uInt16 nCmd) in ExecCommand()
1172 sal_uInt16 nSource = (sal_uInt16)GetModel()->GetAbsPos(pEntry); in ExecCommand()
1173 sal_uInt16 nDest = nSource; in ExecCommand()
1178 sal_uInt16 nEntryCount = (sal_uInt16)GetEntryCount(); in ExecCommand()
1234 for(sal_uInt16 i = 0; i < pTempContents->Count() && !bCopy; i++) in Update()
1259 sal_uInt16 i; in Update()
1354 sal_uInt16 nColToHilite = 1; //0==Bitmap;1=="Spalte1";2=="Spalte2" in InitEntry()
1364 void SwLBoxString::Paint( const Point& rPos, SvLBox& rDev, sal_uInt16 nFlags, in Paint()
1391sal_uInt16 nResId = GetSettings().GetStyleSettings().GetHighContrastMode() ? IMG_NAVI_ENTRYBMPH : … in DataChanged()
1411 sal_uInt16 nEntryCount = (sal_uInt16)GetEntryCount(); in InsertRegion()
1417 sal_uInt16 nAnchorContent = pSwGlblDocContents->Count() - 1; in InsertRegion()
1420 for( sal_uInt16 nContent = 0; nContent < pSwGlblDocContents->Count(); ++nContent ) in InsertRegion()
1437 pAnchorContent = aTempContents.GetObject(nAnchorContent + (sal_uInt16)nFile); in InsertRegion()
1446 sal_uInt16 nSectCount = rSh.GetSectionFmtCount(); in InsertRegion()
1448 sal_uInt16 nAddNumber = 0; in InsertRegion()
1449 sal_uInt16 nCount = 0; in InsertRegion()
1484 …*pSwGlblDocContents, nEntryCount, nEntryCount + (sal_uInt16)nFiles, nEntryCount - (sal_uInt16)nFil… in InsertRegion()