Searched refs:nTabLeft (Results 1 – 1 of 1) sorted by relevance
105 const SwTwips nTabLeft = bRTL in NewTabPortion() local159 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 6 milliseconds