| /AOO41X/main/sw/source/filter/ww8/dump/ |
| H A D | dump8a.cxx | 41 #define ASSERT( a, b ) ( (a)?(void)0:(void)(*pOut<<endl1<<"ASSERTION failed "<< __FILE__<<__LINE__<… 121 indent( *pOut, *xTableStream ); in Dump_LVL() 132 *pOut << " Level: " << nLevel << endl1; in Dump_LVL() 133 *pOut << indent2 << " Start: " << nStart in Dump_LVL() 136 if( 0 == ixchFollow ) *pOut << "tab"; in Dump_LVL() 137 else if( 1 == ixchFollow ) *pOut << "blank"; in Dump_LVL() 138 else if( 2 == ixchFollow ) *pOut << "nothing"; in Dump_LVL() 139 *pOut << endl1 << indent2<< " dxSpace: " << dxaSpace in Dump_LVL() 143 *pOut << (sal_uInt16)aOfsNumsXCH[ x ] << ", "; in Dump_LVL() 144 *pOut << endl1; in Dump_LVL() [all …]
|
| H A D | ww8dout.cxx | 42 ostream* pOut = 0; variable 161 case 0: *pOut << "F"; break; in OutBool() 162 case 1: *pOut << "T"; break; in OutBool() 163 default: *pOut << "ERROR:" << (sal_uInt16)nPara; break; in OutBool() 173 case 0: *pOut << "F"; break; in OutBool4() 174 case 1: *pOut << "T"; break; in OutBool4() 175 case 128: *pOut << "==Style"; break; in OutBool4() 176 case 129: *pOut << "!=Style"; break; in OutBool4() 177 default: *pOut << "ERROR:" << (sal_uInt16)nPara; break; in OutBool4() 186 *pOut << (sal_uInt16)nPara; in OutByte() [all …]
|
| /AOO41X/main/editeng/source/items/ |
| H A D | svxfont.cxx | 204 OutputDevice *pOut; member in SvxDoCapitals 212 : pOut(_pOut), rTxt(_rTxt), nIdx(_nIdx), nLen(_nLen) in SvxDoCapitals() 221 inline OutputDevice *GetOut() { return pOut; } in GetOut() 362 void SvxFont::SetPhysFont( OutputDevice *pOut ) const in SetPhysFont() 364 const Font& rCurrentFont = pOut->GetFont(); in SetPhysFont() 368 pOut->SetFont( *this ); in SetPhysFont() 377 pOut->SetFont( aNewFont ); in SetPhysFont() 385 Font SvxFont::ChgPhysFont( OutputDevice *pOut ) const in ChgPhysFont() 387 Font aOldFont( pOut->GetFont() ); in ChgPhysFont() 388 SetPhysFont( pOut ); in ChgPhysFont() [all …]
|
| /AOO41X/main/vcl/source/fontsubset/ |
| H A D | cff.cxx | 817 U8* pOut = mpWritePtr; in writeType1Val() local 823 *(pOut++) = 255; // Fixed 16.16 in writeType1Val() 824 *(pOut++) = static_cast<U8>(nInt >> 8); in writeType1Val() 825 *(pOut++) = static_cast<U8>(nInt); in writeType1Val() 827 *(pOut++) = static_cast<U8>(nInt >> 8); in writeType1Val() 828 *(pOut++) = static_cast<U8>(nInt); in writeType1Val() 830 *(pOut++) = static_cast<U8>(nInt + 139); // -107..+107 in writeType1Val() 836 *(pOut++) = static_cast<U8>(nInt >> 8); in writeType1Val() 837 *(pOut++) = static_cast<U8>(nInt); in writeType1Val() 840 *(pOut++) = 255; in writeType1Val() [all …]
|
| /AOO41X/main/svtools/source/filter/wmf/ |
| H A D | winwmf.cxx | 161 pOut->SetBkColor( ReadColor() ); in ReadRecordParams() 169 pOut->SetBkMode( nDat ); in ReadRecordParams() 178 pOut->SetMapMode( nMapMode ); in ReadRecordParams() 186 pOut->SetRasterOp( nROP2 ); in ReadRecordParams() 192 pOut->SetTextColor( ReadColor() ); in ReadRecordParams() 198 pOut->SetWinOrg( ReadYX() ); in ReadRecordParams() 206 pOut->SetWinExt( Size( nWidth, nHeight ) ); in ReadRecordParams() 214 pOut->SetWinOrgOffset( nXAdd, nYAdd ); in ReadRecordParams() 222 pOut->ScaleWinExt( (double)nXNum / nXDenom, (double)nYNum / nYDenom ); in ReadRecordParams() 234 pOut->SetDevOrgOffset( nXAdd, nYAdd ); in ReadRecordParams() [all …]
|
| H A D | enhwmf.cxx | 273 pOut->ResolveBitmapActions( aBmpSaveList ); in ReadEnhWMF() 297 pOut->DrawPolyBezier( aPoly, bFlag, bRecordPath ); in ReadEnhWMF() 311 pOut->DrawPolygon( aPoly, bRecordPath ); in ReadEnhWMF() 333 pOut->DrawPolyLine( aPolygon, bFlag, bRecordPath ); in ReadEnhWMF() 368 pOut->DrawPolyLine( aPoly, sal_False, bRecordPath ); in ReadEnhWMF() 419 pOut->DrawPolyPolygon( aPolyPoly, bRecordPath ); in ReadEnhWMF() 433 pOut->SetWinExt( Size( nW, nH ) ); in ReadEnhWMF() 440 pOut->SetWinOrg( Point( nX32, nY32 ) ); in ReadEnhWMF() 447 pOut->ScaleWinExt( (double)nNom1 / nDen1, (double)nNom2 / nDen2 ); in ReadEnhWMF() 454 pOut->SetDevOrg( Point( nX32, nY32 ) ); in ReadEnhWMF() [all …]
|
| /AOO41X/main/sw/source/core/text/ |
| H A D | txtpaint.hxx | 40 OutputDevice* pOut; member in SwSaveClip 44 inline SwSaveClip( OutputDevice* pOut ); 48 { if( pOut ) _ChgClip( rRect, pFrm, bEnlargeRect ); } in ChgClip() 52 inline sal_Bool IsOut() const { return 0 != pOut; } in IsOut() 53 inline OutputDevice *GetOut() { return pOut; } in GetOut() 59 pOut(pOutDev) in SwSaveClip() 76 OutputDevice* pOut; member in SwDbgOut 103 DbgBackColor( OutputDevice* pOut, const sal_Bool bOn = sal_True, 115 DbgRect( OutputDevice* pOut, const Rectangle &rRect, 125 :pOut( bOn ? pOutDev : 0 ) in SwDbgOut() [all …]
|
| H A D | itratr.cxx | 130 sal_Bool SwAttrIter::SeekAndChgAttrIter( const xub_StrLen nNewPos, OutputDevice* pOut ) in SeekAndChgAttrIter() argument 133 if ( pLastOut != pOut ) in SeekAndChgAttrIter() 135 pLastOut = pOut; in SeekAndChgAttrIter() 146 pFnt->ChgPhysFnt( pShell, *pOut ); in SeekAndChgAttrIter() 164 sal_Bool SwAttrIter::SeekStartAndChgAttrIter( OutputDevice* pOut, const sal_Bool bParaFont ) in SeekStartAndChgAttrIter() argument 200 if ( pLastOut != pOut ) in SeekStartAndChgAttrIter() 202 pLastOut = pOut; in SeekStartAndChgAttrIter() 213 pFnt->ChgPhysFnt( pShell, *pOut ); in SeekStartAndChgAttrIter() 360 OutputDevice* pOut; member in SwMinMaxArgs 370 : pOut( pOutI ), pSh( pShI ), rMin( rMinI ), rMax( rMaxI ), rAbsMin( rAbsI ) in SwMinMaxArgs() [all …]
|
| H A D | txtpaint.cxx | 40 if( pOut && bChg ) in Reset() 42 if ( pOut->GetConnectMetaFile() ) in Reset() 43 pOut->Pop(); in Reset() 47 pOut->SetClipRegion( aClip ); in Reset() 49 pOut->SetClipRegion(); in Reset() 71 if ( !pOut || (!rRect.HasArea() && !pOut->IsClipRegion()) ) in _ChgClip() 79 if ( pOut->GetConnectMetaFile() ) in _ChgClip() 80 pOut->Push(); in _ChgClip() 82 aClip = pOut->GetClipRegion(); in _ChgClip() 86 pOut->SetClipRegion(); in _ChgClip() [all …]
|
| H A D | porrst.cxx | 249 OutputDevice* pOut = pSh ? pSh->GetOut() : 0; in EmptyHeight() local 250 if ( !pOut || !pSh->GetViewOptions()->getBrowseMode() || in EmptyHeight() 253 pOut = rTxtNode.getIDocumentDeviceAccess()->getReferenceDevice(true); in EmptyHeight() 271 if( !pOut ) in EmptyHeight() 278 pFnt->ChgPhysFnt( pSh, *pOut ); in EmptyHeight() 279 nRet = pFnt->GetHeight( pSh, *pOut ); in EmptyHeight() 397 OutputDevice *pOut = 0; in FillRegister() local 400 … pOut = GetTxtNode()->getIDocumentDeviceAccess()->getReferenceDevice( true ); in FillRegister() 402 if( pSh && !pOut ) in FillRegister() 403 pOut = pSh->GetWin(); in FillRegister() [all …]
|
| /AOO41X/main/sw/source/core/layout/ |
| H A D | virtoutp.cxx | 46 OutputDevice *pOut; member in DbgRect 48 DbgRect( OutputDevice *pOut, const Rectangle &rRect, 54 :pOut( pOutDev ) in DbgRect() 56 if( pOut ) in DbgRect() 58 pOut->Push( PUSH_FILLCOLOR|PUSH_LINECOLOR ); in DbgRect() 59 pOut->SetLineColor( eColor ); in DbgRect() 60 pOut->SetFillColor(); in DbgRect() 61 pOut->DrawRect( rRect ); in DbgRect() 62 pOut->Pop(); in DbgRect() 149 if( pOut ) in DoesFit() [all …]
|
| /AOO41X/main/autodoc/source/display/html/ |
| H A D | cre_link.cxx | 50 : pOut(o_rOutput), in LinkCreator() 64 strcat( pOut, "index.html" ); // KORR_FUTURE // SAFE STRCAT (#100211# - checked) in do_Process() 71 strcat( pOut, ClassFileName(i_rData.LocalName().c_str()) ); // SAFE STRCAT (#100211# - checked) in do_Process() 78 strcat( pOut, EnumFileName(i_rData.LocalName().c_str()) ); // SAFE STRCAT (#100211# - checked) in do_Process() 85 … strcat( pOut, TypedefFileName(i_rData.LocalName().c_str()) ); // SAFE STRCAT (#100211# - checked) in do_Process() 95 strcat( pOut, "o.html" ); // SAFE STRCAT (#100211# - checked) in do_Process() 102 … strcat( pOut, HtmlFileName("o-", rFile.LocalName().c_str()) ); // SAFE STRCAT (#100211# - checked) in do_Process() 106 …strcat( pOut, OperationLink(pEnv->Gate(), i_rData.LocalName(), i_rData.CeId()) ); // SAFE STRCAT (… in do_Process() 116 strcat( pOut, "d.html" ); // SAFE STRCAT (#100211# - checked) in do_Process() 123 …strcat( pOut, HtmlFileName("d-", rFile.LocalName().c_str()) ); // SAFE STRCAT (#100211# - checked) in do_Process() [all …]
|
| /AOO41X/main/vcl/source/gdi/ |
| H A D | metaact.cxx | 265 void MetaPixelAction::Execute( OutputDevice* pOut ) in Execute() argument 267 pOut->DrawPixel( maPt, maColor ); in Execute() 333 void MetaPointAction::Execute( OutputDevice* pOut ) in Execute() argument 335 pOut->DrawPixel( maPt ); in Execute() 410 void MetaLineAction::Execute( OutputDevice* pOut ) in Execute() argument 413 pOut->DrawLine( maStartPt, maEndPt ); in Execute() 415 pOut->DrawLine( maStartPt, maEndPt, maLineInfo ); in Execute() 493 void MetaRectAction::Execute( OutputDevice* pOut ) in Execute() argument 495 pOut->DrawRect( maRect ); in Execute() 561 void MetaRoundRectAction::Execute( OutputDevice* pOut ) in Execute() argument [all …]
|
| /AOO41X/main/sw/source/core/doc/ |
| H A D | notxtfrm.cxx | 222 void SetOutDev( ViewShell *pSh, OutputDevice *pOut ) in SetOutDev() argument 224 pSh->pOut = pOut; in SetOutDev() 297 OutputDevice *pOut = pSh->GetOut(); in Paint() local 298 pOut->Push(); in Paint() 310 if ( ( !pOut->GetConnectMetaFile() || in Paint() 315 pOut->SetClipRegion( aPoly ); in Paint() 343 pOut->IntersectClipRegion( aPaintArea.SVRect() ); in Paint() 345 PaintPicture( pOut, aGrfArea ); in Paint() 353 pOut->Pop(); in Paint() 789 void lcl_correctlyAlignRect( SwRect& rAlignedGrfArea, const SwRect& rInArea, OutputDevice* pOut ) in lcl_correctlyAlignRect() argument [all …]
|
| /AOO41X/main/sc/source/ui/cctrl/ |
| H A D | cbuttonw.cxx | 38 : pOut( pOutputDevice ) in ScDDComboBoxButton() 53 pOut = pOutputDevice; in SetOutputDevice() 60 aBtnSize = pOut->LogicToPixel( Size(0,11), MAP_APPFONT ); in SetOptSizePixel() 62 aBtnSize.Width() = pOut->GetSettings().GetStyleSettings().GetScrollBarSize(); in SetOptSizePixel() 76 sal_Bool bHadFill = pOut->IsFillColor(); in Draw() 77 Color aOldFill = pOut->GetFillColor(); in Draw() 78 sal_Bool bHadLine = pOut->IsLineColor(); in Draw() 79 Color aOldLine = pOut->GetLineColor(); in Draw() 80 sal_Bool bOldEnable = pOut->IsMapModeEnabled(); in Draw() 86 pOut->EnableMapMode( sal_False ); in Draw() [all …]
|
| /AOO41X/main/svtools/source/graphic/ |
| H A D | grfcache.cxx | 461 …static sal_uLong GetNeededSize( OutputDevice* pOut, const Point& rPt, const Size& r… 467 … OutputDevice* pOut, const Point& rPt, const Size& rSz, in GraphicDisplayCacheEntry() argument 472 maAttr( rAttr ), maOutSizePix( pOut->LogicToPixel( rSz ) ), in GraphicDisplayCacheEntry() 473 mnCacheSize( GetNeededSize( pOut, rPt, rSz, rObj, rAttr ) ), in GraphicDisplayCacheEntry() 474 mnOutDevDrawMode( pOut->GetDrawMode() ), in GraphicDisplayCacheEntry() 475 mnOutDevBitCount( pOut->GetBitCount() ) in GraphicDisplayCacheEntry() 480 … OutputDevice* pOut, const Point& rPt, const Size& rSz, in GraphicDisplayCacheEntry() argument 485 maAttr( rAttr ), maOutSizePix( pOut->LogicToPixel( rSz ) ), in GraphicDisplayCacheEntry() 486 mnCacheSize( GetNeededSize( pOut, rPt, rSz, rObj, rAttr ) ), in GraphicDisplayCacheEntry() 487 mnOutDevDrawMode( pOut->GetDrawMode() ), in GraphicDisplayCacheEntry() [all …]
|
| H A D | grfmgr2.cxx | 199 sal_Bool GraphicManager::IsInCache( OutputDevice* pOut, const Point& rPt, in IsInCache() argument 203 return mpCache->IsInDisplayCache( pOut, rPt, rSz, rObj, rAttr ); in IsInCache() 208 sal_Bool GraphicManager::DrawObj( OutputDevice* pOut, const Point& rPt, const Size& rSz, in DrawObj() argument 221 const Size aOutSize( pOut->GetOutputSizePixel() ); in DrawObj() 223 if( rObj.IsAnimated() || ( pOut->GetOutDevType() == OUTDEV_PRINTER ) || in DrawObj() 227 ( pOut->GetConnectMetaFile() && !pOut->IsOutputEnabled() ) ) ) ) in DrawObj() 246 aGraphic.Draw( pOut, aPt, aSz ); in DrawObj() 255 if( !mpCache->DrawDisplayCacheObj( pOut, aPt, aSz, rObj, rAttr ) ) in DrawObj() 256 bRet = ImplDraw( pOut, aPt, aSz, rObj, rAttr, nFlags, rCached ); in DrawObj() 410 sal_Bool GraphicManager::ImplDraw( OutputDevice* pOut, const Point& rPt, in ImplDraw() argument [all …]
|
| H A D | grfmgr.cxx | 323 sal_Bool GraphicObject::ImplGetCropParams( OutputDevice* pOut, Point& rPt, Size& rSz, const Graphic… in ImplGetCropParams() argument 363 aSize100 = pOut->LogicToLogic( maGraphic.GetPrefSize(), &m, &aMap100 ); in ImplGetCropParams() 632 sal_Bool GraphicObject::IsCached( OutputDevice* pOut, const Point& rPt, const Size& rSz, in IsCached() argument 649 ImplGetCropParams( pOut, aPt, aSz, pAttr, aClipPolyPoly, bRectClip ); in IsCached() 651 bRet = mpMgr->IsInCache( pOut, aPt, aSz, *this, ( pAttr ? *pAttr : GetAttr() ) ); in IsCached() 683 sal_Bool GraphicObject::Draw( OutputDevice* pOut, const Point& rPt, const Size& rSz, in Draw() argument 689 const sal_uInt32 nOldDrawMode = pOut->GetDrawMode(); in Draw() 698 …pOut->SetDrawMode( nOldDrawMode & ( ~( DRAWMODE_SETTINGSLINE | DRAWMODE_SETTINGSFILL | DRAWMODE_SE… in Draw() 720 … const sal_Bool bCrop = ImplGetCropParams( pOut, aPt, aSz, &aAttr, aClipPolyPoly, bRectClip ); in Draw() 722 pOut->Push( PUSH_CLIPREGION ); in Draw() [all …]
|
| /AOO41X/main/sw/source/ui/config/ |
| H A D | viewopt.cxx | 132 void SwViewOption::DrawRect( OutputDevice *pOut, in DrawRect() argument 135 if ( pOut->GetOutDevType() != OUTDEV_PRINTER ) in DrawRect() 138 const Color aOldColor( pOut->GetFillColor() ); in DrawRect() 139 pOut->SetFillColor( aCol ); in DrawRect() 140 pOut->DrawRect( rRect.SVRect() ); in DrawRect() 141 pOut->SetFillColor( aOldColor ); in DrawRect() 144 DrawRectPrinter( pOut, rRect ); in DrawRect() 151 void SwViewOption::DrawRectPrinter( OutputDevice *pOut, in DrawRectPrinter() argument 154 Color aOldColor(pOut->GetLineColor()); in DrawRectPrinter() 155 Color aOldFillColor( pOut->GetFillColor() ); in DrawRectPrinter() [all …]
|
| /AOO41X/main/svx/inc/svx/ |
| H A D | svdxcgv.hxx | 57 Point GetPastePos(SdrObjList* pLst, OutputDevice* pOut=NULL); 64 SdrExchangeView(SdrModel* pModel1, OutputDevice* pOut = 0L); 112 Point GetViewCenter(const OutputDevice* pOut=NULL) const; 131 …, SdrObjList* pLst=NULL, OutputDevice* pOut=NULL, sal_uInt32 nOptions=0) { return Paste(rMtf,GetPa… in Paste() argument 133 …, SdrObjList* pLst=NULL, OutputDevice* pOut=NULL, sal_uInt32 nOptions=0) { return Paste(rBmp,GetPa… in Paste() argument 135 …, SdrObjList* pLst=NULL, OutputDevice* pOut=NULL, sal_uInt32 nOptions=0) { return Paste(rMod,GetPa… in Paste() argument 137 …, SdrObjList* pLst=NULL, OutputDevice* pOut=NULL, sal_uInt32 nOptions=0) { return Paste(rStr,GetPa… in Paste() argument 140 …st* pLst=NULL, OutputDevice* pOut=NULL, sal_uInt32 nOptions=0) { return Paste(rInput,rBaseURL,eFor… in Paste() argument 154 …sal_Bool PasteClipboard( OutputDevice* pOut = NULL, sal_uIntPtr nFormat = SDR_ANYFORMAT…
|
| /AOO41X/main/sw/source/filter/inc/ |
| H A D | fltshell.hxx | 476 SwFltOutBase* pOut; member in SwFltShell 542 { *pOut << rItem; return *this; } in operator <<() 556 return ( pOut == pOutDoc ) ? pOutDoc->IsInTable() : 0; } in IsInTable() 558 return pOut->GetCellAttr(nWhich); } in GetCellAttr() 560 sal_Bool b = pOut->BeginTable(); in BeginTable() 564 pOut->NextTableCell(); } in NextTableCell() 566 pOut->NextTableRow(); } in NextTableRow() 568 pOut->SetTableWidth(nW); } in SetTableWidth() 572 pOut->SetTableOrient(eOri); } in SetTableOrient() 574 pOut->SetCellWidth(nWidth, nCell); } in SetCellWidth() [all …]
|
| /AOO41X/main/svx/source/svdraw/ |
| H A D | svdpntv.cxx | 288 SdrPaintView::SdrPaintView(SdrModel* pModel1, OutputDevice* pOut) in SdrPaintView() argument 304 if(pOut) in SdrPaintView() 306 AddWindowToPaintView(pOut); in SdrPaintView() 486 sal_uInt16 SdrPaintView::ImpGetMinMovLogic(short nMinMov, const OutputDevice* pOut) const in ImpGetMinMovLogic() 489 if (pOut==NULL) in ImpGetMinMovLogic() 491 pOut = GetFirstOutputDevice(); in ImpGetMinMovLogic() 493 if (pOut!=NULL) { in ImpGetMinMovLogic() 494 return short(-pOut->PixelToLogic(Size(nMinMov,0)).Width()); in ImpGetMinMovLogic() 500 sal_uInt16 SdrPaintView::ImpGetHitTolLogic(short nHitTol, const OutputDevice* pOut) const in ImpGetHitTolLogic() 503 if (pOut==NULL) in ImpGetHitTolLogic() [all …]
|
| /AOO41X/main/sw/source/core/inc/ |
| H A D | drawdev.hxx | 41 OutputDevice *pOut; member in SwDrawDev 46 :pOut(pOutDev), pPos(pPosition) { } in SwDrawDev() 48 inline OutputDevice *GetOut() { return pOut; } in GetOut() 79 pOut->DrawText( rStart, rTxt, nIdx, nLen ); in DrawText() 81 pOut->DrawText( rStart - *pPos, rTxt, nIdx, nLen ); in DrawText() 92 pOut->DrawStretchText( rStart, nWidth, rTxt, nIdx, nLen ); in DrawStretchText() 94 pOut->DrawStretchText( rStart - *pPos, nWidth, rTxt, nIdx, nLen ); in DrawStretchText() 105 pOut->DrawTextArray( rStart, rTxt, pKernArray, nIdx, nLen ); in DrawTextArray() 107 pOut->DrawTextArray( rStart - *pPos, rTxt, pKernArray, nIdx, nLen ); in DrawTextArray() 117 pOut->DrawLine( rStart, rEnd ); in DrawLine() [all …]
|
| /AOO41X/main/sw/source/filter/writer/ |
| H A D | wrt_fn.cxx | 42 FnAttrOut pOut; in Out() local 43 if( 0 != ( pOut = pTab[ nId - RES_CHRATR_BEGIN] )) in Out() 44 (*pOut)( rWrt, rHt ); in Out() 66 FnAttrOut pOut; in Out_SfxItemSet() local 73 if( 0 != ( pOut = pTab[ pItem->Which() - RES_CHRATR_BEGIN] )) in Out_SfxItemSet() 74 (*pOut)( rWrt, *pItem ); in Out_SfxItemSet() 88 )) && 0 != ( pOut = pTab[ nWhich - RES_CHRATR_BEGIN] )) in Out_SfxItemSet() 89 (*pOut)( rWrt, *pItem ); in Out_SfxItemSet() 121 FnNodeOut pOut; in Out() local 122 if( 0 != ( pOut = pTab[ nId - RES_NODE_BEGIN ] )) in Out() [all …]
|
| /AOO41X/main/editeng/inc/editeng/ |
| H A D | svxfont.hxx | 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, 107 Size QuickGetTextSize( const OutputDevice *pOut, const String &rTxt, [all …]
|