Home
last modified time | relevance | path

Searched refs:GetBackground (Results 1 – 25 of 108) sorted by relevance

12345

/trunk/main/sd/source/ui/slidesorter/view/
H A DSlsPageObjectPainter.cxx429 return GetBackground( in GetBackgroundForState()
437 return GetBackground( in GetBackgroundForState()
444 return GetBackground( in GetBackgroundForState()
451 return GetBackground( in GetBackgroundForState()
458 return GetBackground( in GetBackgroundForState()
465 return GetBackground( in GetBackgroundForState()
473 return GetBackground( in GetBackgroundForState()
484 Bitmap& PageObjectPainter::GetBackground( in GetBackground() function in sd::slidesorter::view::PageObjectPainter
/trunk/main/svtools/source/contnr/
H A Dimivctl1.cxx1584 Wallpaper aPaper( pView->GetBackground() ); in AdjustScrollBars()
1618 Wallpaper aPaper( pView->GetBackground() ); in Resize()
1797 pOut->SetFillColor( pOut->GetBackground().GetColor() ); in PaintEmphasis()
1864 Color aBkgColor( pOut->GetBackground().GetColor() ); in PaintItem()
1914 Wallpaper aPaper( pView->GetBackground() ); in PaintEntryVirtOutDev()
2004 pOut->SetFillColor( pOut->GetBackground().GetColor() ); in PaintEntry()
2883 sal_Bool bScrollable = pView->GetBackground().IsScrollable(); in MakeVisible()
2887 Wallpaper aPaper( pView->GetBackground() ); in MakeVisible()
3609 Color aBkgColor ( pView->GetBackground().GetColor() ); in ShowFocus()
3905 Color aColor( pParent->GetBackground().GetColor() ); in IcnViewEdit_Impl()
[all …]
H A Dsvlbox.cxx84 Color aColor( pParent->GetBackground().GetColor() ); in DBG_NAME()
87 SetBackground( pParent->GetBackground() ); in DBG_NAME()
285 Color aColor( pParent->GetBackground().GetColor() ); in SvInplaceEdit2()
288 pEdit->SetBackground( pParent->GetBackground() ); in SvInplaceEdit2()
/trunk/main/vcl/source/window/
H A Dtabpage.cxx78 SetBackground( pParent->GetBackground() ); in ImplInitSettings()
168 Wallpaper aWallpaper = GetBackground(); in Draw()
/trunk/main/vcl/source/control/
H A Dfixed.cxx146 SetBackground( pParent->GetBackground() ); in ImplInitSettings()
486 SetBackground( pParent->GetBackground() ); in ImplInitSettings()
728 SetBackground( pParent->GetBackground() ); in ImplInitSettings()
973 SetBackground( pParent->GetBackground() ); in ImplInitSettings()
H A Dfixbrd.cxx81 SetBackground( pParent->GetBackground() ); in ImplInitSettings()
/trunk/main/svtools/source/brwbox/
H A Dbrwbox1.cxx517 if( pDataWin->GetBackground().IsScrollable() ) in SetColumnPos()
739 if( GetBackground().IsScrollable() ) in SetColumnWidth()
1019 sal_Bool bScrollable = pDataWin->GetBackground().IsScrollable(); in ScrollColumns()
1190 if( pDataWin->GetBackground().IsScrollable() && in ScrollRows()
1339 if( pDataWin->GetBackground().IsScrollable() ) in RowInserted()
1484 if( pDataWin->GetBackground().IsScrollable() ) in RowRemoved()
/trunk/main/sw/source/ui/dialog/
H A Duiregionsw.cxx193 SvxBrushItem& GetBackground() { return m_Brush; } in GetBackground() function in SectRepr
234 m_Brush = pFmt->GetBackground(); in SV_IMPL_OP_PTRARR_SORT()
884 if( pFmt->GetBackground(sal_False) != pRepr->GetBackground() ) in IMPL_LINK()
885 pSet->Put( pRepr->GetBackground() ); in IMPL_LINK()
1194 aSet.Put( pSectRepr->GetBackground() ); in IMPL_LINK()
1253 pRepr->GetBackground() = *(SvxBrushItem*)pBrushItem; in IMPL_LINK()
/trunk/main/sw/source/filter/inc/
H A Dwrtswtbl.hxx91 const SvxBrushItem *GetBackground() const { return pBackground; } in GetBackground() function in SwWriteTableCell
145 const SvxBrushItem *GetBackground() const { return pBackground; } in GetBackground() function in SwWriteTableRow
/trunk/main/sw/source/filter/html/
H A Dhtmltabw.cxx156 rBox.GetFrmFmt()->GetBackground(); in HasTabBackground()
188 const SvxBrushItem& rBrushItem = rLine.GetFrmFmt()->GetBackground(); in HasTabBackground()
425 pBrushItem = pCell->GetBackground(); in OutTableCell()
923 OutTableCells( rWrt, pRow2->GetCells(), pRow2->GetBackground() ); in Write()
H A Dcss1atr.cxx2360 if( OutCSS1_FrmFmtBrush( *this, rFrmFmt.GetBackground() ) ) in OutCSS1_FrmFmtBackground()
2377 rNode.GetCntntNode()->GetSwAttrSet().GetBackground()) ) in OutCSS1_FrmFmtBackground()
2390 pBox->GetFrmFmt()->GetBackground() ) ) in OutCSS1_FrmFmtBackground()
2398 pLine->GetFrmFmt()->GetBackground() ) ) in OutCSS1_FrmFmtBackground()
2406 pTableNd->GetTable().GetFrmFmt()->GetBackground() ) ) in OutCSS1_FrmFmtBackground()
2426 pCurrPageDesc->GetMaster().GetBackground() ) ) in OutCSS1_FrmFmtBackground()
/trunk/main/svtools/source/dialogs/
H A Dproperty.cxx454 Wallpaper aWall = GetBackground(); in SvPropertyLine()
473 Wallpaper aWall = GetBackground(); in SvPropertyLine()
687 Wallpaper aWall = aPlayGround.GetBackground(); in SvListBoxForProperties()
709 Wallpaper aWall = aPlayGround.GetBackground(); in SvListBoxForProperties()
/trunk/main/sc/source/core/tool/
H A Dautoform.cxx560 case ATTR_BACKGROUND: return &rField.GetBackground(); in GetItem()
675 && (rField1.GetBackground() == rField2.GetBackground()); in IsEqualData()
752 rItemSet.Put( rField.GetBackground() ); in FillToItemSet()
/trunk/main/sw/source/core/attr/
H A Dformat.cxx842 const SvxBrushItem& SwFmt::GetBackground(sal_Bool bInP) const in GetBackground() function in SwFmt
859 return aSet.GetBackground(bInP); in GetBackground()
/trunk/main/sw/source/core/layout/
H A Datrfrm.cxx3110 if ( (GetBackground().GetColor().GetTransparency() != 0) && in IsBackgroundTransparent()
3111 (GetBackground().GetColor() != COL_TRANSPARENT) in IsBackgroundTransparent()
3119 static_cast<const GraphicObject*>(GetBackground().GetGraphicObject()); in IsBackgroundTransparent()
3150 else if ( (GetBackground().GetColor() == COL_TRANSPARENT) && in IsBackgroundBrushInherited()
3151 !(GetBackground().GetGraphicObject()) ) in IsBackgroundBrushInherited()
/trunk/main/extensions/source/propctrlr/
H A Dbrowserpage.cxx46 m_aListBox.SetBackground(GetBackground()); in OBrowserPage()
/trunk/main/xmlsecurity/source/dialogs/
H A Dstbcontrl.cxx175 pDev->SetFillColor( pDev->GetBackground().GetColor() ); in Paint()
/trunk/main/sd/source/ui/slidesorter/inc/view/
H A DSlsPageObjectPainter.hxx117 Bitmap& GetBackground(
/trunk/main/sw/inc/
H A Dfrmatr.hxx52 inline const SvxBrushItem &SwAttrSet::GetBackground(sal_Bool bInP) const in GetBackground() function in SwAttrSet
/trunk/main/sw/source/core/docnode/
H A Dndtbl1.cxx529 rToFill = ((SwTableLine*)aRowArr[0])->GetFrmFmt()->GetBackground(); in GetRowBackground()
533 if ( rToFill != ((SwTableLine*)aRowArr[i])->GetFrmFmt()->GetBackground() ) in GetRowBackground()
1184 aBoxes[i]->GetFrmFmt()->GetBackground(); in GetBoxAttr()
/trunk/main/svx/source/svdraw/
H A Dsvdetc.cxx344 aBckgrdColor( rOut.GetBackground().GetColor() ), in ImpColorMerk()
355 aBckgrdColor = rOut.GetBackground().GetColor(); in ImpColorMerk()
/trunk/main/svtools/source/control/
H A Dprgsbar.cxx128 if ( aColor.IsRGBEqual( GetBackground().GetColor() ) ) in ImplInitSettings()
/trunk/main/svx/source/stbctrls/
H A Dxmlsecctrl.cxx175 pDev->SetFillColor( pDev->GetBackground().GetColor() ); in Paint()
/trunk/main/svx/source/tbxctrls/
H A Dtbxcolorupdate.cxx107 else if( mpTbx->GetBackground().GetColor().IsDark() ) in Update()
/trunk/main/basic/source/runtime/
H A Dinputbox.cxx78 Color aColor( GetBackground().GetColor() ); in SvRTLInputBox()

Completed in 135 milliseconds

12345