Home
last modified time | relevance | path

Searched refs:OutputDevice (Results 1 – 25 of 809) sorted by relevance

12345678910>>...33

/trunk/main/vcl/workben/
H A Doutdevgrind.cxx174 &OutputDevice::DrawTextArray, in setupMethodStubs()
192 &OutputDevice::DrawLine), in setupMethodStubs()
203 &OutputDevice::DrawLine), in setupMethodStubs()
270 &OutputDevice::DrawEllipse, in setupMethodStubs()
280 &OutputDevice::DrawArc, in setupMethodStubs()
290 &OutputDevice::DrawPie, in setupMethodStubs()
300 &OutputDevice::DrawChord, in setupMethodStubs()
356 &OutputDevice::CopyArea, in setupMethodStubs()
743 &OutputDevice::DrawHatch, in setupMethodStubs()
767 &OutputDevice::DrawGrid, in setupMethodStubs()
[all …]
/trunk/main/vcl/source/gdi/
H A Doutdev.cxx74 DBG_NAME( OutputDevice )
86 const OutputDevice* pOutDev = (OutputDevice*)pObj; in DBG_NAME()
331 OutputDevice::OutputDevice() : in OutputDevice() function in OutputDevice
418 OutputDevice::~OutputDevice() in ~OutputDevice()
1067 void OutputDevice::SetClipRegion() in SetClipRegion()
1237 void OutputDevice::SetLineColor() in SetLineColor()
1326 void OutputDevice::SetFillColor() in SetFillColor()
1451 void OutputDevice::SetRefPoint() in SetRefPoint()
2351 void OutputDevice::DrawPolyLine( in DrawPolyLine()
2564 void OutputDevice::Pop() in Pop()
[all …]
H A Doutmap.cxx55 DBG_NAMEEX( OutputDevice )
810 void OutputDevice::EnableMapMode( sal_Bool bEnable ) in EnableMapMode()
820 void OutputDevice::SetMapMode() in SetMapMode()
822 DBG_CHKTHIS( OutputDevice, ImplDbgCheckOutputDevice ); in SetMapMode()
857 DBG_CHKTHIS( OutputDevice, ImplDbgCheckOutputDevice ); in SetMapMode()
958 DBG_CHKTHIS( OutputDevice, ImplDbgCheckOutputDevice ); in SetRelativeMapMode()
1143 DBG_CHKTHIS( OutputDevice, ImplDbgCheckOutputDevice ); in LogicToPixel()
1160 DBG_CHKTHIS( OutputDevice, ImplDbgCheckOutputDevice ); in LogicToPixel()
1177 DBG_CHKTHIS( OutputDevice, ImplDbgCheckOutputDevice ); in LogicToPixel()
2444 long OutputDevice::LogicToLogic( long nLongSource, in LogicToLogic()
[all …]
H A Dsalgdilayout.cxx123 OutputDevice *pOutDevRef = (OutputDevice*) pOutDev; in mirror()
159 OutputDevice *pOutDevRef = (OutputDevice*) pOutDev; in mirror()
198 OutputDevice *pOutDevRef = (OutputDevice*) pOutDev; in mirror()
325 OutputDevice *pOutDevRef = (OutputDevice*)i_pOutDev; in mirror()
574 const OutputDevice* i_pOutDev ) in DrawPolyLine()
600 … SalGraphics* pSrcGraphics, const OutputDevice *pOutDev, const OutputDevice *pSrcOutDev ) in CopyBits()
629 SalColor nTransparentColor, const OutputDevice *pOutDev ) in DrawBitmap()
655 SalColor nMaskColor, const OutputDevice *pOutDev ) in DrawMask()
819 const OutputDevice *pOutDev ) in DrawAlphaBitmap()
837 const OutputDevice* pOutDev) in DrawTransformedBitmap()
[all …]
H A Doutdev2.cxx52 DBG_NAMEEX( OutputDevice )
147 void OutputDevice::ImplDrawOutDevDirect( const OutputDevice* pSrcDev, SalTwoRect& rPosAry ) in ImplDrawOutDevDirect()
308 const OutputDevice& rOutDev ) in DrawOutDev()
379 void OutputDevice::CopyArea( const Point& rDestPt, in CopyArea()
499 OutputDevice& rDev ) in ImplGetFrameDev()
799 void OutputDevice::DrawTransformedBitmapEx( in DrawTransformedBitmapEx()
1582 if ( ((OutputDevice*)&aVDev)->mpGraphics || ((OutputDevice*)&aVDev)->ImplGetGraphics() ) in GetBitmap()
1659 ((OutputDevice*)this)->mbMap = sal_False; in ImplGetFrameBitmap()
1661 ((OutputDevice*)this)->mbMap = bOldMap; in ImplGetFrameBitmap()
1675 ((OutputDevice*)this)->ImplInitClipRegion(); in GetPixel()
[all …]
H A Doutdev3.cxx105 DBG_NAMEEX( OutputDevice )
329 void OutputDevice::EndFontSubstitution() in EndFontSubstitution()
2972 void OutputDevice::ImplInitTextColor() in ImplInitTextColor()
2985 bool OutputDevice::ImplNewFont() const in ImplNewFont()
4613 OutputDevice *pOutDevRef = (OutputDevice *)this; in ImplDrawTextDirect()
4623 OutputDevice *pOutDevRef = (OutputDevice *)this; in ImplDrawTextDirect()
5216 void OutputDevice::SetTextFillColor() in SetTextFillColor()
5299 void OutputDevice::SetTextLineColor() in SetTextLineColor()
5358 void OutputDevice::SetOverlineColor() in SetOverlineColor()
6231 sal_Bool OutputDevice::GetTextIsRTL( in GetTextIsRTL()
[all …]
H A Dmetaact.cxx115 void MetaAction::Execute( OutputDevice* ) in Execute() argument
265 void MetaPixelAction::Execute( OutputDevice* pOut ) in Execute()
333 void MetaPointAction::Execute( OutputDevice* pOut ) in Execute()
410 void MetaLineAction::Execute( OutputDevice* pOut ) in Execute()
493 void MetaRectAction::Execute( OutputDevice* pOut ) in Execute()
698 void MetaArcAction::Execute( OutputDevice* pOut ) in Execute()
772 void MetaPieAction::Execute( OutputDevice* pOut ) in Execute()
846 void MetaChordAction::Execute( OutputDevice* pOut ) in Execute()
1215 void MetaTextAction::Execute( OutputDevice* pOut ) in Execute()
1790 void MetaBmpAction::Execute( OutputDevice* pOut ) in Execute()
[all …]
H A Doutdev5.cxx43 DBG_NAMEEX( OutputDevice ) in DBG_NAMEEX() argument
47 void OutputDevice::DrawRect( const Rectangle& rRect, in DBG_NAMEEX()
51 DBG_CHKTHIS( OutputDevice, ImplDbgCheckOutputDevice ); in DBG_NAMEEX()
107 void OutputDevice::DrawEllipse( const Rectangle& rRect ) in DrawEllipse()
110 DBG_CHKTHIS( OutputDevice, ImplDbgCheckOutputDevice ); in DrawEllipse()
157 void OutputDevice::DrawArc( const Rectangle& rRect, in DrawArc()
161 DBG_CHKTHIS( OutputDevice, ImplDbgCheckOutputDevice ); in DrawArc()
204 void OutputDevice::DrawPie( const Rectangle& rRect, in DrawPie()
208 DBG_CHKTHIS( OutputDevice, ImplDbgCheckOutputDevice ); in DrawPie()
258 void OutputDevice::DrawChord( const Rectangle& rRect, in DrawChord()
[all …]
/trunk/main/vcl/inc/
H A Dsalgdi.hxx50 class OutputDevice;
252 virtual void GetDevFontSubstList( OutputDevice* ) = 0;
387 const OutputDevice* i_pOutDev);
411 const OutputDevice *pOutDev );
417 const OutputDevice *pOutDev,
434 const OutputDevice *pOutDev );
458 const OutputDevice *pOutDev );
467 const OutputDevice *pOutDev );
489 static void AddDevFontSubstitute( OutputDevice* pOutDev,
497 const OutputDevice *pOutDev );
[all …]
H A Dbrdwin.hxx159 void Draw( const Rectangle& rRect, OutputDevice* pDev, const Point& rPos );
199 OutputDevice* mpOutDev;
253 virtual void Init( OutputDevice* pDev, long nWidth, long nHeight ) = 0;
257 …virtual void DrawWindow( sal_uInt16 nDrawFlags, OutputDevice* pOutDev = NULL, const Point* pOffs…
280 virtual void Init( OutputDevice* pDev, long nWidth, long nHeight );
284 virtual void DrawWindow( sal_uInt16 nDrawFlags, OutputDevice* pOutDev, const Point* pOffset );
297 OutputDevice* mpOutDev;
309 virtual void Init( OutputDevice* pOutDev, long nWidth, long nHeight );
313 virtual void DrawWindow( sal_uInt16 nDrawFlags, OutputDevice* pOutDev, const Point* pOffset );
340 virtual void Init( OutputDevice* pDev, long nWidth, long nHeight );
[all …]
/trunk/main/starmath/inc/
H A Dnode.hxx159 virtual void Draw(OutputDevice &rDev, const Point &rPosition) const;
171 virtual void AdaptToX(const OutputDevice &rDev, sal_uLong nWidth);
172 virtual void AdaptToY(const OutputDevice &rDev, sal_uLong nHeight);
265 virtual void AdaptToX(const OutputDevice &rDev, sal_uLong nWidth);
266 virtual void AdaptToY(const OutputDevice &rDev, sal_uLong nHeight);
273 virtual void Draw(OutputDevice &rDev, const Point &rPosition) const;
293 virtual void AdaptToX(const OutputDevice &rDev, sal_uLong nWidth);
294 virtual void AdaptToY(const OutputDevice &rDev, sal_uLong nHeight);
301 virtual void Draw(OutputDevice &rDev, const Point &rPosition) const;
390 virtual void AdaptToX(const OutputDevice &rDev, sal_uLong nWidth);
[all …]
/trunk/main/editeng/source/editeng/
H A Deditattr.hxx117 virtual void SetFont( SvxFont& rFont, OutputDevice* pOutDev );
175 virtual void SetFont( SvxFont& rFont, OutputDevice* pOutDev );
186 virtual void SetFont( SvxFont& rFont, OutputDevice* pOutDev );
196 virtual void SetFont( SvxFont& rFont, OutputDevice* pOutDev );
207 virtual void SetFont( SvxFont& rFont, OutputDevice* pOutDev );
218 virtual void SetFont( SvxFont& rFont, OutputDevice* pOutDev );
229 virtual void SetFont( SvxFont& rFont, OutputDevice* pOutDev );
240 virtual void SetFont( SvxFont& rFont, OutputDevice* pOutDev );
251 virtual void SetFont( SvxFont& rFont, OutputDevice* pOutDev );
262 virtual void SetFont( SvxFont& rFont, OutputDevice* pOutDev );
[all …]
H A Deditattr.cxx87 void EditCharAttrib::SetFont( SvxFont&, OutputDevice* ) in SetFont() argument
101 void EditCharAttribFont::SetFont( SvxFont& rFont, OutputDevice* ) in SetFont() argument
120 void EditCharAttribItalic::SetFont( SvxFont& rFont, OutputDevice* ) in SetFont() argument
134 void EditCharAttribWeight::SetFont( SvxFont& rFont, OutputDevice* ) in SetFont() argument
223 void EditCharAttribColor::SetFont( SvxFont& rFont, OutputDevice* ) in SetFont() argument
251 void EditCharAttribShadow::SetFont( SvxFont& rFont, OutputDevice* ) in SetFont() argument
287 void EditCharAttribOutline::SetFont( SvxFont& rFont, OutputDevice* ) in SetFont() argument
301 void EditCharAttribTab::SetFont( SvxFont&, OutputDevice* ) in SetFont() argument
314 void EditCharAttribLineBreak::SetFont( SvxFont&, OutputDevice* ) in SetFont() argument
329 void EditCharAttribField::SetFont( SvxFont& rFont, OutputDevice* ) in SetFont() argument
[all …]
/trunk/main/starmath/source/
H A Dnode.cxx69 OutputDevice &rOutDev;
78 SmTmpDevice(OutputDevice &rTheDev, sal_Bool bUseMap100th_mm);
87 operator OutputDevice & () { return rOutDev; } in operator OutputDevice&()
843 SmTmpDevice aTmpDev ((OutputDevice &) rDev, sal_True); in Arrange()
1377 SmTmpDevice aTmpDev ((OutputDevice &) rDev, sal_True); in Arrange()
1798 SmTmpDevice aTmpDev ((OutputDevice &) rDev, sal_True); in Arrange()
2221 SmTmpDevice aTmpDev ((OutputDevice &) rDev, sal_True); in Arrange()
2372 SmTmpDevice aTmpDev ((OutputDevice &) rDev, sal_True); in Arrange()
2478 SmTmpDevice aTmpDev ((OutputDevice &) rDev, sal_True); in Arrange()
2726 SmTmpDevice aTmpDev ((OutputDevice &) rDev, sal_True); in AdaptToX()
[all …]
/trunk/main/editeng/inc/editeng/
H A Dsvxfont.hxx33 class OutputDevice;
85 void SetPhysFont( OutputDevice *pOut ) const;
86 Font ChgPhysFont( OutputDevice *pOut ) const;
88 Size GetCapitalSize( const OutputDevice *pOut, const String &rTxt,
93 Size GetPhysTxtSize( const OutputDevice *pOut, const String &rTxt,
96 Size GetPhysTxtSize( const OutputDevice *pOut, const String &rTxt );
98 Size GetTxtSize( const OutputDevice *pOut, const String &rTxt,
101 void DrawText( OutputDevice *pOut, const Point &rPos, const String &rTxt,
107 Size QuickGetTextSize( const OutputDevice *pOut, const String &rTxt,
110 void DrawPrev( OutputDevice* pOut, Printer* pPrinter,
[all …]
/trunk/main/canvas/source/vcl/
H A Dspritecanvashelper.cxx60 void spriteRedraw( OutputDevice& rOutDev, in spriteRedraw()
77 void repaintBackground( OutputDevice& rOutDev, in repaintBackground()
78 OutputDevice& rBackBuffer, in repaintBackground()
115 void spriteRedrawStub( OutputDevice& rOutDev, in spriteRedrawStub()
167 void renderInfoText( OutputDevice& rOutDev, in renderInfoText()
267 OutputDevice& rBackOutDev( pBackBuffer->getOutDev() ); in updateScreen()
383 OutputDevice& rBackOutDev( pBackBuffer->getOutDev() ); in backgroundPaint()
399 OutputDevice& rBackOutDev( pBackBuffer->getOutDev() ); in scrollUpdate()
529 OutputDevice& rBackOutDev( pBackBuffer->getOutDev() ); in genericUpdate()
652 void SpriteCanvasHelper::renderSpriteCount( OutputDevice& rOutDev ) in renderSpriteCount()
[all …]
/trunk/main/sw/inc/
H A Dviewsh.hxx71 class OutputDevice;
103 friend void SetOutDev( ViewShell *pSh, OutputDevice *pOut );
104 friend void SetOutDevAndWin( ViewShell *pSh, OutputDevice *pOut,
168 OutputDevice* mpBufferedOut;
210 void InitPrt( OutputDevice *pOutDev );
241 OutputDevice* mpPrePostOutDev;
352 OutputDevice& GetRefDev() const;
354 inline OutputDevice* GetOut() const { return pOut; } in GetOut()
364 sal_Bool PrintOrPDFExport( OutputDevice *pOutDev,
374 OutputDevice* pOleOut, const Rectangle& rRect );
[all …]
/trunk/main/svx/inc/svx/
H A Dsvdpntv.hxx147 const OutputDevice* pActualOutDev; // Nur zum vergleichen
148 OutputDevice* pDragWin;
255 OutputDevice* GetFirstOutputDevice() const;
282 void ShowEncirclement(OutputDevice* pOut);
283 void HideEncirclement(OutputDevice* pOut);
284 void DrawEncirclement(OutputDevice* pOut) const;
293 SdrPaintView(SdrModel* pModel1, OutputDevice* pOut = 0L);
321 void SetActualWin(const OutputDevice* pWin);
365 virtual void AddWindowToPaintView(OutputDevice* pNewWin);
366 virtual void DeleteWindowFromPaintView(OutputDevice* pOldWin);
[all …]
H A Dsvdxcgv.hxx57 Point GetPastePos(SdrObjList* pLst, OutputDevice* pOut=NULL);
64 SdrExchangeView(SdrModel* pModel1, OutputDevice* pOut = 0L);
69 virtual void DrawMarkedObj(OutputDevice& rOut) const;
112 Point GetViewCenter(const OutputDevice* pOut=NULL) const;
131 …sal_Bool Paste(const GDIMetaFile& rMtf, SdrObjList* pLst=NULL, OutputDevice* pOut=NULL,… in Paste()
133 …sal_Bool Paste(const Bitmap& rBmp, SdrObjList* pLst=NULL, OutputDevice* pOut=NULL, sal_… in Paste()
135 …sal_Bool Paste(const SdrModel& rMod, SdrObjList* pLst=NULL, OutputDevice* pOut=NULL, sa… in Paste()
137 …sal_Bool Paste(const String& rStr, SdrObjList* pLst=NULL, OutputDevice* pOut=NULL, sal_… in Paste()
140 …t, const String& rBaseURL, sal_uInt16 eFormat, SdrObjList* pLst=NULL, OutputDevice* pOut=NULL, sal… in Paste()
154 …sal_Bool PasteClipboard( OutputDevice* pOut = NULL, sal_uIntPtr nFormat = SDR_ANYFORMAT…
/trunk/main/sd/source/ui/slidesorter/inc/view/
H A DSlsPageObjectPainter.hxx51 OutputDevice& rDevice,
76 const OutputDevice* pReferenceDevice) const;
99 OutputDevice& rDevice,
102 OutputDevice& rDevice,
105 OutputDevice& rDevice,
108 OutputDevice& rDevice,
111 OutputDevice& rDevice,
116 const OutputDevice& rTemplateDevice);
120 const OutputDevice& rTemplateDevice,
123 const OutputDevice& rReferenceDevice,
[all …]
/trunk/main/sw/source/core/text/
H A Dtxtpaint.hxx40 OutputDevice* pOut;
44 inline SwSaveClip( OutputDevice* pOut );
53 inline OutputDevice *GetOut() { return pOut; } in GetOut()
56 inline SwSaveClip::SwSaveClip( OutputDevice* pOutDev ) : in SwSaveClip()
76 OutputDevice* pOut;
78 inline SwDbgOut( OutputDevice* pOutDev, const sal_Bool bOn = sal_True );
103 DbgBackColor( OutputDevice* pOut, const sal_Bool bOn = sal_True,
115 DbgRect( OutputDevice* pOut, const Rectangle &rRect,
124 inline SwDbgOut::SwDbgOut( OutputDevice* pOutDev, const sal_Bool bOn ) in SwDbgOut()
146 inline DbgBackColor::DbgBackColor( OutputDevice* pOutDev, const sal_Bool bOn, in DbgBackColor()
[all …]
/trunk/main/vcl/inc/vcl/
H A Dgraph.hxx46 class OutputDevice;
148 Size GetSizePixel( const OutputDevice* pRefDevice = NULL ) const;
152 void Draw( OutputDevice* pOutDev,
154 void Draw( OutputDevice* pOutDev,
157 static void Draw( OutputDevice* pOutDev, const String& rText,
160 static void DrawEx( OutputDevice* pOutDev, const String& rText,
164 void StartAnimation( OutputDevice* pOutDev,
167 OutputDevice* pFirstFrameOutDev = NULL );
168 void StartAnimation( OutputDevice* pOutDev,
172 OutputDevice* pFirstFrameOutDev = NULL );
[all …]
/trunk/main/svtools/inc/svtools/
H A Dgrfmgr.hxx290 bool SVT_DLLPRIVATE ImplDrawTiled( OutputDevice& rOut, const Point& rPos,
348 sal_Bool IsCached( OutputDevice* pOut, const Point& rPt, const Size& rSz,
425 sal_Bool Draw( OutputDevice* pOut, const Point& rPt, const Size& rSz,
428 sal_Bool DrawWithPDFHandling( OutputDevice& rOutDev,
466 sal_Bool DrawTiled( OutputDevice* pOut, const Rectangle& rArea, const Size& rSize,
472 OutputDevice* pFirstFrameOutDev = NULL );
474 void StopAnimation( OutputDevice* pOut = NULL, long nExtraData = 0L );
516 sal_Bool SVT_DLLPRIVATE ImplDraw( OutputDevice* pOut, const Point& rPt,
524 sal_Bool SVT_DLLPRIVATE ImplCreateOutput( OutputDevice* pOut,
591 sal_Bool IsInCache( OutputDevice* pOut, const Point& rPt, const Size& rSz,
[all …]
/trunk/main/editeng/source/items/
H A Dsvxfont.cxx204 OutputDevice *pOut;
210 SvxDoCapitals( OutputDevice *_pOut, const XubString &_rTxt, in SvxDoCapitals()
221 inline OutputDevice *GetOut() { return pOut; } in GetOut()
362 void SvxFont::SetPhysFont( OutputDevice *pOut ) const in SetPhysFont()
385 Font SvxFont::ChgPhysFont( OutputDevice *pOut ) const in ChgPhysFont()
494 Font aOldFont( ChgPhysFont((OutputDevice *)pOut) ); in GetTxtSize()
501 ((OutputDevice *)pOut)->SetFont( aOldFont ); in GetTxtSize()
509 void SvxFont::DrawText( OutputDevice *pOut, in DrawText()
540 void SvxFont::QuickDrawText( OutputDevice *pOut, in QuickDrawText()
593 void SvxFont::DrawPrev( OutputDevice *pOut, Printer* pPrinter, in DrawPrev()
[all …]
/trunk/main/sw/source/core/inc/
H A Dfntcache.hxx33 class OutputDevice;
81 OutputDevice* pPrinter;
95 static OutputDevice *pPixOut;
117 sal_uInt16 GetFontAscent( const ViewShell *pSh, const OutputDevice& rOut );
118 sal_uInt16 GetFontHeight( const ViewShell *pSh, const OutputDevice& rOut );
119 sal_uInt16 GetFontLeading( const ViewShell *pSh, const OutputDevice& rOut );
123 void SetDevFont( const ViewShell *pSh, OutputDevice& rOut );
124 inline OutputDevice* GetPrt() const { return pPrinter; } in GetPrt()
133 void CreateScrFont( const ViewShell& rSh, const OutputDevice& rOut );
134 void CreatePrtFont( const OutputDevice& rOut );

Completed in 306 milliseconds

12345678910>>...33