Home
last modified time | relevance | path

Searched refs:aTextLine (Results 1 – 3 of 3) sorted by relevance

/trunk/main/svx/source/dialog/
H A Dswframeexample.cxx145 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()
216 aFrmSize = Size(nLBorder - 3, (aTextLine.GetHeight() + 2) * 3); in InitAllRects_Impl()
456 Rectangle aTxt(aTextLine); in DrawInnerFrame_Impl()
615 const long nTxtLineHeight = aTextLine.GetHeight(); in Paint()
616 Rectangle aTxt(aTextLine); in Paint()
[all …]
/trunk/main/sw/source/ui/config/
H A Doptpage.cxx1855 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()
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()
1877 aTextLine.Move(0, nStep); in PaintPage()
[all …]
/trunk/main/svx/inc/svx/
H A Dswframeexample.hxx48 Rectangle aTextLine; member in SvxSwFrameExample

Completed in 32 milliseconds