Home
last modified time | relevance | path

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

/AOO41X/main/sw/source/core/text/
H A Dfrmcrsr.cxx1582 SwTwips nRightTab = nLeft; in FillCrsrPos() local
1588 nLeftTab = nRightTab; in FillCrsrPos()
1592 nRightTab = nTxtLeft + rTabStop.GetTabPos(); in FillCrsrPos()
1593 if( nLeftTab < nTxtLeft && nRightTab > nTxtLeft ) in FillCrsrPos()
1594 nRightTab = nTxtLeft; in FillCrsrPos()
1597 if( nRightTab > rFill.nLineWidth ) in FillCrsrPos()
1606 nRightTab = nLeftTab - nTxtLeft; in FillCrsrPos()
1607 nRightTab /= nDefTabDist; in FillCrsrPos()
1608 nRightTab = nRightTab * nDefTabDist + nTxtLeft; in FillCrsrPos()
1609 while ( nRightTab <= nLeftTab ) in FillCrsrPos()
[all …]