| /AOO41X/main/vcl/workben/ |
| H A D | outdevgrind.cxx | 93 typedef boost::function1<void, OutputDevice*> functor_type; 174 &OutputDevice::DrawTextArray, in setupMethodStubs() 182 (void (OutputDevice::*)( const Point&, const Color& ))( in setupMethodStubs() 183 &OutputDevice::DrawPixel), in setupMethodStubs() 191 (void (OutputDevice::*)( const Point&, const Point& ))( in setupMethodStubs() 192 &OutputDevice::DrawLine), in setupMethodStubs() 202 (void (OutputDevice::*)( const Point&, const Point&,const LineInfo& ))( in setupMethodStubs() 203 &OutputDevice::DrawLine), in setupMethodStubs() 211 (void (OutputDevice::*)( const Polygon& ))( in setupMethodStubs() 212 &OutputDevice::DrawPolyLine), in setupMethodStubs() [all …]
|
| /AOO41X/main/vcl/source/gdi/ |
| H A D | outdev.cxx | 74 DBG_NAME( OutputDevice ) 86 const OutputDevice* pOutDev = (OutputDevice*)pObj; in DBG_NAME() 179 bool OutputDevice::ImplIsAntiparallel() const in ImplIsAntiparallel() 196 bool OutputDevice::ImplSelectClipRegion( const Region& rRegion, SalGraphics* pGraphics ) in ImplSelectClipRegion() 241 void OutputDevice::ImplDrawPolyPolygon( sal_uInt16 nPoly, const PolyPolygon& rPolyPoly ) in ImplDrawPolyPolygon() 331 OutputDevice::OutputDevice() : in OutputDevice() function in OutputDevice 337 DBG_CTOR( OutputDevice, ImplDbgCheckOutputDevice ); in OutputDevice() 418 OutputDevice::~OutputDevice() in ~OutputDevice() 420 DBG_DTOR( OutputDevice, ImplDbgCheckOutputDevice ); in ~OutputDevice() 480 bool OutputDevice::supportsOperation( OutDevSupportType eType ) const in supportsOperation() [all …]
|
| H A D | outmap.cxx | 55 DBG_NAMEEX( OutputDevice ) 519 long OutputDevice::ImplLogicXToDevicePixel( long nX ) const in ImplLogicXToDevicePixel() 531 long OutputDevice::ImplLogicYToDevicePixel( long nY ) const in ImplLogicYToDevicePixel() 543 long OutputDevice::ImplLogicWidthToDevicePixel( long nWidth ) const in ImplLogicWidthToDevicePixel() 553 float OutputDevice::ImplFloatLogicWidthToDevicePixel( float fLogicWidth) const in ImplFloatLogicWidthToDevicePixel() 564 long OutputDevice::ImplLogicHeightToDevicePixel( long nHeight ) const in ImplLogicHeightToDevicePixel() 574 float OutputDevice::ImplFloatLogicHeightToDevicePixel( float fLogicHeight) const in ImplFloatLogicHeightToDevicePixel() 584 long OutputDevice::ImplDevicePixelToLogicWidth( long nWidth ) const in ImplDevicePixelToLogicWidth() 594 float OutputDevice::ImplFloatDevicePixelToLogicWidth( float fPixelWidth) const in ImplFloatDevicePixelToLogicWidth() 604 long OutputDevice::ImplDevicePixelToLogicHeight( long nHeight ) const in ImplDevicePixelToLogicHeight() [all …]
|
| H A D | salgdilayout.cxx | 111 void SalGraphics::mirror( long& x, const OutputDevice *pOutDev, bool bBack ) const in mirror() 123 OutputDevice *pOutDevRef = (OutputDevice*) pOutDev; in mirror() 147 void SalGraphics::mirror( long& x, long& nWidth, const OutputDevice *pOutDev, bool bBack ) const in mirror() 159 OutputDevice *pOutDevRef = (OutputDevice*) pOutDev; in mirror() 184 … sal_uInt32 nPoints, const SalPoint *pPtAry, SalPoint *pPtAry2, const OutputDevice *pOutDev, bool … in mirror() 198 OutputDevice *pOutDevRef = (OutputDevice*) pOutDev; in mirror() 263 void SalGraphics::mirror( Region& rRgn, const OutputDevice *pOutDev, bool bBack ) const in mirror() 300 void SalGraphics::mirror( Rectangle& rRect, const OutputDevice *pOutDev, bool bBack ) const in mirror() 310 basegfx::B2DPoint SalGraphics::mirror( const basegfx::B2DPoint& i_rPoint, const OutputDevice *i_pOu… in mirror() 325 OutputDevice *pOutDevRef = (OutputDevice*)i_pOutDev; in mirror() [all …]
|
| H A D | outdev2.cxx | 52 DBG_NAMEEX( OutputDevice ) 147 void OutputDevice::ImplDrawOutDevDirect( const OutputDevice* pSrcDev, SalTwoRect& rPosAry ) in ImplDrawOutDevDirect() 162 if ( !((OutputDevice*)pSrcDev)->ImplGetGraphics() ) in ImplDrawOutDevDirect() 175 if ( !((OutputDevice*)pSrcDev)->ImplGetGraphics() ) in ImplDrawOutDevDirect() 233 void OutputDevice::DrawOutDev( const Point& rDestPt, const Size& rDestSize, in DrawOutDev() 237 DBG_CHKTHIS( OutputDevice, ImplDbgCheckOutputDevice ); in DrawOutDev() 306 void OutputDevice::DrawOutDev( const Point& rDestPt, const Size& rDestSize, in DrawOutDev() 308 const OutputDevice& rOutDev ) in DrawOutDev() 311 DBG_CHKTHIS( OutputDevice, ImplDbgCheckOutputDevice ); in DrawOutDev() 312 DBG_CHKOBJ( &rOutDev, OutputDevice, ImplDbgCheckOutputDevice ); in DrawOutDev() [all …]
|
| H A D | outdev3.cxx | 105 DBG_NAMEEX( OutputDevice ) 180 void OutputDevice::ImplUpdateFontData( bool bNewFontLists ) in ImplUpdateFontData() 259 void OutputDevice::ImplUpdateAllFontData( bool bNewFontLists ) in ImplUpdateAllFontData() 305 …((OutputDevice*)pFrame)->mpGraphics->GetDevFontList( pFrame->mpWindowImpl->mpFrameData->mpFontList… in ImplUpdateAllFontData() 321 void OutputDevice::BeginFontSubstitution() in BeginFontSubstitution() 329 void OutputDevice::EndFontSubstitution() in EndFontSubstitution() 346 void OutputDevice::AddFontSubstitute( const XubString& rFontName, in AddFontSubstitute() 381 void OutputDevice::ImplAddDevFontSubstitute( const XubString& rFontName, in ImplAddDevFontSubstitute() 391 void OutputDevice::RemoveFontSubstitute( sal_uInt16 n ) in RemoveFontSubstitute() 410 sal_uInt16 OutputDevice::GetFontSubstituteCount() in GetFontSubstituteCount() [all …]
|
| H A D | outdev5.cxx | 43 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 …]
|
| H A D | metaact.cxx | 115 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() 561 void MetaRoundRectAction::Execute( OutputDevice* pOut ) in Execute() 630 void MetaEllipseAction::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() [all …]
|
| /AOO41X/main/vcl/inc/ |
| H A D | salgdi.hxx | 50 class OutputDevice; 252 virtual void GetDevFontSubstList( OutputDevice* ) = 0; 354 … void mirror( long& nX, const OutputDevice *pOutDev, bool bBack = false ) const; 355 …void mirror( long& nX, long& nWidth, const OutputDevice *pOutDev, bool bBack = … 356 … sal_uInt32 nPoints, const SalPoint *pPtAry, SalPoint *pPtAry2, const OutputDevice *pOutDev, bool … 357 … void mirror( Rectangle& rRect, const OutputDevice*, bool bBack = false ) const; 358 …void mirror( Region& rRgn, const OutputDevice *pOutDev, bool bBack = false ) co… 359 …void mirror( ControlType,const ImplControlValue&,const OutputDevice*,bool bBack… 360 …basegfx::B2DPoint mirror( const basegfx::B2DPoint& i_rPoint, const OutputDevice *pOutDev, bo… 361 …basegfx::B2DPolygon mirror( const basegfx::B2DPolygon& i_rPoly, const OutputDevice *pOutDev, b… [all …]
|
| /AOO41X/main/starmath/inc/ |
| H A D | node.hxx | 153 virtual void Arrange(const OutputDevice &rDev, const SmFormat &rFormat); 159 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); 268 virtual void Arrange(const OutputDevice &rDev, const SmFormat &rFormat); 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); [all …]
|
| /AOO41X/main/editeng/source/editeng/ |
| H A D | editattr.hxx | 117 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 D | editattr.cxx | 87 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 148 void EditCharAttribUnderline::SetFont( SvxFont& rFont, OutputDevice* pOutDev ) in SetFont() 164 void EditCharAttribOverline::SetFont( SvxFont& rFont, OutputDevice* pOutDev ) in SetFont() 180 void EditCharAttribFontHeight::SetFont( SvxFont& rFont, OutputDevice* ) in SetFont() argument 195 void EditCharAttribFontWidth::SetFont( SvxFont& /*rFont*/, OutputDevice* ) in SetFont() argument 209 void EditCharAttribStrikeout::SetFont( SvxFont& rFont, OutputDevice* ) in SetFont() argument 223 void EditCharAttribColor::SetFont( SvxFont& rFont, OutputDevice* ) in SetFont() argument [all …]
|
| /AOO41X/main/starmath/source/ |
| H A D | node.cxx | 69 OutputDevice &rOutDev; 78 SmTmpDevice(OutputDevice &rTheDev, sal_Bool bUseMap100th_mm); 87 operator OutputDevice & () { return rOutDev; } in operator OutputDevice&() 91 SmTmpDevice::SmTmpDevice(OutputDevice &rTheDev, sal_Bool bUseMap100th_mm) : in SmTmpDevice() 414 void SmNode::Arrange(const OutputDevice &rDev, const SmFormat &rFormat) in Arrange() 440 void SmNode::AdaptToX(const OutputDevice &/*rDev*/, sal_uLong /*nWidth*/) in AdaptToX() argument 445 void SmNode::AdaptToY(const OutputDevice &/*rDev*/, sal_uLong /*nHeight*/) in AdaptToY() argument 450 void SmNode::Draw(OutputDevice &rDev, const Point &rPosition) const in Draw() 742 void SmTableNode::Arrange(const OutputDevice &rDev, const SmFormat &rFormat) in Arrange() 790 SmTmpDevice aTmpDev ((OutputDevice &) rDev, sal_True); in Arrange() [all …]
|
| /AOO41X/main/editeng/inc/editeng/ |
| H A D | svxfont.hxx | 33 class OutputDevice; 85 void SetPhysFont( OutputDevice *pOut ) const; 86 Font ChgPhysFont( OutputDevice *pOut ) const; 88 Size GetCapitalSize( const OutputDevice *pOut, const String &rTxt, 90 void DrawCapital( OutputDevice *pOut, const Point &rPos, 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, 104 void QuickDrawText( OutputDevice *pOut, const Point &rPos, const String &rTxt, [all …]
|
| /AOO41X/main/canvas/source/vcl/ |
| H A D | spritecanvashelper.cxx | 60 void spriteRedraw( OutputDevice& rOutDev, in spriteRedraw() 77 void repaintBackground( OutputDevice& rOutDev, in repaintBackground() 78 OutputDevice& rBackBuffer, in repaintBackground() 88 OutputDevice& rOutDev, in opaqueUpdateSpriteArea() 115 void spriteRedrawStub( OutputDevice& rOutDev, in spriteRedrawStub() 131 void spriteRedrawStub2( OutputDevice& rOutDev, in spriteRedrawStub2() 154 void spriteRedrawStub3( OutputDevice& rOutDev, in spriteRedrawStub3() 167 void renderInfoText( OutputDevice& rOutDev, in renderInfoText() 265 OutputDevice& rOutDev( mpOwningSpriteCanvas->getFrontBuffer()->getOutDev() ); in updateScreen() 267 OutputDevice& rBackOutDev( pBackBuffer->getOutDev() ); in updateScreen() [all …]
|
| /AOO41X/main/sw/inc/ |
| H A D | viewsh.hxx | 71 class OutputDevice; 103 friend void SetOutDev( ViewShell *pSh, OutputDevice *pOut ); 104 friend void SetOutDevAndWin( ViewShell *pSh, OutputDevice *pOut, 136 OutputDevice *pOut; // Window, Printer, VirtDev, ... 137 OutputDevice* mpTmpRef; // Temporariy reference device. Is used 168 OutputDevice* mpBufferedOut; 210 void InitPrt( OutputDevice *pOutDev ); 241 OutputDevice* mpPrePostOutDev; 352 OutputDevice& GetRefDev() const; 354 inline OutputDevice* GetOut() const { return pOut; } in GetOut() [all …]
|
| /AOO41X/main/svx/inc/svx/ |
| H A D | svdpntv.hxx | 147 const OutputDevice* pActualOutDev; // Nur zum vergleichen 148 OutputDevice* pDragWin; 252 SdrPaintWindow* FindPaintWindow(const OutputDevice& rOut) const; 255 OutputDevice* GetFirstOutputDevice() const; 262 sal_uInt16 ImpGetMinMovLogic(short nMinMov, const OutputDevice* pOut) const; 263 sal_uInt16 ImpGetHitTolLogic(short nHitTol, const OutputDevice* pOut) const; 282 void ShowEncirclement(OutputDevice* pOut); 283 void HideEncirclement(OutputDevice* pOut); 284 void DrawEncirclement(OutputDevice* pOut) const; 293 SdrPaintView(SdrModel* pModel1, OutputDevice* pOut = 0L); [all …]
|
| H A D | svdxcgv.hxx | 57 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…
|
| H A D | sdrpaintwindow.hxx | 49 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() 143 …OutputDevice& GetTargetOutputDevice() { if(mpPreRenderDevice) return mpPreRenderDevice->GetPreRend… in GetTargetOutputDevice()
|
| /AOO41X/main/sd/source/ui/slidesorter/inc/view/ |
| H A D | SlsPageObjectPainter.hxx | 51 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 …]
|
| /AOO41X/main/sw/source/core/text/ |
| H A D | txtpaint.hxx | 40 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 …]
|
| /AOO41X/main/vcl/inc/vcl/ |
| H A D | graph.hxx | 46 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 …]
|
| /AOO41X/main/sw/source/core/inc/ |
| H A D | fntcache.hxx | 33 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 );
|
| /AOO41X/main/svtools/inc/svtools/ |
| H A D | grfmgr.hxx | 231 …sal_Bool SVT_DLLPRIVATE ImplGetCropParams( OutputDevice* pOut, Point& rPt, Size… 287 …bool SVT_DLLPRIVATE ImplDrawTiled( OutputDevice* pOut, const Rectangle& rArea, … 290 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& rSi… 470 …sal_Bool StartAnimation( OutputDevice* pOut, const Point& rPt, const Size& rSz,… 472 OutputDevice* pFirstFrameOutDev = NULL ); 474 void StopAnimation( OutputDevice* pOut = NULL, long nExtraData = 0L ); [all …]
|
| /AOO41X/main/editeng/source/items/ |
| H A D | svxfont.cxx | 91 void SvxFont::DrawArrow( OutputDevice &rOut, const Rectangle& rRect, in DrawArrow() 204 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() 396 Size SvxFont::GetPhysTxtSize( const OutputDevice *pOut, const XubString &rTxt, in GetPhysTxtSize() 436 Size SvxFont::GetPhysTxtSize( const OutputDevice *pOut, const XubString &rTxt ) in GetPhysTxtSize() 454 Size SvxFont::QuickGetTextSize( const OutputDevice *pOut, const XubString &rTxt, in QuickGetTextSize() 488 Size SvxFont::GetTxtSize( const OutputDevice *pOut, const XubString &rTxt, in GetTxtSize() [all …]
|