Home
last modified time | relevance | path

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

/trunk/main/sw/source/core/text/
H A Dtxttab.cxx105 const SwTwips nTabLeft = 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()
284 nNextPos += bRTL ? nLinePos - nTabLeft : nTabLeft - nLinePos; in NewTabPortion()

Completed in 15 milliseconds