Home
last modified time | relevance | path

Searched refs:OutputDevice (Results 26 – 50 of 809) sorted by relevance

12345678910>>...33

/trunk/main/svtools/source/inc/
H A Dsgvmain.hxx129 virtual void Draw(OutputDevice& rOut);
146 virtual void Draw(OutputDevice& rOut);
159 virtual void Draw(OutputDevice& rOut);
176 virtual void Draw(OutputDevice& rOut);
192 virtual void Draw(OutputDevice& rOut);
209 virtual void Draw(OutputDevice& rOut);
227 virtual void Draw(OutputDevice& rOut);
253 virtual void Draw(OutputDevice& rOut);
285 virtual void Draw(OutputDevice& rOut);
305 void SetLine(ObjLineType& rLine, OutputDevice& rOut);
[all …]
/trunk/main/svx/inc/svx/
H A Dsdrpaintwindow.hxx49 OutputDevice& mrOutputDevice;
55 SdrPreRenderDevice(OutputDevice& rOriginal);
61 OutputDevice& GetOriginalOutputDevice() const { return mrOutputDevice; } in GetOriginalOutputDevice()
62 OutputDevice& GetPreRenderDevice() { return maPreRenderDevice; } in GetPreRenderDevice()
71 OutputDevice& mrOutputDevice;
100 SdrPaintWindow(SdrPaintView& rNewPaintView, OutputDevice& rOut);
105 OutputDevice& GetOutputDevice() const { return mrOutputDevice; } in GetOutputDevice()
143OutputDevice& GetTargetOutputDevice() { if(mpPreRenderDevice) return mpPreRenderDevice->GetPreRend… in GetTargetOutputDevice()
H A Dfmview.hxx34 class OutputDevice;
65 FmFormView(FmFormModel* pModel, OutputDevice* pOut = 0L);
85 virtual void AddWindowToPaintView(OutputDevice* pNewWin);
86 virtual void DeleteWindowFromPaintView(OutputDevice* pOldWin);
89 OutputDevice* _pOutDev,
124 …star::uno::Reference< ::com::sun::star::form::XForm >& _rxForm, const OutputDevice& _rDevice ) con…
148 virtual SdrPaintWindow* BeginCompleteRedraw(OutputDevice* pOut);
151 SVX_DLLPRIVATE const OutputDevice* GetActualOutDev() const {return pActualOutDev;} in GetActualOutDev()
H A Dframelink.hxx33 class OutputDevice;
483 OutputDevice& rDev, /// The output device used to draw the frame border.
515 OutputDevice& rDev, /// The output device used to draw the frame border.
543 OutputDevice& rDev, /// The output device used to draw the frame border.
600 OutputDevice& rDev, /// The output device used to draw the frame border.
632 OutputDevice& rDev, /// The output device used to draw the frame border.
660 OutputDevice& rDev, /// The output device used to draw the frame border.
679 OutputDevice& rDev, /// The output device used to draw the frame border.
695 OutputDevice& rDev, /// The output device used to draw the frame border.
/trunk/main/svx/source/sdr/contact/
H A Dviewobjectcontactofunocontrol.cxx417 getControlContainer( const OutputDevice& _rDevice ) const = 0;
437 getControlContainer( const OutputDevice& _rDevice ) const;
480 getControlContainer( const OutputDevice& _rDevice ) const;
528 getControlContainer( const OutputDevice& _rDevice ) const;
582 const OutputDevice* m_pOutputDeviceForWindow;
674 const OutputDevice& _rDevice,
854 const OutputDevice& _rDevice,
868 const OutputDevice& impl_getOutputDevice_throw() const;
965 const OutputDevice& rPageViewDevice( impl_getOutputDevice_throw() ); in DBG_NAME()
1086 const OutputDevice& rDevice( impl_getOutputDevice_throw() ); in ensureControl()
[all …]
/trunk/main/svx/source/dialog/
H A Dframelink.cxx880 OutputDevice& rDev, in lclDrawHorLine()
935 OutputDevice& rDev, in lclDrawVerLine()
1108 OutputDevice& rDev, const Rectangle& rRect, bool bTLBR, in lclDrawDiagLine()
1172 OutputDevice& rDev, const Rectangle& rRect, in lclDrawDiagFrameBorders()
1400 void DrawHorFrameBorder( OutputDevice& rDev, in DrawHorFrameBorder()
1416 void DrawHorFrameBorder( OutputDevice& rDev, in DrawHorFrameBorder()
1431 void DrawHorFrameBorder( OutputDevice& rDev, in DrawHorFrameBorder()
1440 void DrawVerFrameBorder( OutputDevice& rDev, in DrawVerFrameBorder()
1456 void DrawVerFrameBorder( OutputDevice& rDev, in DrawVerFrameBorder()
1471 void DrawVerFrameBorder( OutputDevice& rDev, in DrawVerFrameBorder()
[all …]
/trunk/main/vcl/source/gdi/
H A Doutdev6.cxx54 DBG_NAMEEX( OutputDevice ) in DBG_NAMEEX() argument
61 DBG_CHKTHIS( OutputDevice, ImplDbgCheckOutputDevice ); in DBG_NAMEEX()
160 DBG_CHKTHIS( OutputDevice, ImplDbgCheckOutputDevice ); in DrawTransparent()
235 DBG_CHKTHIS( OutputDevice, ImplDbgCheckOutputDevice ); in DrawTransparent()
638 DBG_CHKTHIS( OutputDevice, ImplDbgCheckOutputDevice ); in DrawTransparent()
677 ((OutputDevice*)pVDev)->mnDPIX = mnDPIX; in DrawTransparent()
678 ((OutputDevice*)pVDev)->mnDPIY = mnDPIY; in DrawTransparent()
792 void OutputDevice::ImplDrawColorWallpaper( long nX, long nY, in ImplDrawColorWallpaper()
1104 void OutputDevice::ImplDrawWallpaper( long nX, long nY, in ImplDrawWallpaper()
1118 void OutputDevice::DrawWallpaper( const Rectangle& rRect, in DrawWallpaper()
[all …]
H A Dtextlayout.cxx96 …ReferenceDeviceTextLayout( const Control& _rControl, OutputDevice& _rTargetDevice, OutputDevice& _…
122 OutputDevice& m_rTargetDevice;
123 OutputDevice& m_rReferenceDevice;
134 …ReferenceDeviceTextLayout::ReferenceDeviceTextLayout( const Control& _rControl, OutputDevice& _rTa… in ReferenceDeviceTextLayout()
135 OutputDevice& _rReferenceDevice ) in ReferenceDeviceTextLayout()
174 aRefFont.SetSize( OutputDevice::LogicToLogic( in ReferenceDeviceTextLayout()
364 …nderer::ControlTextRenderer( const Control& _rControl, OutputDevice& _rTargetDevice, OutputDevice&… in ControlTextRenderer()
H A Dgraph.cxx56 static void ImplDrawDefault( OutputDevice* pOutDev, const UniString* pText, in ImplDrawDefault()
532 Size Graphic::GetSizePixel( const OutputDevice* pRefDevice ) const in GetSizePixel()
553 void Graphic::Draw( OutputDevice* pOutDev, const Point& rDestPt ) const in Draw()
560 void Graphic::Draw( OutputDevice* pOutDev, in Draw()
571 void Graphic::Draw( OutputDevice* pOutDev, const String& rText, in Draw()
580 void Graphic::DrawEx( OutputDevice* pOutDev, const String& rText, in DrawEx()
589 void Graphic::StartAnimation( OutputDevice* pOutDev, const Point& rDestPt, long nExtraData, in StartAnimation()
590 OutputDevice* pFirstFrameOutDev ) in StartAnimation()
598 void Graphic::StartAnimation( OutputDevice* pOutDev, const Point& rDestPt, in StartAnimation()
600 OutputDevice* pFirstFrameOutDev ) in StartAnimation()
[all …]
/trunk/main/svtools/inc/svtools/
H A Dctrltool.hxx38 class OutputDevice;
170 OutputDevice* mpDev;
171 OutputDevice* mpDev2;
176 SVT_DLLPRIVATE void ImplInsertFonts( OutputDevice* pDev, sal_Bool bAll,
181 FontList( OutputDevice* pDevice,
182 OutputDevice* pDevice2 = NULL,
188 OutputDevice* GetDevice() const { return mpDev; } in GetDevice()
189 OutputDevice* GetDevice2() const { return mpDev2; } in GetDevice2()
/trunk/main/vcl/inc/
H A Dimpgraph.hxx49 class OutputDevice;
119 void ImplDraw( OutputDevice* pOutDev,
121 void ImplDraw( OutputDevice* pOutDev,
125 void ImplStartAnimation( OutputDevice* pOutDev,
128 OutputDevice* pFirstFrameOutDev = NULL );
129 void ImplStartAnimation( OutputDevice* pOutDev,
133 OutputDevice* pFirstFrameOutDev = NULL );
134 void ImplStopAnimation( OutputDevice* pOutputDevice = NULL,
/trunk/main/svx/source/sidebar/paragraph/
H A DParaPropertyPanel.cxx1027 nVal = OutputDevice::LogicToLogic( (long)nVal, MAP_100TH_MM, (MapUnit)m_eLRSpaceUnit ); in IMPL_LINK()
1031 nVal = OutputDevice::LogicToLogic( maLower, (MapUnit)(SFX_MAPUNIT_TWIP), MAP_100TH_MM ); in IMPL_LINK()
1032 nVal = OutputDevice::LogicToLogic( (long)nVal, MAP_100TH_MM, (MapUnit)m_eLRSpaceUnit ); in IMPL_LINK()
1047 nVal = OutputDevice::LogicToLogic( (long)nVal, MAP_100TH_MM, (MapUnit)m_eLRSpaceUnit ); in IMPL_LINK()
1056 nVal = OutputDevice::LogicToLogic( (long)nVal, MAP_100TH_MM, (MapUnit)m_eLRSpaceUnit ); in IMPL_LINK()
1281 maTxtLeft = OutputDevice::LogicToLogic( maTxtLeft, (MapUnit)m_eLRSpaceUnit, MAP_100TH_MM ); in StateChangedIndentImpl()
1401 maUpper = OutputDevice::LogicToLogic( maUpper, (MapUnit)m_eULSpaceUnit, MAP_100TH_MM ); in StateChangedULImpl()
1402 maUpper = OutputDevice::LogicToLogic( maUpper, MAP_100TH_MM, (MapUnit)(SFX_MAPUNIT_TWIP) ); in StateChangedULImpl()
1405 maLower = OutputDevice::LogicToLogic( maLower, (MapUnit)m_eULSpaceUnit, MAP_100TH_MM ); in StateChangedULImpl()
1406 maLower = OutputDevice::LogicToLogic( maLower, MAP_100TH_MM, (MapUnit)(SFX_MAPUNIT_TWIP) ); in StateChangedULImpl()
[all …]
/trunk/main/svx/source/svdraw/
H A Dsvdpntv.cxx142 SdrPaintWindow* SdrPaintView::FindPaintWindow(const OutputDevice& rOut) const in FindPaintWindow()
185 OutputDevice* SdrPaintView::GetFirstOutputDevice() const in GetFirstOutputDevice()
288 SdrPaintView::SdrPaintView(SdrModel* pModel1, OutputDevice* pOut) in SdrPaintView()
522 void SdrPaintView::SetActualWin(const OutputDevice* pWin) in SetActualWin()
629 void SdrPaintView::AddWindowToPaintView(OutputDevice* pNewWin) in AddWindowToPaintView()
646 void SdrPaintView::DeleteWindowFromPaintView(OutputDevice* pOldWin) in DeleteWindowFromPaintView()
902 SdrPaintWindow* SdrPaintView::BeginCompleteRedraw(OutputDevice* pOut) in BeginCompleteRedraw()
1097 OutputDevice& rOutDev = pPaintWindow->GetOutputDevice(); in GlueInvalidate()
1140 OutputDevice& rOutDev = pPaintWindow->GetOutputDevice(); in InvalidateAllWin()
1433 void SdrPaintView::VisAreaChanged(const OutputDevice* pOut) in VisAreaChanged()
[all …]
/trunk/main/vcl/inc/vcl/
H A Danimate.hxx120 OutputDevice* pOutDev;
189 sal_Bool Start( OutputDevice* pOutDev, const Point& rDestPt, long nExtraData = 0,
190 OutputDevice* pFirstFrameOutDev = NULL );
191 …sal_Bool Start( OutputDevice* pOutDev, const Point& rDestPt, const Size& rDestSz, long nExtraD…
192 OutputDevice* pFirstFrameOutDev = NULL );
193 void Stop( OutputDevice* pOutDev = NULL, long nExtraData = 0 );
195 void Draw( OutputDevice* pOutDev, const Point& rDestPt ) const;
196 void Draw( OutputDevice* pOutDev, const Point& rDestPt, const Size& rDestSz ) const;
H A Dfixed.hxx48 SAL_DLLPRIVATE void ImplDraw( OutputDevice* pDev, sal_uLong nDrawFlags,
66 …virtual void Draw( OutputDevice* pDev, const Point& rPos, const Size& rSize, sal_uLong nFlags );
102 …virtual void Draw( OutputDevice* pDev, const Point& rPos, const Size& rSize, sal_uLong nFlags );
125 SAL_DLLPRIVATE void ImplDraw( OutputDevice* pDev, sal_uLong nDrawFlags,
137 …virtual void Draw( OutputDevice* pDev, const Point& rPos, const Size& rSize, sal_uLong nFlags );
143 using OutputDevice::GetBitmap;
168 SAL_DLLPRIVATE void ImplDraw( OutputDevice* pDev, sal_uLong nDrawFlags,
178 …virtual void Draw( OutputDevice* pDev, const Point& rPos, const Size& rSize, sal_uLong nFlags );
H A Dgdimtf.hxx34 class OutputDevice;
102 OutputDevice* pOutDev;
131 const OutputDevice& rMapDev,
139 virtual void Linker( OutputDevice* pOut, sal_Bool bLink );
170 Rectangle GetBoundRect( OutputDevice& i_rReference, Rectangle* pHairline = 0 ) const;
182 void Record( OutputDevice* pOutDev );
186 void Play( OutputDevice* pOutDev, sal_uLong nPos = GDI_METAFILE_END );
187 void Play( OutputDevice* pOutDev, const Point& rPos,
/trunk/main/sd/source/ui/slidesorter/view/
H A DSlsPageObjectPainter.cxx135 OutputDevice& rDevice, in PaintPageObject()
219 OutputDevice& rDevice, in PaintBackground()
249 OutputDevice& rDevice, in PaintPreview()
280 const OutputDevice* pReferenceDevice) const in CreateMarkedPreview()
308 const OutputDevice* pReferenceDevice) const in GetPreviewBitmap()
341 OutputDevice& rDevice, in PaintPageNumber()
396 OutputDevice& rDevice, in PaintTransitionEffect()
418 const OutputDevice& rReferenceDevice) in GetBackgroundForState()
487 const OutputDevice& rReferenceDevice, in GetBackground()
499 const OutputDevice& rReferenceDevice, in CreateBackgroundBitmap()
[all …]
/trunk/main/sc/source/ui/inc/
H A Doutput.hxx35 class OutputDevice;
82 OutputDevice* pDev; // Device
83 OutputDevice* pRefDevice; // printer if used for preview
84 OutputDevice* pFmtDevice; // reference for text formatting
185 ScOutputData( OutputDevice* pNewDev, ScOutputType eNewType,
195 void SetContentDevice( OutputDevice* pContentDev );
197 void SetRefDevice( OutputDevice* pRDev ) { pRefDevice = pFmtDevice = pRDev; } in SetRefDevice()
198 void SetFmtDevice( OutputDevice* pRDev ) { pFmtDevice = pRDev; } in SetFmtDevice()
/trunk/main/sw/source/core/txtnode/
H A Dfntcache.cxx85 OutputDevice* SwFntObj::pPixOut = NULL;
169 ((OutputDevice&)rPrt).SetFont( aFont ); in CreatePrtFont()
171 ((OutputDevice&)rPrt).SetFont( aOldFnt ); in CreatePrtFont()
408 ((OutputDevice&)rOut).SetFont( aOldFnt ); in GetFontLeading()
447 OutputDevice* pOut = (OutputDevice*)&rOut; in CreateScrFont()
455 OutputDevice* pPrt = &rSh.GetRefDev(); in CreateScrFont()
551 OutputDevice *pWin = rSh.GetWin() ? in GuessLeading()
851 OutputDevice* pWin = rInf.GetShell()->GetWin(); in DrawText()
1928 OutputDevice* pOutDev; in GetTextSize()
1975 OutputDevice* pOutDev; in GetTextSize()
[all …]
/trunk/main/sd/source/ui/inc/
H A Dsprite.hxx49 sal_Bool StartMoving( OutputDevice* pOut,
50 OutputDevice* pBottomLayer = NULL,
55 void MoveTo( OutputDevice* pOut, const Point& rPt, const Size* pSz = NULL );
56 …void MoveTo( OutputDevice* pOut, const Point& rPt, const double& rScaleX, const double& rScaleY …
57 void EndMoving( OutputDevice* pOut );
78 void ImplDrawSprite( OutputDevice* pOut, const Point& rPt, const Size& rSz );
/trunk/main/svtools/inc/svtools/table/
H A Dtablerenderer.hxx90 OutputDevice& _rDevice, const Rectangle& _rArea,
112 OutputDevice& _rDevice, const Rectangle& _rArea,
147 OutputDevice& _rDevice, const Rectangle& _rRowArea,
176 OutputDevice& _rDevice, Rectangle const & _rArea,
207 OutputDevice& _rDevice, const Rectangle& _rArea,
256 OutputDevice& i_targetDevice, Rectangle const & i_targetArea
H A Dgridtablerenderer.hxx84 OutputDevice& _rDevice, const Rectangle& _rArea,
88 OutputDevice& _rDevice, const Rectangle& _rArea,
91 OutputDevice& _rDevice, const Rectangle& _rRowArea,
95 OutputDevice& _rDevice, const Rectangle& _rArea,
99 OutputDevice& _rDevice, const Rectangle& _rArea,
107 OutputDevice& i_targetDevice, Rectangle const & i_targetArea
/trunk/main/chart2/source/controller/drawinglayer/
H A DDrawViewWrapper.cxx70 short lcl_getHitTolerance( OutputDevice* pOutDev ) in lcl_getHitTolerance()
108 OutputDevice * lcl_GetParentRefDevice( const uno::Reference< frame::XModel > & xModel ) in lcl_GetParentRefDevice()
153 DrawViewWrapper::DrawViewWrapper( SdrModel* pSdrModel, OutputDevice* pOut, bool bPaintPageForEditMo… in DrawViewWrapper()
191 OutputDevice* pOutDev = this->GetFirstOutputDevice(); in ReInit()
295 void DrawViewWrapper::CompleteRedraw(OutputDevice* pOut, const Region& rReg, sdr::contact::ViewObje… in CompleteRedraw()
326 OutputDevice * pParentRefDev( lcl_GetParentRefDevice( xChartModel )); in attachParentReferenceDevice()
402 OutputDevice* pOutDev = this->GetFirstOutputDevice(); in Notify()
415 OutputDevice* pOutDev = this->GetFirstOutputDevice(); in Notify()
/trunk/main/svx/inc/svx/sdr/overlay/
H A Doverlaymanager.hxx39 class OutputDevice;
60 OutputDevice& rmOutputDevice;
81 void ImpDrawMembers(const basegfx::B2DRange& rRange, OutputDevice& rDestinationDevice) const;
91 OverlayManager(OutputDevice& rOutputDevice);
98 virtual void completeRedraw(const Region& rRegion, OutputDevice* pPreRenderDevice = 0) const;
110 OutputDevice& getOutputDevice() const { return rmOutputDevice; } in getOutputDevice()
/trunk/main/canvas/source/vcl/
H A Dcanvas.cxx60 explicit OutDevHolder( OutputDevice& rOutDev ) : in OutDevHolder()
65 virtual OutputDevice& getOutDev() { return mrOutDev; } in getOutDev()
66 virtual const OutputDevice& getOutDev() const { return mrOutDev; } in getOutDev()
71 OutputDevice& mrOutDev;
107 OutputDevice* pOutDev = reinterpret_cast<OutputDevice*>(nPtr); in initialize()

Completed in 134 milliseconds

12345678910>>...33