Searched refs:nCurrentAbsPos (Results 1 – 1 of 1) sorted by relevance
135 const SwTwips nCurrentAbsPos = 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()
Completed in 24 milliseconds