Lines Matching refs:pOut

2012 								   sal_Bool bCursored, OutputDevice* pOut )  in PaintEmphasis()  argument
2018 if( !pOut ) in PaintEmphasis()
2019 pOut = pView; in PaintEmphasis()
2022 Color aOldFillColor = pOut->GetFillColor(); in PaintEmphasis()
2023 Color aOldLineColor = pOut->GetLineColor(); in PaintEmphasis()
2025 const StyleSettings& rStyleSettings = pOut->GetSettings().GetStyleSettings(); in PaintEmphasis()
2035 aNewColor = pOut->GetBackground().GetColor(); in PaintEmphasis()
2041 pOut->SetLineColor( Color( COL_BLACK ) ); in PaintEmphasis()
2043 pOut->SetFillColor( aNewColor ); in PaintEmphasis()
2044 pOut->DrawRect( rRect ); in PaintEmphasis()
2045 pOut->SetFillColor( aOldFillColor ); in PaintEmphasis()
2046 pOut->SetLineColor( aOldLineColor ); in PaintEmphasis()
2051 OutputDevice* pOut ) in PaintItem() argument
2056 DrawText( pOut, rRect, rStr, DRAWTEXT_FLAGS ); in PaintItem()
2066 pItem->Paint( aPos, *(SvLBox*)pOut, 0, pEntry ); in PaintItem()
2071 SvIcnVwDataEntry* pViewData, OutputDevice* pOut ) in PaintEntry() argument
2076 if( !pOut ) in PaintEntry()
2077 pOut = pView; in PaintEntry()
2091 Font aTempFont( pOut->GetFont() ); in PaintEntry()
2096 const StyleSettings& rStyleSettings = pOut->GetSettings().GetStyleSettings(); in PaintEntry()
2099 pOut->SetFont( aNewFont ); in PaintEntry()
2108 PaintEmphasis( aBmpRect, bSelected, bCursored, pOut ); in PaintEntry()
2110 PAINTFLAG_HOR_CENTERED | PAINTFLAG_VER_CENTERED, pOut ); in PaintEntry()
2111 PaintEmphasis( aTextRect, bSelected, sal_False, pOut ); in PaintEntry()
2112 PaintItem( aTextRect, pStringItem, pEntry, PAINTFLAG_HOR_CENTERED, pOut ); in PaintEntry()
2117 PaintEmphasis( aBmpRect, bSelected, bCursored, pOut ); in PaintEntry()
2118 PaintItem( aBmpRect, pBmpItem, pEntry, PAINTFLAG_VER_CENTERED, pOut ); in PaintEntry()
2119 PaintEmphasis( aTextRect, bSelected, sal_False, pOut ); in PaintEntry()
2120 PaintItem( aTextRect, pStringItem, pEntry,PAINTFLAG_VER_CENTERED, pOut ); in PaintEntry()
2124 PaintEmphasis( aTextRect, bSelected, bCursored, pOut ); in PaintEntry()
2125 PaintItem( aTextRect, pStringItem, pEntry, PAINTFLAG_VER_CENTERED, pOut ); in PaintEntry()
2128 pOut->SetFont( aTempFont ); in PaintEntry()