Home
last modified time | relevance | path

Searched refs:iTotalHeight (Results 1 – 4 of 4) sorted by relevance

/dports/editors/abiword/abiword-3.0.5/src/text/fmt/xp/
H A Dfp_TOCContainer.cpp459 UT_sint32 iTotalHeight = getTotalTOCHeight(); in VBreakAt() local
460 if (vpos >= iTotalHeight) in VBreakAt()
478 pBroke->setYBottom(iTotalHeight); in VBreakAt()
H A Dfp_TableContainer.cpp4194 UT_sint32 iTotalHeight = getTotalTableHeight(); in VBreakAt() local
4205 if (iNewYBreak >= iTotalHeight) in VBreakAt()
4217 pBroke->setYBottom(iTotalHeight); in VBreakAt()
/dports/editors/abiword/abiword-3.0.5/plugins/presentation/xp/
H A DPresentation.cpp541 UT_sint32 iTotalHeight = (pPage->getHeight() + m_pView->getPageViewSep())*iPage; in drawNthPage() local
542 m_pView->setYScrollOffset(iTotalHeight); in drawNthPage()
/dports/games/jaggedalliance2/ja2-stracciatella-0.18.0/src/game/Laptop/
H A DEMail.cc244 static INT32 iTotalHeight = 0; variable
1014 for (INT32 i = 1; i < iTotalHeight / h; ++i) in DisplayEmailMessage()
2358 iTotalHeight = h + 10; in PreProcessEmail()
2361 if (iTotalHeight < MAX_EMAIL_MESSAGE_PAGE_SIZE) in PreProcessEmail()