Home
last modified time | relevance | path

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

/dports/editors/abiword/abiword-3.0.5/src/text/fmt/xp/
H A Dfv_View.h903 UT_uint32 getWidthPagesInRow(fp_Page *page) const;
H A Dfv_View.cpp10147 || (xClick > static_cast<UT_sint32>(getWidthPagesInRow(pPage))) ) in _getMouseContext()
14338 widthPagesInRow = getWidthPagesInRow(pPage); in calculateNumHorizPages()
14345 widthPagesInRow = getWidthPagesInRow(pPage); in calculateNumHorizPages()
14353 widthPagesInRow = getWidthPagesInRow(pPage); in calculateNumHorizPages()
14496 UT_uint32 FV_View::getWidthPagesInRow(fp_Page *page) const in getWidthPagesInRow() function in FV_View
H A Dfv_View_protected.cpp2553 …if (xClick <= (signed)getWidthPagesInRow(pPage)) //So we can't select the next row by clicking ou… in _getPageForXY()
2607 …ageHeight %d \t iPageWidth %d | %d\n", pPage->getHeight(), iPageWidth, getWidthPagesInRow(pPage))); in _getPageForXY()
H A Dfp_TableContainer.cpp2434 …UT_ASSERT((bRec.left + bRec.width) < static_cast<UT_sint32>(pView->getWidthPagesInRow(getPage())) … in drawBroken()