Home
last modified time | relevance | path

Searched refs:getDominantDirection (Results 1 – 15 of 15) sorted by relevance

/dports/editors/abiword/abiword-3.0.5/src/text/fmt/xp/
H A Dfb_Alignment.cpp36 if(pLine->getBlock()->getDominantDirection() == UT_BIDI_RTL) in initialize()
91 if(pLine->getBlock()->getDominantDirection() == UT_BIDI_RTL) in initialize()
133 if(pLine->getBlock()->getDominantDirection() == UT_BIDI_RTL) in initialize()
142 …else if(pLine->getBlock()->getDominantDirection() == UT_BIDI_RTL) //this is RTL block, the last li… in initialize()
H A Dfp_FieldTOCNum.cpp36 _setDirection(pBL->getDominantDirection()); in fp_FieldTOCNumRun()
149 _setDirection(pBL->getDominantDirection()); in fp_FieldTOCListLabelRun()
201 _setDirection(pBL->getDominantDirection()); in fp_FieldTOCHeadingRun()
H A Dfp_FieldListLabelRun.cpp31 _setDirection(pBL->getDominantDirection()); in fp_FieldListLabelRun()
H A Dfp_Line.cpp772 UT_BidiCharType iBlockDir = m_pBlock->getDominantDirection(); in genOverlapRects()
1813 UT_BidiCharType iDomDirection = m_pBlock->getDominantDirection(); in _doClearScreenFromRunToEnd()
2351 UT_BidiCharType iDomDirection = m_pBlock->getDominantDirection(); in getWorkingDirectionAndTabstops()
2417 UT_BidiCharType iDomDirection = m_pBlock->getDominantDirection(); in calculateWidthOfRun()
2857 UT_BidiCharType iDomDirection = m_pBlock->getDominantDirection(); in layout()
3596 UT_BidiCharType iBlockDir = m_pBlock->getDominantDirection(); in recalcMaxWidth()
3902 UT_BidiCharType iBlockDir = m_pBlock->getDominantDirection(); in calculateWidthOfTrailingSpaces()
3936 UT_BidiCharType iBlockDir = m_pBlock->getDominantDirection(); in countJustificationPoints()
4055 UT_BidiCharType iBlockDir = m_pBlock->getDominantDirection(); in justify()
4329 UT_BidiCharType iBlockDir = m_pBlock->getDominantDirection();
H A Dfp_Run.cpp2688 if(getBlock()->getDominantDirection() == UT_BIDI_RTL) in _draw()
3215 _setDirection(pBL->getDominantDirection()); in fp_EndOfParagraphRun()
3377 if(getBlock()->getDominantDirection() == UT_BIDI_RTL) in _clearScreen()
3474 if(getBlock()->getDominantDirection() == UT_BIDI_RTL) in _draw()
4047 prevType = getBlock()->getDominantDirection(); in _setValue()
5023 _setDirection(pBL->getDominantDirection()); in fp_FieldFootnoteRefRun()
5081 _setDirection(pBL->getDominantDirection()); in fp_FieldFootnoteAnchorRun()
5134 _setDirection(pBL->getDominantDirection()); in fp_FieldEndnoteAnchorRun()
5184 _setDirection(pBL->getDominantDirection()); in fp_FieldEndnoteRefRun()
5951 return getBlock()->getDominantDirection(); in getVisDirection()
H A Dfl_BlockLayout.h269 inline UT_BidiCharType getDominantDirection(void) const { return m_iDomDirection; } in getDominantDirection() function
H A Dfl_BlockLayout.cpp3077 UT_BidiCharType iBlockDir = getDominantDirection(); in formatWrappedFromHere()
3122 UT_BidiCharType iBlockDir = getDominantDirection(); in formatWrappedFromHere()
3184 UT_BidiCharType iBlockDir = getDominantDirection(); in formatWrappedFromHere()
3308 UT_BidiCharType iBlockDir = getDominantDirection(); in getLeftRightForWrapping()
3516 UT_BidiCharType iBlockDir = getDominantDirection(); in getNextWrappedLine()
3539 UT_BidiCharType iBlockDir = getDominantDirection(); in getNextWrappedLine()
H A Dfv_View.cpp3553 if(pBlock->getDominantDirection() == UT_BIDI_RTL) in processSelectedBlocks()
3608 prevLeft = pPrev->getDominantDirection() == UT_BIDI_LTR in processSelectedBlocks()
3612 blockLeft = pBlock->getDominantDirection() == UT_BIDI_LTR in processSelectedBlocks()
5588 if(pBlock->getDominantDirection() == UT_BIDI_RTL) in setBlockIndents()
10363 xxx_UT_DEBUGMSG(("Entered BOL margin: dir %d\n", pBlock->getDominantDirection())); in _getMouseContext()
10364 if(pBlock->getDominantDirection() == UT_BIDI_RTL) in _getMouseContext()
H A Dfp_TextRun.cpp719 UT_BidiCharType iDomDirection = getBlock()->getDominantDirection(); in mapXYToPosition()
H A Dfv_View_cmd.cpp3148 UT_BidiCharType iDomDir = pBlock->getDominantDirection(); in cmdCharInsert()
/dports/editors/abiword/abiword-3.0.5/src/wp/ap/cocoa/
H A Dap_CocoaTopRuler.cpp180 bool bRTL = pBlock ? (pBlock->getDominantDirection() == UT_BIDI_RTL) : false;
240 bool bRTL = pBlock ? (pBlock->getDominantDirection() == UT_BIDI_RTL) : false;
/dports/editors/abiword/abiword-3.0.5/src/wp/ap/xp/
H A Dap_TopRuler.cpp653 bRTL = (pBlock->getDominantDirection() == UT_BIDI_RTL); in _getParagraphMarkerXCenters()
770 bRTL = (pBlock->getDominantDirection() == UT_BIDI_RTL); in _getParagraphMarkerRects()
809 bRTL = (pBlock->getDominantDirection() == UT_BIDI_RTL); in _drawParagraphProperties()
983 if(pBlock && pBlock->getDominantDirection() == UT_BIDI_RTL) in _getTabStopXAnchor()
2108 bRTL = (pBlock->getDominantDirection() == UT_BIDI_RTL); in setTableLineDrag()
2233 bRTL = (pBlock->getDominantDirection() == UT_BIDI_RTL); in mousePress()
2609 bRTL1 = (pBlock1->getDominantDirection() == UT_BIDI_RTL); in mouseRelease()
3357 bRTL = (pBlock->getDominantDirection() == UT_BIDI_RTL); in _setTabStops()
3486 bRTL = (pBlock->getDominantDirection() == UT_BIDI_RTL); in mouseMotion()
4380 bRTL = (pBlock->getDominantDirection() == UT_BIDI_RTL); in _drawLeftIndentMarker()
[all …]
H A Dap_Toolbar_Functions.cpp451 iBlockDir = pView->getCurrentBlock()->getDominantDirection(); in Defun_EV_GetToolbarItemState_Fn()
H A Dap_Dialog_Lists.cpp1229 UT_BidiCharType iDirection = getLists()->getBlock()->getDominantDirection(); in draw()
H A Dap_EditMethods.cpp4195 bRTL = pBL->getDominantDirection() == UT_BIDI_RTL; in sActualMoveLeft()
4237 bRTL = pBL->getDominantDirection() == UT_BIDI_RTL; in sActualMoveRight()
4316 bRTL = pBL->getDominantDirection() == UT_BIDI_RTL; in Defun1()
4335 bRTL = pBL->getDominantDirection() == UT_BIDI_RTL; in Defun1()
5197 bRTL = pBL->getDominantDirection() == UT_BIDI_RTL; in Defun1()
5213 bRTL = pBL->getDominantDirection() == UT_BIDI_RTL; in Defun1()
5247 bRTL = pBL->getDominantDirection() == UT_BIDI_RTL; in Defun1()
5266 bRTL = pBL->getDominantDirection() == UT_BIDI_RTL; in Defun1()
12770 iBlockDir = pBL->getDominantDirection(); in Defun1()
12837 if(pBl->getDominantDirection()== UT_BIDI_RTL) in Defun1()