Lines Matching refs:pBorderData
1248 const SvxBoxItem* pBorderData, const SvxBrushItem* pBackground, in DrawBorder() argument
1253 if (pBorderData) in DrawBorder()
1254 if ( !pBorderData->GetTop() && !pBorderData->GetBottom() && !pBorderData->GetLeft() && in DrawBorder()
1255 !pBorderData->GetRight() ) in DrawBorder()
1256 pBorderData = NULL; in DrawBorder()
1258 if (!pBorderData && !pBackground && !pShadow) in DrawBorder()
1278 if (pBorderData) in DrawBorder()
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()
1365 if (pBorderData) in DrawBorder()
1369 if (pBorderData) in DrawBorder()
1370 pBorderDoc->ApplyAttr( 0,0,0, *pBorderData ); in DrawBorder()
1387 if (pBorderData) in DrawBorder()