Searched refs:_pOut (Results 1 – 2 of 2) sorted by relevance
/aoo4110/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()
|
/aoo4110/main/sw/source/core/layout/ |
H A D | paintfrm.cxx | 1520 OutputDevice* _pOut, in lcl_implDrawGraphicBackgrd() argument 1554 if( _pOut->GetFillColor() != aColor.GetRGBColor() ) in lcl_implDrawGraphicBackgrd() 1555 _pOut->SetFillColor( aColor.GetRGBColor() ); in lcl_implDrawGraphicBackgrd() 1557 _pOut->DrawTransparent( aPoly, nTransparencyPercent ); in lcl_implDrawGraphicBackgrd() 1562 if ( _pOut->GetFillColor() != aColor ) in lcl_implDrawGraphicBackgrd() 1563 _pOut->SetFillColor( aColor ); in lcl_implDrawGraphicBackgrd() 1564 _pOut->DrawRect( _rAlignedPaintRect.SVRect() ); in lcl_implDrawGraphicBackgrd() 1569 OutputDevice* _pOut, in lcl_DrawGraphicBackgrd() argument 1584 lcl_implDrawGraphicBackgrd( _rBackgrdBrush, _pOut, _rAlignedPaintRect, _rGraphicObj ); in lcl_DrawGraphicBackgrd()
|
Completed in 39 milliseconds