Home
last modified time | relevance | path

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

/AOO42X/main/sc/source/ui/view/
H A Doutput2.cxx1195 rParam.maAlignRect.Left() = nCellPosX; in GetOutputArea()
1196 rParam.maAlignRect.Right() = nCellPosX + ( nMergeSizeX - 1 ) * nLayoutSign; in GetOutputArea()
1197 rParam.maAlignRect.Top() = nCellPosY; in GetOutputArea()
1198 rParam.maAlignRect.Bottom() = nCellPosY + nMergeSizeY - 1; in GetOutputArea()
1203 rParam.maClipRect = rParam.maAlignRect; in GetOutputArea()
1301 rParam.maAlignRect.Right() -= nFilter * nLayoutSign; in GetOutputArea()
1315 rParam.maAlignRect.Justify(); in GetOutputArea()
1586 long nAvailable = aAreaParam.maAlignRect.GetWidth() - nTotalMargin; in DrawStrings()
1619 long nAvailable = aAreaParam.maAlignRect.GetWidth() - nTotalMargin; in DrawStrings()
1680 …long nJustPosX = aAreaParam.maAlignRect.Left(); // "justified" - effect of alignment will be a… in DrawStrings()
[all …]
/AOO42X/main/sc/source/ui/inc/
H A Doutput.hxx75 Rectangle maAlignRect; member