Home
last modified time | relevance | path

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

/AOO41X/main/sc/source/ui/view/
H A Dprintfun.cxx1248 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()
[all …]
/AOO41X/main/sc/source/ui/inc/
H A Dprintfun.hxx346 const SvxBoxItem* pBorderData,