Home
last modified time | relevance | path

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

/dports/irc/kvirc/KVIrc-5.0.0-73-gbdeac0429/src/kvirc/ui/
H A DKviUserListView.cpp446 while(pEntry && (iCurTop <= m_pViewArea->height())) in animatedAvatarUpdated()
448 iCurBottom = iCurTop + pEntry->m_iHeight; in animatedAvatarUpdated()
452 rct.setY(iCurTop + iBaseY); in animatedAvatarUpdated()
459 iCurTop = iCurBottom; in animatedAvatarUpdated()
1543 while(pEntry && (iCurTop < iHeight)) in itemVisible()
1547 iCurTop += pEntry->m_iHeight; in itemVisible()
1563 while(pEntry && (iCurTop <= m_pViewArea->height())) in itemAt()
1565 iCurBottom = iCurTop + pEntry->m_iHeight; in itemAt()
1566 if((pnt.y() >= iCurTop) && (pnt.y() < iCurBottom)) in itemAt()
1571 pRect->setY(iCurTop); in itemAt()
[all …]
/dports/editors/abiword/abiword-3.0.5/src/text/fmt/xp/
H A Dfv_View_cmd.cpp1877 UT_sint32 iCurLeft, iCurRight, iCurTop, iCurBot; in cmdInsertCol() local
1912 iCurTop = pCL->getTopAttach(); in cmdInsertCol()
2144 UT_sint32 iCurLeft,iCurRight,iCurTop,iCurBot; in cmdInsertRow() local
2152 iCurTop = pCL->getTopAttach() + numRowsForInsertion; in cmdInsertRow()
2182 iCurTop = pCL->getTopAttach(); in cmdInsertRow()
2350 UT_sint32 iCurLeft,iCurRight,iCurTop,iCurBot,iNewLeft,iNewRight; in cmdDeleteCol() local
2361 getCellParams(posCell2+1, &iCurLeft, &iCurRight,&iCurTop,&iCurBot); in cmdDeleteCol()
2388 UT_String_sprintf(sTop,"%d",iCurTop); in cmdDeleteCol()
2636 UT_sint32 iCurLeft,iCurRight,iCurTop,iCurBot,iNewTop,iNewBot; in cmdDeleteRow() local
2650 iNewTop = iCurTop; in cmdDeleteRow()
[all …]