Home
last modified time | relevance | path

Searched refs:pDev (Results 101 – 125 of 130) sorted by relevance

123456

/trunk/main/svtools/inc/svtools/
H A Dctrltool.hxx176 SVT_DLLPRIVATE void ImplInsertFonts( OutputDevice* pDev, sal_Bool bAll,
H A Dsvmedit.hxx133 void Draw( OutputDevice* pDev, const Point& rPos, const Size& rSize, sal_uLong nFlags );
H A Dtexteng.hxx318 void Draw( OutputDevice* pDev, const Point& rPos );
H A Deditbrowsebox.hxx301 virtual void Draw( OutputDevice* pDev, const Point& rPos, const Size& rSize, sal_uLong nFlags );
H A Dbrwbox.hxx452 virtual void Draw( OutputDevice* pDev, const Point& rPos, const Size& rSize, sal_uLong nFlags );
/trunk/main/vcl/inc/
H A Dimage.h57 …void Draw( sal_uInt16 nPos, OutputDevice* pDev, const Point& rPos, sal_uInt16 nStyle, const Size*…
H A Doutfont.hxx267 void ImplInitTextLineSize( const OutputDevice* pDev );
/trunk/main/sc/source/ui/inc/
H A Dtransobj.hxx72 static void PaintToDev( OutputDevice* pDev, ScDocument* pDoc, double nPrintFactor,
H A Ddrawview.hxx41 OutputDevice* pDev; //! noetig ? member in ScDrawView
H A Doutput.hxx82 OutputDevice* pDev; // Device member in ScOutputData
/trunk/main/sc/source/ui/view/
H A Ddrawvie3.cxx54 pDev( pOut ), in ScDrawView()
/trunk/main/vcl/inc/vcl/
H A Dscrbar.hxx104 …virtual void Draw( OutputDevice* pDev, const Point& rPos, const Size& rSize, sal_uLong nFlags );
H A Dcombobox.hxx90 …virtual void Draw( OutputDevice* pDev, const Point& rPos, const Size& rSize, sal_uLong nFlags );
H A Dlstbox.hxx90 …virtual void Draw( OutputDevice* pDev, const Point& rPos, const Size& rSize, sal_uLong nFlags …
H A Dedit.hxx163 virtual void Draw( OutputDevice* pDev, const Point& rPos, const Size& rSize, sal_uLong nFlags );
/trunk/main/vcl/aqua/source/gdi/
H A Dsalgdi.cxx370 NSDictionary* pDev = [pScreen deviceDescription]; in initResolution() local
371 if( pDev ) in initResolution()
373 NSNumber* pVal = [pDev objectForKey: @"NSScreenNumber"]; in initResolution()
/trunk/main/svtools/source/control/
H A Dcalendar.cxx735 static void ImplDrawSpinArrow( OutputDevice* pDev, const Rectangle& rRect, in ImplDrawSpinArrow() argument
760 pDev->DrawRect( aRect ); in ImplDrawSpinArrow()
775 pDev->DrawRect( aRect ); in ImplDrawSpinArrow()
/trunk/main/filter/source/msfilter/
H A Dsvdfppt.cxx523 OutputDevice* pDev = (OutputDevice*)Application::GetDefaultDevice(); in operator >>() local
524 rAtom.bAvailable = pDev->IsFontAvailable( rAtom.aName ); in operator >>()
1404 OutputDevice* pDev = (OutputDevice*)Application::GetDefaultDevice(); in CheckWingdings() local
1405 …((SdrEscherImport*)this)->bWingdingsAvailable = pDev->IsFontAvailable( String( RTL_CONSTASCII_USTR… in CheckWingdings()
1411 OutputDevice* pDev = (OutputDevice*)Application::GetDefaultDevice(); in CheckMonotypeSorts() local
1412 …((SdrEscherImport*)this)->bMonotypeSortsAvailable = pDev->IsFontAvailable( String( RTL_CONSTASCII_… in CheckMonotypeSorts()
1418 OutputDevice* pDev = (OutputDevice*)Application::GetDefaultDevice(); in CheckTimesNewRoman() local
1419 …((SdrEscherImport*)this)->bTimesNewRomanAvailable = pDev->IsFontAvailable( String( RTL_CONSTASCII_… in CheckTimesNewRoman()
/trunk/main/svx/source/svdraw/
H A Dsvdmodel.cxx883 void SdrModel::SetRefDevice(OutputDevice* pDev) in SetRefDevice() argument
885 pRefOutDev=pDev; in SetRefDevice()
/trunk/main/cui/source/dialogs/
H A Dhangulhanjadlg.cxx334 OutputDevice* pDev = rUDEvt.GetDevice(); in UserDraw() local
339 pDev->DrawText( aRect, sText, TEXT_DRAW_CENTER | TEXT_DRAW_VCENTER ); in UserDraw()
/trunk/main/sc/inc/
H A Dglobal.hxx622 static void UpdatePPT(OutputDevice* pDev);
/trunk/main/svx/inc/svx/
H A Dsvdmodel.hxx373 void SetRefDevice(OutputDevice* pDev);
/trunk/main/sc/source/core/data/
H A Ddocumen3.cxx2019 void ScDocument::ExtendPrintArea( OutputDevice* pDev, SCTAB nTab, in ExtendPrintArea() argument
2023 pTab[nTab]->ExtendPrintArea( pDev, nStartCol, nStartRow, rEndCol, nEndRow ); in ExtendPrintArea()
/trunk/main/vcl/source/window/
H A Dwindow.cxx10037 void Window::PaintToDevice( OutputDevice* pDev, const Point& rPos, const Size& /*rSize*/ ) in PaintToDevice() argument
10041 DBG_ASSERT( ! pDev->ImplHasMirroredGraphics(), "PaintToDevice to mirroring graphics" ); in PaintToDevice()
10042 DBG_ASSERT( ! pDev->IsRTLEnabled(), "PaintToDevice to mirroring device" ); in PaintToDevice()
10045 Point aPos = pDev->LogicToPixel( rPos ); in PaintToDevice()
10064 mpWindowImpl->mpBorderWindow->ImplPaintToDevice( pDev, rPos ); in PaintToDevice()
10066 ImplPaintToDevice( pDev, rPos ); in PaintToDevice()
/trunk/main/sfx2/inc/sfx2/
H A Dobjsh.hxx746 SAL_DLLPRIVATE void DoDraw_Impl( OutputDevice* pDev,

Completed in 238 milliseconds

123456