Home
last modified time | relevance | path

Searched refs:pBackground (Results 1 – 12 of 12) sorted by relevance

/trunk/main/sc/source/ui/view/
H A Doutput.cxx730 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 Dprintfun.cxx1248 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()
/trunk/main/sw/source/filter/inc/
H A Dwrtswtbl.hxx56 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()
/trunk/main/sdext/source/presenter/
H A DPresenterPaneBorderPainter.cxx531 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 DPresenterTheme.cxx1238 SharedBitmapDescriptor pBackground (PresenterBitmapContainer::LoadBitmap( in ProcessViewStyle() local
1244 if (pBackground.get() != NULL && pBackground->GetNormalBitmap().is()) in ProcessViewStyle()
1245 pStyle->mpBackground = pBackground; in ProcessViewStyle()
/trunk/main/sc/source/core/data/
H A Dfillinfo.cxx335 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()
/trunk/main/editeng/source/editeng/
H A Dimpedit.cxx1496 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 Dimpedit.hxx121 VirtualDevice* pBackground; member
133 pBackground = NULL; bVisCursor = sal_False; bDroppedInMe = sal_False; bStarterOfDD = sal_False; in DragAndDropInfo()
/trunk/main/sd/source/ui/unoidl/
H A Dunopage.cxx2547 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()
/trunk/main/sc/inc/
H A Dfillinfo.hxx70 const SvxBrushItem* pBackground; member
/trunk/main/sc/source/ui/inc/
H A Dprintfun.hxx347 const SvxBrushItem* pBackground,
/trunk/main/sw/source/filter/writer/
H A Dwrtswtbl.cxx69 : pBackground(0), nPos(nPosition), mbUseLayoutHeights(bUseLayoutHeights), in SwWriteTableRow()

Completed in 97 milliseconds