/aoo41x/main/sw/source/filter/inc/ |
H A D | wrtswtbl.hxx | 56 const SvxBrushItem *pBackground; // geerbter Hintergrund einer Zeile member in SwWriteTableCell 75 : pBox( pB ), pBackground( pBGround ), nHeight( nHght ), nWidthOpt( 0 ), in SwWriteTableCell() 91 const SvxBrushItem *GetBackground() const { return pBackground; } in GetBackground() 111 const SvxBrushItem *pBackground;// Hintergrund member in SwWriteTableRow 139 const SvxBrushItem *pBackground ); 143 pBackground = pBGround; in SetBackground() 145 const SvxBrushItem *GetBackground() const { return pBackground; } in GetBackground()
|
/aoo41x/main/sc/source/ui/view/ |
H A D | output.cxx | 730 return pBackground; in lcl_FindBackground() 757 if ( rFirst.pCellInfo[nX+1].pBackground != rOther.pCellInfo[nX+1].pBackground ) in lcl_EqualBack() 833 const SvxBrushItem* pBackground; in DrawBackground() local 841 pBackground = ScGlobal::GetEmptyBrushItem(); in DrawBackground() 856 pBackground = NULL; in DrawBackground() 859 pBackground = pInfo->pBackground; in DrawBackground() 872 if ( pBackground != pOldBackground ) in DrawBackground() 887 pOldBackground = pBackground; in DrawBackground() 1532 const SvxBrushItem* pBackground = pInfo->pBackground; in DrawRotatedFrame() local 1533 if (!pBackground) in DrawRotatedFrame() [all …]
|
H A D | printfun.cxx | 1248 const SvxBoxItem* pBorderData, const SvxBrushItem* pBackground, in DrawBorder() argument 1258 if (!pBorderData && !pBackground && !pShadow) in DrawBorder() 1294 if ( pBackground && !bCellContrast ) in DrawBorder() 1297 if (pBackground->GetGraphicPos() != GPOS_NONE) in DrawBorder() 1305 lcl_DrawGraphic( *pBackground, pDev, pRefDev, aFrameRect, aFrameRect ); in DrawBorder() 1309 pDev->SetFillColor(pBackground->GetColor()); in DrawBorder()
|
/aoo41x/main/sdext/source/presenter/ |
H A D | PresenterPaneBorderPainter.cxx | 531 SharedBitmapDescriptor pBackground (pStyle->mpBackground); in PaintBorder() local 535 pTopLeft->mnXOffset, pTopRight->mnXOffset, true, pTop, pBackground); in PaintBorder() 537 pTopLeft->mnYOffset, pBottomLeft->mnYOffset, true, pLeft, pBackground); in PaintBorder() 539 pTopRight->mnYOffset, pBottomRight->mnYOffset, true, pRight, pBackground); in PaintBorder() 553 pBottomLeft->mnXOffset, nCalloutX-aCenterBox.Width, true, pBottom, pBackground); in PaintBorder() 555 nCalloutX+nCalloutWidth, pBottomRight->mnXOffset, true, pBottom, pBackground); in PaintBorder() 561 pBottomLeft->mnXOffset, pBottomRight->mnXOffset, true, pBottom, pBackground); in PaintBorder() 565 PaintBitmap(aCenterBox, rUpdateBox, -1,-1, 0,0, false, pTopLeft, pBackground); in PaintBorder() 566 PaintBitmap(aCenterBox, rUpdateBox, +1,-1, 0,0, false, pTopRight, pBackground); in PaintBorder() 567 PaintBitmap(aCenterBox, rUpdateBox, -1,+1, 0,0, false, pBottomLeft, pBackground); in PaintBorder() [all …]
|
H A D | PresenterTheme.cxx | 1238 SharedBitmapDescriptor pBackground (PresenterBitmapContainer::LoadBitmap( in ProcessViewStyle() local 1244 if (pBackground.get() != NULL && pBackground->GetNormalBitmap().is()) in ProcessViewStyle() 1245 pStyle->mpBackground = pBackground; in ProcessViewStyle()
|
/aoo41x/main/sc/source/core/data/ |
H A D | fillinfo.cxx | 335 pInfo->pBackground = NULL; //! weglassen? in FillInfo() 435 const SvxBrushItem* pBackground = (const SvxBrushItem*) in FillInfo() local 489 if (pBackground != pDefBackground) // Spalten-HG == Standard ? in FillInfo() 497 pInfo->pBackground = pBackground; in FillInfo() 522 pInfo->pBackground = ScGlobal::GetButtonBrushItem(); in FillInfo() 527 pInfo->pBackground = ScGlobal::GetEmbeddedBrushItem(); in FillInfo() 650 pInfo->pBackground = (const SvxBrushItem*) pItem; in FillInfo() 710 pInfo->pBackground = (const SvxBrushItem*) pItem; in FillInfo()
|
/aoo41x/main/editeng/source/editeng/ |
H A D | impedit.cxx | 1496 Point(0,0), pDragAndDropInfo->aCurSavedCursor.GetSize(),*pDragAndDropInfo->pBackground ); in HideDDCursor() 1518 if ( !pDragAndDropInfo->pBackground ) in ShowDDCursor() 1520 pDragAndDropInfo->pBackground = new VirtualDevice( *GetWindow() ); in ShowDDCursor() 1523 pDragAndDropInfo->pBackground->SetMapMode( aMapMode ); in ShowDDCursor() 1528 Size aCurSzPx( pDragAndDropInfo->pBackground->GetOutputSizePixel() ); in ShowDDCursor() 1531 sal_Bool bDone = pDragAndDropInfo->pBackground->SetOutputSizePixel( aNewSzPx ); in ShowDDCursor() 1538 pDragAndDropInfo->pBackground->DrawOutDev( Point(0,0), aSaveRec.GetSize(), in ShowDDCursor()
|
H A D | impedit.hxx | 121 VirtualDevice* pBackground; member 133 pBackground = NULL; bVisCursor = sal_False; bDroppedInMe = sal_False; bStarterOfDD = sal_False; in DragAndDropInfo()
|
/aoo41x/main/sc/inc/ |
H A D | fillinfo.hxx | 70 const SvxBrushItem* pBackground; member
|
/aoo41x/main/sd/source/ui/unoidl/ |
H A D | unopage.cxx | 2547 SdUnoPageBackground* pBackground = new SdUnoPageBackground(); in setBackground() local 2550 Reference< beans::XPropertySet > xDestSet( (beans::XPropertySet*)pBackground ); in setBackground() 2567 pBackground->fillItemSet( (SdDrawDocument*)GetPage()->GetModel(), aSet ); in setBackground() 2955 SdUnoPageBackground* pBackground = new SdUnoPageBackground(); in setBackground() local 2958 Reference< beans::XPropertySet > xDestSet( (beans::XPropertySet*)pBackground ); in setBackground() 2974 pBackground->fillItemSet( (SdDrawDocument*)SvxFmDrawPage::mpPage->GetModel(), aSet ); in setBackground()
|
/aoo41x/main/sc/source/ui/inc/ |
H A D | printfun.hxx | 347 const SvxBrushItem* pBackground,
|
/aoo41x/main/sw/source/filter/writer/ |
H A D | wrtswtbl.cxx | 69 : pBackground(0), nPos(nPosition), mbUseLayoutHeights(bUseLayoutHeights), in SwWriteTableRow()
|