Lines Matching refs:nLayoutSign

218 		long nLayoutSign = bLayoutRTL ? -1 : 1;  in lcl_DrawScenarioFrames()  local
237 aStartPos.X() -= nLayoutSign; in lcl_DrawScenarioFrames()
239 aEndPos.X() -= nLayoutSign; in lcl_DrawScenarioFrames()
476 long nLayoutSign = bLayoutRTL ? -1 : 1; in Draw() local
942 aEnd.X() -= 2 * nLayoutSign; // don't overwrite grid in Draw()
1364 long nLayoutSign = bLayoutRTL ? -1 : 1; in GetListValButtonRect() local
1397 aPos.X() += nCellSizeX * nLayoutSign; // start of next cell in GetListValButtonRect()
1399 … aPos.X() -= aBtnSize.Width() * nLayoutSign; // right edge of cell if next cell not available in GetListValButtonRect()
1495 long nLayoutSign = bLayoutRTL ? -1 : 1; in InvertSimple() local
1578 long nEndX = nScrX + ( nWidth - 1 ) * nLayoutSign; in InvertSimple()
1618 if ( aEndPos.X() * nLayoutSign > nScrX * nLayoutSign && aEndPos.Y() > nScrY ) in InvertSimple()
1621 aEndPos.X()-nLayoutSign,aEndPos.Y()-1 ) ); in InvertSimple()
1624 else if ( nEndX * nLayoutSign >= nScrX * nLayoutSign && nEndY >= nScrY ) in InvertSimple()
1634 nEndX * nLayoutSign >= nScrX * nLayoutSign && nEndY >= nScrY ) in InvertSimple()
1640 nScrX = nEndX + nLayoutSign; in InvertSimple()
1667 long nLayoutSign = bLayoutRTL ? -1 : 1; in GetSelectionRects() local
1765 long nEndX = nScrX + ( nWidth - 1 ) * nLayoutSign; in GetSelectionRects()
1805 if ( aEndPos.X() * nLayoutSign > nScrX * nLayoutSign && aEndPos.Y() > nScrY ) in GetSelectionRects()
1808 aEndPos.X()-nLayoutSign,aEndPos.Y()-1 ) ); in GetSelectionRects()
1811 else if ( nEndX * nLayoutSign >= nScrX * nLayoutSign && nEndY >= nScrY ) in GetSelectionRects()
1821 nEndX * nLayoutSign >= nScrX * nLayoutSign && nEndY >= nScrY ) in GetSelectionRects()
1827 nScrX = nEndX + nLayoutSign; in GetSelectionRects()