Home
last modified time | relevance | path

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

/trunk/main/sw/source/core/text/
H A Dtxttab.cxx135 const SwTwips nCurrentAbsPos = bRTL ? in NewTabPortion() local
159 nTabLeft - nCurrentAbsPos : in NewTabPortion()
160 nCurrentAbsPos - nTabLeft; in NewTabPortion()
208 if ( ( bRTL && nTabLeft - nNextPos >= nCurrentAbsPos - nMinimumTabWidth ) || in NewTabPortion()
209 ( !bRTL && nNextPos + nTabLeft <= nCurrentAbsPos + nMinimumTabWidth ) ) in NewTabPortion()
254 bRTL ? nCurrentAbsPos > nTabLeft - nLeftMarginTabPos in NewTabPortion()
255 : nCurrentAbsPos < nTabLeft + nLeftMarginTabPos; in NewTabPortion()

Completed in 15 milliseconds