Home
last modified time | relevance | path

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

/trunk/main/sw/source/core/text/
H A Dfrmcrsr.cxx1582 SwTwips nRightTab = nLeft; in FillCrsrPos() local
1588 nLeftTab = nRightTab; in FillCrsrPos()
1594 nRightTab = nTxtLeft; in FillCrsrPos()
1607 nRightTab /= nDefTabDist; in FillCrsrPos()
1608 nRightTab = nRightTab * nDefTabDist + nTxtLeft; in FillCrsrPos()
1622 if( nRightTab > nRight ) in FillCrsrPos()
1623 nRightTab = nRight; in FillCrsrPos()
1647 rRect.Left( nRightTab ); in FillCrsrPos()
1664 if( nRightTab >= nRight ) in FillCrsrPos()
1673 rRect.Left( nRightTab ); in FillCrsrPos()
[all …]

Completed in 31 milliseconds