/aoo42x/main/sw/source/filter/ww8/dump/ |
H A D | dump8a.cxx | 144 *pOut << endl1; in Dump_LVL() 179 *pOut << endl1; in DumpNumList() 204 *pOut << endl1; in DumpNumList() 215 *pOut << endl1; in DumpNumList() 270 *pOut << endl1; in DumpNumList() 333 *pOut << endl1; in DumpBookLow() 358 *pOut << endl1; in DumpBookLow() 413 *pOut << endl1; in DumpField3() 516 *pOut << endl1; in DumpFonts() 1464 *pOut << c; in DumpChar() [all …]
|
H A D | ww8dout.cxx | 42 ostream* pOut = 0; variable 194 *pOut << nPara; in OutShort() 212 *pOut << nPara; in OutWord() 221 *pOut << nPara; in OutWords() 241 *pOut << ' '; in OutWordsHex() 254 *pOut << ' '; in OutLongsHex() 290 *pOut << nPos; in OutTab() 300 *pOut << nPos; in OutTab() 327 *pOut << nPos; in OutTab190() 365 *pOut << endl1; in OutHugeHex() [all …]
|
/aoo42x/main/editeng/source/items/ |
H A D | svxfont.cxx | 204 OutputDevice *pOut; member in SvxDoCapitals 368 pOut->SetFont( *this ); in SetPhysFont() 377 pOut->SetFont( aNewFont ); in SetPhysFont() 388 SetPhysFont( pOut ); in ChgPhysFont() 439 return Size( pOut->GetTextWidth( rTxt ), pOut->GetTextHeight() ); in GetPhysTxtSize() 537 pOut->SetFont(aOldFont); in DrawText() 649 pOut->SetFont(aOldFont); in DrawPrev() 708 pFont->SetPhysFont( pOut ); in Do() 713 pFont->SetPhysFont( pOut ); in Do() 817 pFont->SetPhysFont( pOut ); in Do() [all …]
|
/aoo42x/main/vcl/source/fontsubset/ |
H A D | cff.cxx | 2170 pOut += sprintf( pOut, in emitAsType1() 2187 pOut += sprintf( pOut, in emitAsType1() 2194 pOut += sprintf( pOut, in emitAsType1() 2197 pOut += sprintf( pOut, in emitAsType1() 2206 pOut += sprintf( pOut, in emitAsType1() 2246 pOut += sprintf( pOut, in emitAsType1() 2271 pOut += sprintf( pOut, " def\n"); in emitAsType1() 2276 pOut += sprintf( pOut, " def\n"); in emitAsType1() 2281 pOut += sprintf( pOut, " def\n"); in emitAsType1() 2348 pOut += sprintf( pOut, in emitAsType1() [all …]
|
/aoo42x/main/svtools/source/filter/wmf/ |
H A D | winwmf.cxx | 169 pOut->SetBkMode( nDat ); in ReadRecordParams() 186 pOut->SetRasterOp( nROP2 ); in ReadRecordParams() 198 pOut->SetWinOrg( ReadYX() ); in ReadRecordParams() 248 pOut->LineTo( ReadYX() ); in ReadRecordParams() 254 pOut->MoveTo( ReadYX() ); in ReadRecordParams() 326 pOut->DrawPolygon( aPoly ); in ReadRecordParams() 381 pOut->Push(); in ReadRecordParams() 387 pOut->Pop(); in ReadRecordParams() 1048 pOut->SetWinExt( aWMFSize ); in ReadHeader() 1058 pOut->SetDevExt( aDevExt ); in ReadHeader() [all …]
|
H A D | enhwmf.cxx | 487 pOut->SetMapMode( nMapMode ); in ReadEnhWMF() 494 pOut->SetBkMode( nDat32 ); in ReadEnhWMF() 504 pOut->SetRasterOp( nDat32 ); in ReadEnhWMF() 517 pOut->SetTextAlign( nDat32 ); in ReadEnhWMF() 556 pOut->Push(); in ReadEnhWMF() 562 pOut->Pop(); in ReadEnhWMF() 784 pOut->ClearPath(); in ReadEnhWMF() 790 pOut->ClearPath(); in ReadEnhWMF() 796 pOut->ClosePath(); in ReadEnhWMF() 815 pOut->SetClipPath( pOut->GetPathObj(), nClippingMode, sal_True ); in ReadEnhWMF() [all …]
|
/aoo42x/main/sw/source/core/text/ |
H A D | txtpaint.hxx | 40 OutputDevice* pOut; member in SwSaveClip 59 pOut(pOutDev) in SwSaveClip() 76 OutputDevice* pOut; member in SwDbgOut 125 :pOut( bOn ? pOutDev : 0 ) in SwDbgOut() 150 if( pOut ) in DbgBackColor() 159 if( pOut ) in ~DbgBackColor() 170 if( pOut ) in DbgRect() 174 pOut->SetLineColor( aColor ); in DbgRect() 177 pOut->DrawRect( rRect ); in DbgRect() 178 pOut->SetLineColor( aLineColor ); in DbgRect() [all …]
|
H A D | itratr.cxx | 133 if ( pLastOut != pOut ) in SeekAndChgAttrIter() 135 pLastOut = pOut; in SeekAndChgAttrIter() 200 if ( pLastOut != pOut ) in SeekStartAndChgAttrIter() 202 pLastOut = pOut; in SeekStartAndChgAttrIter() 360 OutputDevice* pOut; member in SwMinMaxArgs 593 if( !pOut ) in GetMinMaxSize() 596 pOut = pSh->GetWin(); in GetMinMaxSize() 597 if( !pOut ) in GetMinMaxSize() 812 pOut->SetMapMode( aOldMap ); in GetMinMaxSize() 831 OutputDevice* pOut = NULL; in GetScalingOfSelectedText() local [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() 86 pOut->SetClipRegion(); in _ChgClip() 108 pOut->SetClipRegion(); in _ChgClip() [all …]
|
H A D | porrst.cxx | 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 403 pOut = pSh->GetWin(); in FillRegister() 405 if( !pOut ) in FillRegister() 406 pOut = GetpApp()->GetDefaultDevice(); in FillRegister() 456 pOut->SetMapMode( aOldMap ); in FillRegister() 481 Color aOldColor( pOut->GetFillColor() ); in Paint() 482 pOut->SetFillColor( aCol ); in Paint() [all …]
|
/aoo42x/main/vcl/source/gdi/ |
H A D | metaact.cxx | 335 pOut->DrawPixel( maPt ); in Execute() 495 pOut->DrawRect( maRect ); in Execute() 2802 pOut->SetClipRegion(); in Execute() 3063 pOut->SetLineColor(); in Execute() 3121 pOut->SetFillColor(); in Execute() 3230 pOut->SetTextFillColor(); in Execute() 3288 pOut->SetTextLineColor(); in Execute() 3524 pOut->SetFont( maFont ); in Execute() 3591 pOut->Push( mnFlags ); in Execute() 3634 pOut->Pop(); in IMPL_META_ACTION() [all …]
|
/aoo42x/main/sw/source/core/layout/ |
H A D | virtoutp.cxx | 46 OutputDevice *pOut; member in DbgRect 54 :pOut( pOutDev ) in DbgRect() 56 if( pOut ) in DbgRect() 60 pOut->SetFillColor(); in DbgRect() 61 pOut->DrawRect( rRect ); in DbgRect() 62 pOut->Pop(); in DbgRect() 149 if( pOut ) in DoesFit() 195 pOut = NULL; in Enter() 201 pOut = pO; in Enter() 214 pOut = NULL; in Enter() [all …]
|
/aoo42x/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() 95 strcat( pOut, "o.html" ); // SAFE STRCAT (#100211# - checked) in do_Process() 116 strcat( pOut, "d.html" ); // SAFE STRCAT (#100211# - checked) in do_Process() 138 strcat(pOut, "#"); // SAFE STRCAT (#100211# - checked) in do_Process() 139 strcat(pOut, i_rData.LocalName().c_str()); // SAFE STRCAT (#100211# - checked) in do_Process() 148 *pOut = '\0'; in do_Process() 159 *pOut = '\0'; in do_Process() 161 strcat(pOut, i_rData.LocalName().c_str()); // SAFE STRCAT (#100211# - checked) in do_Process() 245 *pOut = NULCH; in Create_PrePath() [all …]
|
/aoo42x/main/sw/source/core/doc/ |
H A D | notxtfrm.cxx | 224 pSh->pOut = pOut; in SetOutDev() 310 OutputDevice *pOut = pSh->GetOut(); in Paint() local 311 pOut->Push(); in Paint() 328 pOut->SetClipRegion( aPoly ); in Paint() 358 PaintPicture( pOut, aGrfArea ); in Paint() 366 pOut->Pop(); in Paint() 805 if(!pOut) in lcl_correctlyAlignRect() 986 pVout = pOut, pOut = pShell->GetOut(); in PaintPicture() 989 pVout = pOut, pOut = pShell->GetWin(); in PaintPicture() 1064 *pOut, in PaintPicture() [all …]
|
/aoo42x/main/sc/source/ui/cctrl/ |
H A D | cbuttonw.cxx | 38 : pOut( pOutputDevice ) in ScDDComboBoxButton() 53 pOut = pOutputDevice; in SetOutputDevice() 86 pOut->EnableMapMode( sal_False ); in Draw() 88 DecorationView aDecoView( pOut); in Draw() 116 pOut->SetLineColor(aOldLine); in Draw() 118 pOut->SetLineColor(); in Draw() 120 pOut->SetFillColor(aOldFill); in Draw() 122 pOut->SetFillColor(); in Draw() 148 pOut->SetFillColor( aColor ); in ImpDrawArrow() 149 pOut->SetLineColor( aColor ); in ImpDrawArrow() [all …]
|
/aoo42x/main/svtools/source/graphic/ |
H A D | grfcache.cxx | 535 const Size aOutSizePix( pOut->LogicToPixel( rSz ) ); in GetNeededSize() 536 const long nBitCount = pOut->GetBitCount(); in GetNeededSize() 580 GraphicManager::ImplDraw( pOut, rPt, rSz, *mpMtf, maAttr ); in Draw() 592 pOut->DrawBitmapEx( rPt, rSz, *mpBmpEx ); in Draw() 882 const Point aPtPixel( pOut->LogicToPixel( rPt ) ); in IsInDisplayCache() 883 const Size aSzPixel( pOut->LogicToPixel( rSz ) ); in IsInDisplayCache() 933 pOut, rPt, rSz, rObj, rAttr, rBmpEx ); in CreateDisplayCacheObj() 967 pOut, rPt, rSz, rObj, rAttr, rMtf ); in CreateDisplayCacheObj() 991 const Point aPtPixel( pOut->LogicToPixel( rPt ) ); in DrawDisplayCacheObj() 992 const Size aSzPixel( pOut->LogicToPixel( rSz ) ); in DrawDisplayCacheObj() [all …]
|
H A D | grfmgr2.cxx | 227 ( pOut->GetConnectMetaFile() && !pOut->IsOutputEnabled() ) ) ) ) in DrawObj() 246 aGraphic.Draw( pOut, aPt, aSz ); in DrawObj() 479 aGraphic.Draw( pOut, rPt, rSz ); in ImplDraw() 513 aOutPtPix = pOut->LogicToPixel( rPt ); in ImplCreateOutput() 628 aOutPt = pOut->PixelToLogic( aOutPtPix ); in ImplCreateOutput() 629 aOutSz = pOut->PixelToLogic( aOutSzPix ); in ImplCreateOutput() 690 …if( pOut->GetOutDevType() != OUTDEV_PRINTER && pOut->GetBitCount() <= 8 && aOutBmpEx.GetBitCount()… in ImplCreateOutput() 1977 pOut->Push( PUSH_CLIPREGION ); in ImplDraw() 1984 pOut->Pop(); in ImplDraw() 2330 pOut->Push( PUSH_CLIPREGION ); in ImplDrawTiled() [all …]
|
H A D | grfmgr.cxx | 682 const sal_uInt32 nOldDrawMode = pOut->GetDrawMode(); in Draw() 715 pOut->Push( PUSH_CLIPREGION ); in Draw() 724 pOut->IntersectClipRegion( aCropRect ); in Draw() 728 pOut->IntersectClipRegion( aClipPolyPoly ); in Draw() 736 pOut->Pop(); in Draw() 738 pOut->SetDrawMode( nOldDrawMode ); in Draw() 823 const MapMode aOutMapMode( pOut->GetMapMode() ); in DrawTiled() 865 pOut->Push( PUSH_CLIPREGION ); in StartAnimation() 872 pOut->IntersectClipRegion( aClipPolyPoly ); in StartAnimation() 888 pOut->Pop(); in StartAnimation() [all …]
|
/aoo42x/main/sw/source/ui/config/ |
H A D | viewopt.cxx | 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() 154 Color aOldColor(pOut->GetLineColor()); in DrawRectPrinter() 158 pOut->DrawRect( rRect.SVRect() ); in DrawRectPrinter() 159 pOut->SetFillColor( aOldFillColor ); in DrawRectPrinter() 160 pOut->SetLineColor( aOldColor ); in DrawRectPrinter() 169 ASSERT( pOut, "no Outdev" ); in GetPostItsWidth() 179 if( pOut && bIsScript ) in PaintPostIts() [all …]
|
/aoo42x/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…
|
/aoo42x/main/svx/source/svdraw/ |
H A D | svdpntv.cxx | 304 if(pOut) in SdrPaintView() 306 AddWindowToPaintView(pOut); in SdrPaintView() 489 if (pOut==NULL) in ImpGetMinMovLogic() 491 pOut = GetFirstOutputDevice(); in ImpGetMinMovLogic() 493 if (pOut!=NULL) { in ImpGetMinMovLogic() 503 if (pOut==NULL) in ImpGetHitTolLogic() 505 pOut = GetFirstOutputDevice(); in ImpGetHitTolLogic() 507 if (pOut!=NULL) { in ImpGetHitTolLogic() 796 if(pOut && OUTDEV_WINDOW == pOut->GetOutDevType()) in CompleteRedraw() 990 if(pOut && OUTDEV_WINDOW == pOut->GetOutDevType() && !bDisableIntersect) in BeginDrawLayers() [all …]
|
/aoo42x/main/sw/source/filter/inc/ |
H A D | fltshell.hxx | 476 SwFltOutBase* pOut; member in SwFltShell 564 pOut->NextTableCell(); } in NextTableCell() 566 pOut->NextTableRow(); } in NextTableRow() 568 pOut->SetTableWidth(nW); } in SetTableWidth() 572 pOut->SetTableOrient(eOri); } in SetTableOrient() 576 pOut->SetCellHeight(nH); } in SetCellHeight() 580 pOut->SetCellSpace(nSp); } in SetCellSpace() 582 pOut->DeleteCell(nCell); } in DeleteCell() 584 pOut->EndTable(); } in EndTable() 595 pOut->SetFlyFrmAttr( rAttr ); } in SetFlyFrmAttr() [all …]
|
/aoo42x/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() 117 pOut->DrawLine( rStart, rEnd ); in DrawLine() 119 pOut->DrawLine( rStart - *pPos, rEnd - *pPos ); in DrawLine() [all …]
|
/aoo42x/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 …]
|
/aoo42x/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 …]
|