Searched refs:pBorderData (Results 1 – 2 of 2) sorted by relevance
1248 const SvxBoxItem* pBorderData, const SvxBrushItem* pBackground, in DrawBorder() argument1253 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()[all …]
346 const SvxBoxItem* pBorderData,