Home
last modified time | relevance | path

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

/dports/editors/libreoffice/libreoffice-7.2.6.2/sd/source/ui/slidesorter/view/
H A DSlsInsertAnimator.cxx189 SharedPageObjectRun pOldRun (GetRun(mrView.GetLayouter(), maInsertPosition)); in SetInsertPosition() local
195 if (pOldRun != pCurrentRun && pOldRun) in SetInsertPosition()
196 pOldRun->ResetOffsets(eMode); in SetInsertPosition()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/sd/source/ui/slidesorter/view/
H A DSlsInsertAnimator.cxx188 SharedPageObjectRun pOldRun (GetRun(mrView.GetLayouter(), maInsertPosition)); in SetInsertPosition() local
194 if (pOldRun != pCurrentRun && pOldRun) in SetInsertPosition()
195 pOldRun->ResetOffsets(eMode); in SetInsertPosition()
/dports/editors/abiword/abiword-3.0.5/src/text/fmt/xp/
H A Dfv_View_protected.cpp1603 fp_Run* pOldRun; in _moveInsPtNextPrevLine() local
1604 …nt, m_bPointEOL, xPoint, yPoint, xPoint2, yPoint2, iPointHeight, bDirection, &pOldBlock, &pOldRun); in _moveInsPtNextPrevLine()
1605 if(pOldRun == NULL) in _moveInsPtNextPrevLine()
1615 UT_return_if_fail(pOldRun); in _moveInsPtNextPrevLine()
1618 fp_Line* pOldLine = pOldRun->getLine(); in _moveInsPtNextPrevLine()
2372 fp_Run* pOldRun; in _getCurrentPage() local
2373 …nt, m_bPointEOL, xPoint, yPoint, xPoint2, yPoint2, iPointHeight, bDirection, &pOldBlock, &pOldRun); in _getCurrentPage()
2374 UT_return_val_if_fail ( pOldRun, 0 ); in _getCurrentPage()
2375 fp_Line* pOldLine = pOldRun->getLine(); in _getCurrentPage()
H A Dfl_BlockLayout.cpp4554 fp_Run * pOldRun = pRun; in findPointCoords() local
4565 pRun = pOldRun; in findPointCoords()