Home
last modified time | relevance | path

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

/trunk/main/svx/source/dialog/
H A Dswframeexample.cxx110 sal_uIntPtr nTTxtBorder; in InitAllRects_Impl() local
122 nTTxtBorder = 2; in InitAllRects_Impl()
134 nTTxtBorder = 2; in InitAllRects_Impl()
145 aTextLine.Move(0, nTTxtBorder); in InitAllRects_Impl()
148 sal_uInt16 nLines = (sal_uInt16)((aPagePrtArea.GetHeight() / 2 - nTTxtBorder - nBTxtBorder) in InitAllRects_Impl()
152 (aTextLine.GetHeight() + 2) * nLines + nTTxtBorder + nBTxtBorder)); in InitAllRects_Impl()
158 aParaPrtArea.Top() += nTTxtBorder; in InitAllRects_Impl()
/trunk/main/sw/source/ui/config/
H A Doptpage.cxx1853 sal_uLong nTTxtBorder = 4; in PaintPage() local
1859 aTextLine.Move(0, nTTxtBorder); in PaintPage()