Searched refs:aTextLine (Results 1 – 3 of 3) sorted by relevance
| /AOO42X/main/svx/source/dialog/ |
| H A D | swframeexample.cxx | 141 aTextLine = aPagePrtArea; in InitAllRects_Impl() 142 aTextLine.SetSize(Size(aTextLine.GetWidth(), 2)); in InitAllRects_Impl() 143 aTextLine.Left() += nLTxtBorder; in InitAllRects_Impl() 144 aTextLine.Right() -= nRTxtBorder; in InitAllRects_Impl() 145 aTextLine.Move(0, nTTxtBorder); in InitAllRects_Impl() 149 / (aTextLine.GetHeight() + 2)); in InitAllRects_Impl() 152 (aTextLine.GetHeight() + 2) * nLines + nTTxtBorder + nBTxtBorder)); in InitAllRects_Impl() 203 aFrmSize = Size(nLFBorder - 4, (aTextLine.GetHeight() + 2) * 3); in InitAllRects_Impl() 208 aFrmSize = Size(nRFBorder - 4, (aTextLine.GetHeight() + 2) * 3); in InitAllRects_Impl() 212 aFrmSize = Size(nLBorder - 3, (aTextLine.GetHeight() + 2) * 3); in InitAllRects_Impl() [all …]
|
| /AOO42X/main/sw/source/ui/config/ |
| H A D | optpage.cxx | 1855 Rectangle aTextLine = rRect; in PaintPage() local 1856 aTextLine.SetSize(Size(aTextLine.GetWidth(), 2)); in PaintPage() 1857 aTextLine.Left() += nLTxtBorder; in PaintPage() 1858 aTextLine.Right() -= nRTxtBorder; in PaintPage() 1859 aTextLine.Move(0, nTTxtBorder); in PaintPage() 1864 nStep = aTextLine.GetHeight() + 2; in PaintPage() 1865 nLines = (sal_uInt16)(rRect.GetHeight() / (aTextLine.GetHeight() + 2)) - 1; in PaintPage() 1872 aTextLine.SetSize(Size(aTextLine.GetWidth() / 2, aTextLine.GetHeight())); in PaintPage() 1874 if (aPage.IsInside(aTextLine)) in PaintPage() 1875 DrawRect(aTextLine, m_aTxtCol, m_aTransCol ); in PaintPage() [all …]
|
| /AOO42X/main/svx/inc/svx/ |
| H A D | swframeexample.hxx | 48 Rectangle aTextLine; member in SvxSwFrameExample
|