Searched refs:aTextLine (Results 1 – 3 of 3) sorted by relevance
| /AOO41X/main/svx/source/dialog/ |
| H A D | swframeexample.cxx | 145 aTextLine = aPagePrtArea; in InitAllRects_Impl() 146 aTextLine.SetSize(Size(aTextLine.GetWidth(), 2)); in InitAllRects_Impl() 147 aTextLine.Left() += nLTxtBorder; in InitAllRects_Impl() 148 aTextLine.Right() -= nRTxtBorder; in InitAllRects_Impl() 149 aTextLine.Move(0, nTTxtBorder); in InitAllRects_Impl() 153 / (aTextLine.GetHeight() + 2)); in InitAllRects_Impl() 156 (aTextLine.GetHeight() + 2) * nLines + nTTxtBorder + nBTxtBorder)); in InitAllRects_Impl() 207 aFrmSize = Size(nLFBorder - 4, (aTextLine.GetHeight() + 2) * 3); in InitAllRects_Impl() 212 aFrmSize = Size(nRFBorder - 4, (aTextLine.GetHeight() + 2) * 3); in InitAllRects_Impl() 216 aFrmSize = Size(nLBorder - 3, (aTextLine.GetHeight() + 2) * 3); in InitAllRects_Impl() [all …]
|
| /AOO41X/main/sw/source/ui/config/ |
| H A D | optpage.cxx | 1858 Rectangle aTextLine = rRect; in PaintPage() local 1859 aTextLine.SetSize(Size(aTextLine.GetWidth(), 2)); in PaintPage() 1860 aTextLine.Left() += nLTxtBorder; in PaintPage() 1861 aTextLine.Right() -= nRTxtBorder; in PaintPage() 1862 aTextLine.Move(0, nTTxtBorder); in PaintPage() 1867 nStep = aTextLine.GetHeight() + 2; in PaintPage() 1868 nLines = (sal_uInt16)(rRect.GetHeight() / (aTextLine.GetHeight() + 2)) - 1; in PaintPage() 1875 aTextLine.SetSize(Size(aTextLine.GetWidth() / 2, aTextLine.GetHeight())); in PaintPage() 1877 if (aPage.IsInside(aTextLine)) in PaintPage() 1878 DrawRect(aTextLine, m_aTxtCol, m_aTransCol ); in PaintPage() [all …]
|
| /AOO41X/main/svx/inc/svx/ |
| H A D | swframeexample.hxx | 48 Rectangle aTextLine; member in SvxSwFrameExample
|