Searched refs:_pDev (Results 1 – 8 of 8) sorted by relevance
/aoo4110/main/forms/source/richtext/ |
H A D | richtextimplcontrol.cxx | 592 _pDev->Push( PUSH_MAPMODE | PUSH_LINECOLOR | PUSH_FILLCOLOR ); in Draw() 596 MapMode aOriginalMapMode( _pDev->GetMapMode() ); in Draw() 598 _pDev->SetMapMode( aNormalizedMapMode ); in Draw() 605 aPos = _pDev->PixelToLogic( _rPos, aNormalizedMapMode ); in Draw() 615 Size aOnePixel( _pDev->PixelToLogic( Size( 1, 1 ) ) ); in Draw() 620 _pDev->SetLineColor(); in Draw() 621 _pDev->DrawRect( aPlayground ); in Draw() 628 _pDev->SetLineColor(); in Draw() 630 _pDev->DrawRect( aPlayground ); in Draw() 642 m_pEngine->Draw( _pDev, aPlayground, Point(), sal_True ); in Draw() [all …]
|
H A D | richtextvclcontrol.cxx | 319 …void RichTextControl::Draw( OutputDevice* _pDev, const Point& _rPos, const Size& _rSize, sal_uLong… in Draw() argument 321 m_pImpl->Draw( _pDev, _rPos, _rSize, _nFlags ); in Draw()
|
H A D | richtextvclcontrol.hxx | 114 …virtual void Draw( OutputDevice* _pDev, const Point& _rPos, const Size& _rSize, sal_uLong _…
|
H A D | richtextimplcontrol.hxx | 151 … void Draw( OutputDevice* _pDev, const Point& _rPos, const Size& _rSize, sal_uLong _nFlags );
|
/aoo4110/main/reportdesign/source/ui/inc/ |
H A D | ColorChanger.hxx | 37 ColorChanger( OutputDevice* _pDev, const Color& _rNewLineColor) in ColorChanger() argument 38 :m_pDev( _pDev ) in ColorChanger() 43 ColorChanger( OutputDevice* _pDev, const Color& _rNewLineColor, const Color& _rNewFillColor ) in ColorChanger() argument 44 :m_pDev( _pDev ) in ColorChanger() 50 …ColorChanger( OutputDevice* _pDev, const Color& _rNewLineColor, const Color& _rNewFillColor, const… in ColorChanger() argument 51 :m_pDev( _pDev ) in ColorChanger()
|
/aoo4110/main/dbaccess/source/ui/browser/ |
H A D | dataview.cxx | 76 ColorChanger( OutputDevice* _pDev, const Color& _rNewLineColor, const Color& _rNewFillColor ) in ColorChanger() argument 77 :m_pDev( _pDev ) in ColorChanger()
|
/aoo4110/main/svtools/source/control/ |
H A D | hyperlabel.cxx | 51 FontChanger( OutputDevice* _pDev, const Font& _rNewFont ) in FontChanger() argument 52 :m_pDev( _pDev ) in FontChanger()
|
H A D | roadmap.cxx | 73 ColorChanger( OutputDevice* _pDev, const Color& _rNewLineColor, const Color& _rNewFillColor ) in ColorChanger() argument 74 :m_pDev( _pDev ) in ColorChanger()
|
Completed in 52 milliseconds