Searched refs:lcl_LineTotal (Results 1 – 1 of 1) sorted by relevance
175 long lcl_LineTotal(const SvxBorderLine* pLine) in lcl_LineTotal() function658 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()[all …]