Searched refs:_pOut (Results 1 – 2 of 2) sorted by relevance
/trunk/main/editeng/source/items/ |
H A D | svxfont.cxx | 210 SvxDoCapitals( OutputDevice *_pOut, const XubString &_rTxt, in SvxDoCapitals() argument 212 : pOut(_pOut), rTxt(_rTxt), nIdx(_nIdx), nLen(_nLen) in SvxDoCapitals() 686 SvxDoGetCapitalSize( SvxFont *_pFnt, const OutputDevice *_pOut, in SvxDoGetCapitalSize() argument 689 : SvxDoCapitals( (OutputDevice*)_pOut, _rTxt, _nIdx, _nLen ), in SvxDoGetCapitalSize() 759 SvxDoDrawCapital( SvxFont *pFnt, OutputDevice *_pOut, const XubString &_rTxt, in SvxDoDrawCapital() argument 762 : SvxDoCapitals( _pOut, _rTxt, _nIdx, _nLen ), in SvxDoDrawCapital()
|
/trunk/main/sw/source/core/layout/ |
H A D | paintfrm.cxx | 1519 OutputDevice* _pOut, in lcl_implDrawGraphicBackgrd() argument 1553 if( _pOut->GetFillColor() != aColor.GetRGBColor() ) in lcl_implDrawGraphicBackgrd() 1554 _pOut->SetFillColor( aColor.GetRGBColor() ); in lcl_implDrawGraphicBackgrd() 1556 _pOut->DrawTransparent( aPoly, nTransparencyPercent ); in lcl_implDrawGraphicBackgrd() 1561 if ( _pOut->GetFillColor() != aColor ) in lcl_implDrawGraphicBackgrd() 1562 _pOut->SetFillColor( aColor ); in lcl_implDrawGraphicBackgrd() 1563 _pOut->DrawRect( _rAlignedPaintRect.SVRect() ); in lcl_implDrawGraphicBackgrd() 1568 OutputDevice* _pOut, in lcl_DrawGraphicBackgrd() argument 1583 lcl_implDrawGraphicBackgrd( _rBackgrdBrush, _pOut, _rAlignedPaintRect, _rGraphicObj ); in lcl_DrawGraphicBackgrd()
|
Completed in 68 milliseconds