Lines Matching refs:lcl_LineTotal

175 long lcl_LineTotal(const SvxBorderLine* pLine)  in lcl_LineTotal()  function
658 rParam.nHeight += lcl_LineTotal( rParam.pBorder->GetTop() ) + in lcl_FillHFParam()
659 lcl_LineTotal( rParam.pBorder->GetBottom() ); in lcl_FillHFParam()
781 lcl_LineTotal(rParam.pBorder->GetLeft()) + in UpdateHFHeight()
782 lcl_LineTotal(rParam.pBorder->GetRight()) ) * 100 / nZoom; in UpdateHFHeight()
808 lcl_LineTotal( rParam.pBorder->GetTop() ) + in UpdateHFHeight()
809 lcl_LineTotal( rParam.pBorder->GetBottom() ); in UpdateHFHeight()
1280 nLeft += (long) ( lcl_LineTotal(pBorderData->GetLeft()) * nScaleX / 2 ); in DrawBorder()
1281 nRight += (long) ( lcl_LineTotal(pBorderData->GetRight()) * nScaleX / 2 ); in DrawBorder()
1282 nTop += (long) ( lcl_LineTotal(pBorderData->GetTop()) * nScaleY / 2 ); in DrawBorder()
1283 nBottom += (long) ( lcl_LineTotal(pBorderData->GetBottom()) * nScaleY / 2 ); in DrawBorder()
1773 …long nLeft = lcl_LineTotal( rParam.pBorder->GetLeft() ) + rParam.pBorder->GetDistance(BOX_LINE_LEF… in PrintHF()
1774 long nTop = lcl_LineTotal( rParam.pBorder->GetTop() ) + rParam.pBorder->GetDistance(BOX_LINE_TOP); in PrintHF()
1777 …aPaperSize.Width() -= nLeft + lcl_LineTotal( rParam.pBorder->GetRight() ) + rParam.pBorder->GetDis… in PrintHF()
1778 …aPaperSize.Height() -= nTop + lcl_LineTotal( rParam.pBorder->GetBottom() ) + rParam.pBorder->GetDi… in PrintHF()
1811 nMaxHeight += lcl_LineTotal( rParam.pBorder->GetTop() ) + in PrintHF()
1812 lcl_LineTotal( rParam.pBorder->GetBottom() ) + in PrintHF()
2138 nLeftSpace -= lcl_LineTotal(pBorderItem->GetLeft()); in PrintPage()
2159 nTopSpace -= lcl_LineTotal(pBorderItem->GetTop()); in PrintPage()
2198 nInnerStartX += (long) ( ( lcl_LineTotal(pBorderItem->GetLeft()) + in PrintPage()
2200 nInnerStartY += (long) ( ( lcl_LineTotal(pBorderItem->GetTop()) + in PrintPage()
2252 nBorderEndX += (long) ( ( lcl_LineTotal(pBorderItem->GetRight()) + in PrintPage()
2254 nBorderEndY += (long) ( ( lcl_LineTotal(pBorderItem->GetBottom()) + in PrintPage()
2960 aDocPageSize.Width() -= lcl_LineTotal(pBorderItem->GetLeft()) + in GetDocPageSize()
2961 lcl_LineTotal(pBorderItem->GetRight()) + in GetDocPageSize()
2964 aDocPageSize.Height() -= lcl_LineTotal(pBorderItem->GetTop()) + in GetDocPageSize()
2965 lcl_LineTotal(pBorderItem->GetBottom()) + in GetDocPageSize()