Searched refs:GetPageBackgroundColor (Results 1 – 9 of 9) sorted by relevance
/aoo41x/main/svx/inc/svx/ |
H A D | svdpage.hxx | 562 Color GetPageBackgroundColor() const; 566 Color GetPageBackgroundColor( SdrPageView* pView, bool bScreenDisplay = true) const;
|
/aoo41x/main/sd/source/ui/slidesorter/view/ |
H A D | SlsPageObjectPainter.cxx | 235 rDevice.SetFillColor(pPage->GetPageBackgroundColor(NULL)); in PaintBackground() 236 rDevice.SetLineColor(pPage->GetPageBackgroundColor(NULL)); in PaintBackground()
|
/aoo41x/main/svx/source/svdraw/ |
H A D | svdpage.cxx | 1888 Color SdrPage::GetPageBackgroundColor( SdrPageView* pView, bool bScreenDisplay ) const in GetPageBackgroundColor() function in SdrPage 1918 Color SdrPage::GetPageBackgroundColor() const in GetPageBackgroundColor() function in SdrPage 1921 return GetPageBackgroundColor( NULL, true ); in GetPageBackgroundColor()
|
H A D | svdetc.cxx | 940 rCol = rPage.GetPageBackgroundColor(); in impGetSdrPageFillColor()
|
/aoo41x/main/sd/source/ui/view/ |
H A D | sdview.cxx | 539 rOutl.SetBackgroundColor( pPage->GetPageBackgroundColor(pPgView, bScreenDisplay) ); in CompleteRedraw() 802 aBackground = pObj->GetPage()->GetPageBackgroundColor(pPV); in SdrBeginTextEdit()
|
/aoo41x/main/sd/source/filter/html/ |
H A D | htmlex.cxx | 838 maBackColor = pPage->GetPageBackgroundColor(); in SetDocColors() 1123 String sTitleText( CreateTextForTitle(pOutliner,pPage, pPage->GetPageBackgroundColor()) ); in CreateHtmlTextForPresPages() 1131 aStr += CreateTextForPage( pOutliner, pPage, true, pPage->GetPageBackgroundColor() ); in CreateHtmlTextForPresPages()
|
/aoo41x/main/svx/source/unodraw/ |
H A D | UnoGraphicExporter.cxx | 677 rOutl.SetBackgroundColor( pPage->GetPageBackgroundColor() ); in GetGraphic()
|
/aoo41x/main/sd/source/ui/unoidl/ |
H A D | unomodel.cxx | 1958 rOutl.SetBackgroundColor( pPage->GetPageBackgroundColor( pPV, bScreenDisplay ) ); in render()
|
H A D | unopage.cxx | 1249 aAny <<= (sal_Bool)GetPage()->GetPageBackgroundColor().IsDark(); in getPropertyValue()
|
Completed in 185 milliseconds