Home
last modified time | relevance | path

Searched refs:OutputDevice (Results 251 – 275 of 809) sorted by relevance

1...<<11121314151617181920>>...33

/trunk/main/vcl/source/gdi/
H A Dpdfwriter.cxx48 OutputDevice* PDFWriter::GetReferenceDevice() in GetReferenceDevice()
199 Size aSize = OutputDevice::LogicToLogic( rBitmap.GetPrefSize(), in DrawBitmap()
219 Size aSize = OutputDevice::LogicToLogic( rBitmap.GetPrefSize(), in DrawBitmapEx()
242 Size aSize = OutputDevice::LogicToLogic( rBitmap.GetPrefSize(), in DrawMask()
/trunk/main/sd/source/ui/slidesorter/view/
H A DSlideSorterView.cxx104 virtual void Paint (OutputDevice& rDevice, const Rectangle& rRepaintArea) in Paint()
126 virtual void Paint (OutputDevice& rDevice, const Rectangle& rRepaintArea) in Paint()
720 OutputDevice* pDevice, in CompleteRedraw()
779 OutputDevice& rDevice, in Paint()
/trunk/main/vcl/inc/vcl/
H A Dimgctrl.hxx50 …virtual void Draw( OutputDevice* pDev, const Point& rPos, const Size& rSize, sal_uLong nFlags );
56 …void ImplDraw( OutputDevice& rDev, sal_uLong nDrawFlags, const Point& rPos, const Size& rSize )…
H A Dgroup.hxx43 SAL_DLLPRIVATE void ImplDraw( OutputDevice* pDev, sal_uLong nDrawFlags,
57 …virtual void Draw( OutputDevice* pDev, const Point& rPos, const Size& rSize, sal_uLong nFlags );
H A Dfixbrd.hxx58 SAL_DLLPRIVATE void ImplDraw( OutputDevice* pDev, sal_uLong nDrawFlags,
67 virtual void Draw( OutputDevice* pDev, const Point& rPos, const Size& rSize, sal_uLong nFlags );
H A Dprint.hxx213 class VCL_DLLPUBLIC Printer : public OutputDevice
215 friend class OutputDevice;
273 …void DrawGradientEx( OutputDevice* pOut, const Rectangle& rRect, const Grad…
274 …void DrawGradientEx( OutputDevice* pOut, const PolyPolygon& rPolyPoly, cons…
H A Dspinfld.hxx63 …SAL_DLLPRIVATE void ImplCalcButtonAreas( OutputDevice* pDev, const Size& rOutSz, Rectangle& rDDA…
91 virtual void Draw( OutputDevice* pDev, const Point& rPos, const Size& rSize, sal_uLong nFlags );
/trunk/main/sd/source/ui/view/
H A Dclview.cxx48 OutputDevice* pOutDev, in ClientView()
97 void ClientView::CompleteRedraw(OutputDevice* pOutDev, const Region& rReg, sdr::contact::ViewObject… in CompleteRedraw()
H A DWindowUpdater.cxx111 OutputDevice* pDevice, in Update()
125 void WindowUpdater::UpdateWindow (OutputDevice* pDevice) const in UpdateWindow()
/trunk/main/editeng/source/editeng/
H A Deerdll2.hxx39 OutputDevice* pStdRefDevice;
48 OutputDevice* GetStdRefDevice();
/trunk/main/svx/source/inc/
H A Dgridcell.hxx155 void Paint(OutputDevice& rDev,
311 …virtual void PaintFieldToCell( OutputDevice& rDev, const Rectangle& rRect, const ::com::sun::star:…
312 virtual void PaintCell( OutputDevice& _rDev, const Rectangle& _rRect );
420 virtual void PaintFieldToCell( OutputDevice& _rDev, const Rectangle& _rRect,
470 virtual void PaintFieldToCell(OutputDevice& rDev, const Rectangle& rRect,
711 virtual void PaintCell(OutputDevice& rDev, const Rectangle& rRect);
850 virtual void PaintFieldToCell(OutputDevice& rDev,
886 virtual void PaintFieldToCell(OutputDevice& rDev,
1127 virtual void PaintCell(OutputDevice& rDev, const Rectangle& rRect);
/trunk/main/sd/source/ui/inc/
H A Ddrawview.hxx52 OutputDevice* pOutDev,
57 …void CompleteRedraw(OutputDevice* pOutDev, const Region& rReg, sdr::contact::ViewObjectContactRedi…
H A DPreviewRenderer.hxx34 class OutputDevice;
57 OutputDevice* pTemplate = NULL,
/trunk/main/svx/source/svdraw/
H A Dsdrpagewindow.cxx109 OutputDevice& rOutDev = rPaintWindow.GetOutputDevice(); in GetControlContainer()
224 …void impPaintStrokePolygon(const basegfx::B2DPolygon& rCandidate, OutputDevice& rOutDev, Color aCo… in impPaintStrokePolygon()
250 void impTryTest(const SdrPageView& rPageView, OutputDevice& rOutDev) in impTryTest()
H A Dsvdcrtv.cxx231 SdrCreateView::SdrCreateView(SdrModel* pModel1, OutputDevice* pOut) in SdrCreateView()
418 …View::ImpBegCreateObj(sal_uInt32 nInvent, sal_uInt16 nIdent, const Point& rPnt, OutputDevice* pOut, in ImpBegCreateObj()
560 sal_Bool SdrCreateView::BegCreateObj(const Point& rPnt, OutputDevice* pOut, short nMinMov, SdrPageV… in BegCreateObj()
580 OutputDevice* pOut, short nMinMov, SdrPageView* pPV) in BegCreateCaptionObj()
/trunk/main/sc/source/ui/inc/
H A Dgridwin.hxx265 void DrawSdrGrid( const Rectangle& rDrawingRect, OutputDevice* pContentDev );
277 …void DrawPagePreview( SCCOL nX1, SCROW nY1, SCCOL nX2, SCROW nY2, OutputDevice* pConten…
355 ScTableInfo& rTabInfo, OutputDevice* pContentDev );
/trunk/main/sw/source/core/inc/
H A Ddview.hxx29 class OutputDevice;
95 SwDrawView( SwViewImp &rI, SdrModel *pMd, OutputDevice* pOutDev=NULL );
/trunk/main/chart2/source/controller/inc/
H A DDrawViewWrapper.hxx52 DrawViewWrapper(SdrModel* pModel, OutputDevice* pOut, bool bPaintPageForEditMode);
78 …void CompleteRedraw(OutputDevice* pOut, const Region& rReg, sdr::contact::ViewObjectContactRedirec…
/trunk/main/svx/source/form/
H A Dfmvwimp.cxx898 …FormView::getFormController( const Reference< XForm >& _rxForm, const OutputDevice& _rDevice ) con… in getFormController()
1220 OutputDevice* pOutDev = NULL; in implCreateFieldControl()
1222 pOutDev = const_cast<OutputDevice*>(m_pView->GetActualOutDev()); in implCreateFieldControl()
1373 OutputDevice* pOutDev = NULL; in implCreateXFormsControl()
1375 pOutDev = const_cast<OutputDevice*>(m_pView->GetActualOutDev()); in implCreateXFormsControl()
1486 bool FmXFormView::createControlLabelPair( OutputDevice& _rOutDev, sal_Int32 _nXOffsetMM, sal_Int32 … in createControlLabelPair()
1515OutputDevice& _rOutDev, sal_Int32 _nXOffsetMM, sal_Int32 _nYOffsetMM, const Reference< XPropertySe… in createControlLabelPair()
/trunk/main/svx/inc/svx/
H A Dsvdobj.hxx179 OutputDevice* pOut;
239 …virtual void PaintMacro (OutputDevice& rOut, const Rectangle& rDirtyRect, const SdrObjMacroHitRec&…
674 sal_Bool SingleObjectPainter(OutputDevice& rOut) const;
890 …virtual void PaintMacro (OutputDevice& rOut, const Rectangle& rDirtyRect, const SdrObjMacroHitRec&…
/trunk/main/sw/source/core/bastyp/
H A Dswtypes.cxx90 Size GetGraphicSizeTwip( const Graphic& rGraphic, OutputDevice* pOutDev ) in GetGraphicSizeTwip()
101 aSize = OutputDevice::LogicToLogic( aSize, in GetGraphicSizeTwip()
/trunk/main/svx/inc/svx/sdr/contact/
H A Dobjectcontact.hxx37 class OutputDevice;
208 virtual OutputDevice* TryToGetOutputDevice() const;
/trunk/main/sc/inc/
H A Dtable.hxx430 void ExtendPrintArea( OutputDevice* pDev,
580 OutputDevice* pDev,
617 sal_uInt16 GetOptimalColWidth( SCCOL nCol, OutputDevice* pDev,
623 OutputDevice* pDev,
629 OutputDevice* pDev,
899 …void MaybeAddExtraColumn(SCCOL& rCol, SCROW nRow, OutputDevice* pDev, double nPPTX, double …
/trunk/main/canvas/source/vcl/
H A Dcanvascustomsprite.hxx113 virtual void redraw( OutputDevice& rOutDev,
115 virtual void redraw( OutputDevice& rOutDev,
/trunk/main/svx/source/sidebar/line/
H A DLineStyleValueSet.cxx61 OutputDevice* pDev = rUDEvt.GetDevice(); in UserDraw()
93 Font aFont(OutputDevice::GetDefaultFont( in UserDraw()

Completed in 131 milliseconds

1...<<11121314151617181920>>...33