Lines Matching refs:pStyle

512     ::boost::shared_ptr<RendererPaneStyle> pStyle (GetRendererPaneStyle(rsPaneURL));  in PaintBorder()
513 if (pStyle.get() == NULL) in PaintBorder()
518 pStyle->RemoveBorder(aOuterBox, drawing::framework::BorderType_OUTER_BORDER)); in PaintBorder()
520 pStyle->RemoveBorder(aOuterBox, drawing::framework::BorderType_TOTAL_BORDER)); in PaintBorder()
523 SharedBitmapDescriptor pTop (pStyle->mpTop); in PaintBorder()
524 SharedBitmapDescriptor pTopLeft (pStyle->mpTopLeft); in PaintBorder()
525 SharedBitmapDescriptor pTopRight (pStyle->mpTopRight); in PaintBorder()
526 SharedBitmapDescriptor pLeft (pStyle->mpLeft); in PaintBorder()
527 SharedBitmapDescriptor pRight (pStyle->mpRight); in PaintBorder()
528 SharedBitmapDescriptor pBottomLeft (pStyle->mpBottomLeft); in PaintBorder()
529 SharedBitmapDescriptor pBottomRight (pStyle->mpBottomRight); in PaintBorder()
530 SharedBitmapDescriptor pBottom (pStyle->mpBottom); in PaintBorder()
531 SharedBitmapDescriptor pBackground (pStyle->mpBackground); in PaintBorder()
540 if (mbHasCallout && pStyle->mpBottomCallout->GetNormalBitmap().is()) in PaintBorder()
542 const sal_Int32 nCalloutWidth (pStyle->mpBottomCallout->mnWidth); in PaintBorder()
543 sal_Int32 nCalloutX (maCalloutAnchor.X - pStyle->mpBottomCallout->mnXHotSpot in PaintBorder()
550 …PaintBitmap(aCenterBox, rUpdateBox, 0,+1, nCalloutX,0, false, pStyle->mpBottomCallout, pBackground… in PaintBorder()
571 PaintTitle(rsTitle, pStyle, rUpdateBox, aOuterBox, aInnerBox, false); in PaintBorder()
700 ::boost::shared_ptr<RendererPaneStyle> pStyle ( in GetRendererPaneStyle()
703 RendererPaneStyleContainer::value_type(rsResourceURL, pStyle)).first; in GetRendererPaneStyle()
847 ::boost::shared_ptr<RendererPaneStyle> pStyle (GetRendererPaneStyle(rsPaneStyleName)); in SetupClipping()
848 if (pStyle.get() == NULL) in SetupClipping()
857 pStyle->RemoveBorder(rOuterBox, drawing::framework::BorderType_TOTAL_BORDER)); in SetupClipping()