| /trunk/main/vcl/source/gdi/ ! |
| H A D | salgdilayout.cxx | 111 void SalGraphics::mirror( long& x, const OutputDevice *pOutDev, bool bBack ) const in mirror() argument 114 if( pOutDev && pOutDev->GetOutDevType() == OUTDEV_VIRDEV ) in mirror() 115 w = pOutDev->GetOutputWidthPixel(); in mirror() 121 if( pOutDev && pOutDev->ImplIsAntiparallel() ) 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() argument 150 if( pOutDev && pOutDev->GetOutDevType() == OUTDEV_VIRDEV ) in mirror() 151 w = pOutDev->GetOutputWidthPixel(); in mirror() 157 if( pOutDev && pOutDev->ImplIsAntiparallel() ) in mirror() 159 OutputDevice *pOutDevRef = (OutputDevice*) pOutDev; in mirror() [all …]
|
| H A D | graph.cxx | 56 static void ImplDrawDefault( OutputDevice* pOutDev, const UniString* pText, in ImplDrawDefault() argument 60 sal_uInt16 nPixel = (sal_uInt16) pOutDev->PixelToLogic( Size( 1, 1 ) ).Width(); in ImplDrawDefault() 67 pOutDev->Push(); in ImplDrawDefault() 69 pOutDev->SetFillColor(); in ImplDrawDefault() 72 if ( pOutDev->GetOutDevType() == OUTDEV_PRINTER ) in ImplDrawDefault() 73 pOutDev->SetLineColor( COL_BLACK ); in ImplDrawDefault() 79 pOutDev->SetLineColor( COL_LIGHTGRAY ); in ImplDrawDefault() 80 pOutDev->DrawRect( aBorderRect ); in ImplDrawDefault() 86 pOutDev->SetLineColor( COL_GRAY ); in ImplDrawDefault() 89 pOutDev->DrawRect( aBorderRect ); in ImplDrawDefault() [all …]
|
| H A D | virdev.cxx | 45 void VirtualDevice::ImplInitVirDev( const OutputDevice* pOutDev, in ImplInitVirDev() argument 59 if ( !pOutDev ) in ImplInitVirDev() 60 pOutDev = ImplGetDefaultWindow(); in ImplInitVirDev() 61 if( !pOutDev ) in ImplInitVirDev() 65 if ( !pOutDev->mpGraphics ) in ImplInitVirDev() 66 ((OutputDevice*)pOutDev)->ImplGetGraphics(); in ImplInitVirDev() 67 pGraphics = pOutDev->mpGraphics; in ImplInitVirDev() 81 mnBitCount = ( nBitCount ? nBitCount : pOutDev->GetBitCount() ); in ImplInitVirDev() 96 if ( pOutDev->GetOutDevType() == OUTDEV_PRINTER ) in ImplInitVirDev() 98 else if ( pOutDev->GetOutDevType() == OUTDEV_VIRDEV ) in ImplInitVirDev() [all …]
|
| H A D | impimage.cxx | 386 void ImplImageBmp::Draw( sal_uInt16 nPos, OutputDevice* pOutDev, in Draw() argument 390 if( pOutDev->IsDeviceOutputNecessary() ) in Draw() 395 aOutSize = ( pSize ? *pSize : pOutDev->PixelToLogic( maSize ) ); in Draw() 400 pOutDev->DrawBitmapEx( rPos, aOutSize, aSrcPos, maSize, maDisabledBmpEx ); in Draw() 434 … const StyleSettings& rSettings = pOutDev->GetSettings().GetStyleSettings(); in Draw() 530 pOutDev->DrawBitmapEx( rPos, aOutSize, aTmpBmpEx ); in Draw() 536 if( pOutDev->GetOutDevType() == OUTDEV_WINDOW ) in Draw() 538 ImplUpdateDisplayBmp( pOutDev ); in Draw() 545 pOutDev->DrawBitmapEx( rPos, aOutSize, aSrcPos, maSize, *pOutputBmp ); in Draw() 555 pOutDev in ImplUpdateDisplayBmp() [all …]
|
| /trunk/main/toolkit/source/awt/ ! |
| H A D | vclxfont.cxx | 65 OutputDevice* pOutDev = VCLUnoHelper::GetOutputDevice( mxDevice ); in ImplAssertValidFontMetric() local 66 if ( pOutDev ) in ImplAssertValidFontMetric() 68 Font aOldFont = pOutDev->GetFont(); in ImplAssertValidFontMetric() 69 pOutDev->SetFont( maFont ); in ImplAssertValidFontMetric() 70 mpFontMetric = new FontMetric( pOutDev->GetFontMetric() ); in ImplAssertValidFontMetric() 71 pOutDev->SetFont( aOldFont ); in ImplAssertValidFontMetric() 121 OutputDevice* pOutDev = VCLUnoHelper::GetOutputDevice( mxDevice ); in getCharWidth() local 122 if ( pOutDev ) in getCharWidth() 124 Font aOldFont = pOutDev->GetFont(); in getCharWidth() 125 pOutDev->SetFont( maFont ); in getCharWidth() [all …]
|
| /trunk/main/vcl/inc/ ! |
| H A D | salgdi.hxx | 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 … nPoints, const SalPoint *pPtAry, SalPoint *pPtAry2, const OutputDevice *pOutDev, bool bBack = fal… 358 …void mirror( Region& rRgn, const OutputDevice *pOutDev, bool bBack = false ) co… 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… 362 …ygon mirror( const basegfx::B2DPolyPolygon& i_rPoly, const OutputDevice *pOutDev, bool bBack = fal… 366 bool SetClipRegion( const Region&, const OutputDevice *pOutDev ); 369 void DrawPixel( long nX, long nY, const OutputDevice *pOutDev ); 370 … DrawPixel( long nX, long nY, SalColor nSalColor, const OutputDevice *pOutDev ); [all …]
|
| /trunk/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 | impedit3.cxx | 157 OutputDevice* pOutDev, in lcl_DrawRedLines() argument 171 long nHght = pOutDev->LogicToPixel( Size( 0, nFontHeight ) ).Height(); in lcl_DrawRedLines() 198 long nOnePixel = pOutDev->PixelToLogic( Size( 0, 1 ) ).Height(); in lcl_DrawRedLines() 232 pOutDev->DrawWaveLine( aPnt1, aPnt2, nStyle ); in lcl_DrawRedLines() 2858 void ImpEditEngine::Paint( OutputDevice* pOutDev, Rectangle aClipRec, Point aStartPos, sal_Bool bSt… in Paint() argument 2866 long nFirstVisXPos = - pOutDev->GetMapMode().GetOrigin().X(); in Paint() 2867 long nFirstVisYPos = - pOutDev->GetMapMode().GetOrigin().Y(); in Paint() 2874 Font aOldFont( pOutDev->GetFont() ); in Paint() 2875 …vcl::PDFExtOutDevData* pPDFExtOutDevData = PTR_CAST( vcl::PDFExtOutDevData, pOutDev->GetExtOutDevD… in Paint() 2892 GDIMetaFile* pMtf = pOutDev->GetConnectMetaFile(); in Paint() [all …]
|
| /trunk/main/editeng/source/uno/ ! |
| H A D | unoviwed.cxx | 49 OutputDevice* pOutDev = mrView.GetWindow(); in GetVisArea() local 51 if( pOutDev ) in GetVisArea() 60 MapMode aMapMode(pOutDev->GetMapMode()); in GetVisArea() 65 return pOutDev->LogicToPixel( aVisArea, aMapMode ); in GetVisArea() 74 OutputDevice* pOutDev = mrView.GetWindow(); in LogicToPixel() local 76 if( pOutDev ) in LogicToPixel() 78 MapMode aMapMode(pOutDev->GetMapMode()); in LogicToPixel() 82 return pOutDev->LogicToPixel( aPoint, aMapMode ); in LogicToPixel() 90 OutputDevice* pOutDev = mrView.GetWindow(); in PixelToLogic() local 92 if( pOutDev ) in PixelToLogic() [all …]
|
| H A D | unoviwou.cxx | 62 OutputDevice* pOutDev = mrOutlinerView.GetWindow(); in GetVisArea() local 64 if( pOutDev ) in GetVisArea() 77 MapMode aMapMode(pOutDev->GetMapMode()); in GetVisArea() 82 return pOutDev->LogicToPixel( aVisArea, aMapMode ); in GetVisArea() 91 OutputDevice* pOutDev = mrOutlinerView.GetWindow(); in LogicToPixel() local 93 if( pOutDev ) in LogicToPixel() 102 MapMode aMapMode(pOutDev->GetMapMode()); in LogicToPixel() 106 return pOutDev->LogicToPixel( aPoint2, aMapMode ); in LogicToPixel() 114 OutputDevice* pOutDev = mrOutlinerView.GetWindow(); in PixelToLogic() local 116 if( pOutDev ) in PixelToLogic() [all …]
|
| H A D | unoedprx.cxx | 762 OutputDevice* pOutDev = GetRefDevice(); in GetCharBounds() local 764 DBG_ASSERT(pOutDev!=NULL, "SvxAccessibleTextAdapter::GetCharBounds: No ref device"); in GetCharBounds() 768 if( pOutDev ) in GetCharBounds() 770 AccessibleStringWrap aStringWrap( *pOutDev, aBulletInfo.aFont, aBulletInfo.aText ); in GetCharBounds() 781 OutputDevice* pOutDev = GetRefDevice(); in GetCharBounds() local 783 DBG_ASSERT(pOutDev!=NULL, "SvxAccessibleTextAdapter::GetCharBounds: No ref device"); in GetCharBounds() 785 if( pOutDev ) in GetCharBounds() 790 AccessibleStringWrap aStringWrap( *pOutDev, in GetCharBounds() 866 OutputDevice* pOutDev = GetRefDevice(); in GetIndexAtPoint() local 868 DBG_ASSERT(pOutDev!=NULL, "SvxAccessibleTextAdapter::GetIndexAtPoint: No ref device"); in GetIndexAtPoint() [all …]
|
| /trunk/main/sw/source/core/text/ ! |
| H A D | txtpaint.hxx | 56 inline SwSaveClip::SwSaveClip( OutputDevice* pOutDev ) : in SwSaveClip() argument 57 bOn( pOutDev && pOutDev->IsClipRegion() ), in SwSaveClip() 59 pOut(pOutDev) in SwSaveClip() 78 inline SwDbgOut( OutputDevice* pOutDev, const sal_Bool bOn = sal_True ); 124 inline SwDbgOut::SwDbgOut( OutputDevice* pOutDev, const sal_Bool bOn ) in SwDbgOut() argument 125 :pOut( bOn ? pOutDev : 0 ) in SwDbgOut() 146 inline DbgBackColor::DbgBackColor( OutputDevice* pOutDev, const sal_Bool bOn, in DbgBackColor() argument 148 :SwDbgOut( pOutDev, bOn ) in DbgBackColor() 165 inline DbgRect::DbgRect( OutputDevice* pOutDev, const Rectangle &rRect, in DbgRect() argument 168 : SwDbgOut( pOutDev, bOn ) in DbgRect()
|
| /trunk/main/sw/source/core/view/ ! |
| H A D | vprint.cxx | 217 void ViewShell::InitPrt( OutputDevice *pOutDev ) in InitPrt() argument 224 if ( pOutDev ) in InitPrt() 228 aPrtOffst += pOutDev->GetMapMode().GetOrigin(); in InitPrt() 229 MapMode aMapMode( pOutDev->GetMapMode() ); in InitPrt() 231 pOutDev->SetMapMode( aMapMode ); in InitPrt() 232 pOutDev->SetLineColor(); in InitPrt() 233 pOutDev->SetFillColor(); in InitPrt() 239 pOut = pOutDev; //Oder was sonst? in InitPrt() 475 OutputDevice *pOutDev, in PrintOrPDFExport() argument 487 if (!pOutDev || nMaxRenderer < 0 || nRenderer < 0 || nRenderer > nMaxRenderer) in PrintOrPDFExport() [all …]
|
| H A D | vdraw.cxx | 170 OutputDevice* pOutDev = GetShell()->GetOut(); in PaintLayer() local 171 sal_uLong nOldDrawMode = pOutDev->GetDrawMode(); in PaintLayer() 176 pOutDev->SetDrawMode( nOldDrawMode | DRAWMODE_SETTINGSLINE | DRAWMODE_SETTINGSFILL | in PaintLayer() 208 pOutDev->Push( PUSH_LINECOLOR ); // #114231# in PaintLayer() 215 GetPageView()->DrawLayer( _nLayerID, pOutDev, pRedirector ); in PaintLayer() 216 pOutDev->Pop(); in PaintLayer() 228 pOutDev->SetDrawMode( nOldDrawMode ); in PaintLayer()
|
| /trunk/main/canvas/source/cairo/ ! |
| H A D | cairo_devicehelper.cxx | 67 OutputDevice* pOutDev=getOutputDevice(); in init() local 68 mpSurface = cairo::createSurface( *pOutDev, in init() 69 pOutDev->GetOutOffXPixel(), in init() 70 pOutDev->GetOutOffYPixel(), in init() 71 pOutDev->GetOutputWidthPixel(), in init() 72 pOutDev->GetOutputHeightPixel() ); in init() 90 OutputDevice* pOutDev=getOutputDevice(); in setSize() local 95 mpSurface->Resize( rSize.getX() + pOutDev->GetOutOffXPixel(), in setSize() 96 rSize.getY() + pOutDev->GetOutOffYPixel() ); in setSize() 100 *pOutDev, in setSize() [all …]
|
| /trunk/main/chart2/source/controller/drawinglayer/ ! |
| H A D | DrawViewWrapper.cxx | 70 short lcl_getHitTolerance( OutputDevice* pOutDev ) in lcl_getHitTolerance() argument 74 if(pOutDev) in lcl_getHitTolerance() 75 nHitTolerance = static_cast<short>(pOutDev->PixelToLogic(Size(HITPIX,0)).Width()); in lcl_getHitTolerance() 191 OutputDevice* pOutDev = this->GetFirstOutputDevice(); in ReInit() local 193 if(pOutDev) in ReInit() 194 aOutputSize = pOutDev->GetOutputSize(); in ReInit() 402 OutputDevice* pOutDev = this->GetFirstOutputDevice(); in Notify() local 403 if( pOutDev ) in Notify() 405 m_aMapModeToRestore = pOutDev->GetMapMode(); in Notify() 415 OutputDevice* pOutDev = this->GetFirstOutputDevice(); in Notify() local [all …]
|
| /trunk/main/sdext/source/pdfimport/xpdfwrapper/ ! |
| H A D | wrapper_gpl.cxx | 134 pdfi::PDFOutDev* pOutDev( new pdfi::PDFOutDev(&aErrDoc) ); in main() local 139 pOutDev->setPageNum( nPages ); in main() 147 aErrDoc.displayPage( pOutDev, in main() 152 aErrDoc.processLinks( pOutDev, i ); in main() 157 pdfi::PDFOutDev* pOutDev( new pdfi::PDFOutDev(&aDoc) ); in main() local 160 pOutDev->setPageNum( aDoc.getNumPages() ); in main() 169 aDoc.displayPage( pOutDev, in main() 174 aDoc.processLinks( pOutDev, i ); in main()
|
| /trunk/main/toolkit/source/controls/ ! |
| H A D | tabpagemodel.cxx | 241 static ::Size ImplMapPixelToAppFont( OutputDevice* pOutDev, const ::Size& aSize ) in ImplMapPixelToAppFont() argument 243 ::Size aTmp = pOutDev->PixelToLogic( aSize, MAP_APPFONT ); in ImplMapPixelToAppFont() 250 OutputDevice*pOutDev = Application::GetDefaultDevice(); in windowResized() local 251 DBG_ASSERT( pOutDev, "Missing Default Device!" ); in windowResized() 252 if ( pOutDev && !mbSizeModified ) in windowResized() 267 aAppFontSize = ImplMapPixelToAppFont( pOutDev, aAppFontSize ); in windowResized() 288 OutputDevice*pOutDev = Application::GetDefaultDevice(); in windowMoved() local 289 DBG_ASSERT( pOutDev, "Missing Default Device!" ); in windowMoved() 290 if ( pOutDev && !mbPosModified ) in windowMoved() 295 aTmp = ImplMapPixelToAppFont( pOutDev, aTmp ); in windowMoved()
|
| H A D | dialogcontrol.cxx | 318 static ::Size ImplMapPixelToAppFont( OutputDevice* pOutDev, const ::Size& aSize ) in ImplMapPixelToAppFont() argument 320 ::Size aTmp = pOutDev->PixelToLogic( aSize, MAP_APPFONT ); in ImplMapPixelToAppFont() 327 OutputDevice*pOutDev = Application::GetDefaultDevice(); in windowResized() local 328 DBG_ASSERT( pOutDev, "Missing Default Device!" ); in windowResized() 329 if ( pOutDev && !mbSizeModified ) in windowResized() 347 aAppFontSize = ImplMapPixelToAppFont( pOutDev, aAppFontSize ); in windowResized() 368 OutputDevice*pOutDev = Application::GetDefaultDevice(); in windowMoved() local 369 DBG_ASSERT( pOutDev, "Missing Default Device!" ); in windowMoved() 370 if ( pOutDev && !mbPosModified ) in windowMoved() 375 aTmp = ImplMapPixelToAppFont( pOutDev, aTmp ); in windowMoved()
|
| /trunk/main/starmath/source/ ! |
| H A D | document.cxx | 271 OutputDevice* pOutDev = aPrtAcc.GetRefDev(); in ArrangeFormula() local 273 if (!pOutDev) in ArrangeFormula() 281 if (!pOutDev) in ArrangeFormula() 285 pOutDev = &pView->GetGraphicWindow(); in ArrangeFormula() 288 pOutDev = &SM_MOD()->GetDefaultVirtualDev(); in ArrangeFormula() 289 pOutDev->SetMapMode( MapMode(MAP_100TH_MM) ); in ArrangeFormula() 292 DBG_ASSERT(pOutDev->GetMapMode().GetMapUnit() == MAP_100TH_MM, in ArrangeFormula() 300 sal_uLong nLayoutMode = pOutDev->GetLayoutMode(); in ArrangeFormula() 301 pOutDev->SetLayoutMode( TEXT_LAYOUT_BIDI_LTR ); in ArrangeFormula() 302 sal_Int16 nDigitLang = pOutDev->GetDigitLanguage(); in ArrangeFormula() [all …]
|
| H A D | accessibility.cxx | 923 OutputDevice* pOutDev = pEditView ? pEditView->GetWindow() : 0; in GetVisArea() local 925 if( pOutDev && pEditView) in GetVisArea() 934 MapMode aMapMode(pOutDev->GetMapMode()); in GetVisArea() 939 return pOutDev->LogicToPixel( aVisArea, aMapMode ); in GetVisArea() 949 OutputDevice* pOutDev = pEditView ? pEditView->GetWindow() : 0; in LogicToPixel() local 951 if( pOutDev ) in LogicToPixel() 953 MapMode aMapMode(pOutDev->GetMapMode()); in LogicToPixel() 957 return pOutDev->LogicToPixel( aPoint, aMapMode ); in LogicToPixel() 966 OutputDevice* pOutDev = pEditView ? pEditView->GetWindow() : 0; in PixelToLogic() local 968 if( pOutDev ) in PixelToLogic() [all …]
|
| /trunk/main/svx/source/dialog/ ! |
| H A D | _contdlg.cxx | 282 OutputDevice* pOutDev = Application::GetDefaultDevice(); in ScaleContour() local 293 aOrgSize = pOutDev->PixelToLogic( aGrfSize, aDispMap ); in ScaleContour() 295 aOrgSize = pOutDev->LogicToLogic( aGrfSize, aGrfMap, aDispMap ); in ScaleContour() 309 aNewPoint = pOutDev->PixelToLogic( rPoly[ i ], aDispMap ); in ScaleContour() 311 aNewPoint = pOutDev->LogicToLogic( rPoly[ i ], aGrfMap, aDispMap ); in ScaleContour() 557 OutputDevice* pOutDev = Application::GetDefaultDevice(); in SetPolyPolygon() local 569 rPt = pOutDev->LogicToPixel( rPt, aGrfMap ); in SetPolyPolygon() 571 rPt = pOutDev->PixelToLogic( rPt, aMap100 ); in SetPolyPolygon() 594 OutputDevice* pOutDev = Application::GetDefaultDevice(); in GetPolyPolygon() local 605 rPt = pOutDev->LogicToPixel( rPt, aMap100 ); in GetPolyPolygon() [all …]
|
| /trunk/main/svtools/source/edit/ ! |
| H A D | texteng.cxx | 1492 void TextEngine::SeekCursor( sal_uLong nPara, sal_uInt16 nPos, Font& rFont, OutputDevice* pOutDev ) in SeekCursor() argument 1495 if ( pOutDev ) in SeekCursor() 1496 pOutDev->SetTextColor( maTextColor ); in SeekCursor() 1521 if ( pOutDev ) in SeekCursor() 1522 pOutDev->SetTextColor( ((TextAttribFontColor&)pAttrib->GetAttr()).GetColor() ); in SeekCursor() 2060 void TextEngine::ImpPaint( OutputDevice* pOutDev, const Point& rStartPos, Rectangle const* pPaintAr… in ImpPaint() argument 2069 Window* pOutWin = dynamic_cast<Window*>(pOutDev); in ImpPaint() 2084 const StyleSettings& rStyleSettings = pOutDev->GetSettings().GetStyleSettings(); in ImpPaint() 2125 ImpInitLayoutMode( pOutDev /*, pTextPortion->IsRightToLeft() */); in ImpPaint() 2142 SeekCursor( nPara, nIndex+1, aFont, pOutDev ); in ImpPaint() [all …]
|
| /trunk/main/vcl/inc/vcl/ ! |
| H A D | animate.hxx | 120 OutputDevice* pOutDev; member 126 AInfo() : pOutDev( NULL ), in AInfo() 189 …sal_Bool Start( OutputDevice* pOutDev, const Point& rDestPt, long nExtraData = … 191 …sal_Bool Start( OutputDevice* pOutDev, const Point& rDestPt, const Size& rDestS… 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 ) c…
|
| /trunk/main/sw/source/ui/uiview/ ! |
| H A D | srcview.cxx | 757 OutputDevice *pOutDev, in PrintSource() argument 761 if (!pOutDev || nPage <= 0) in PrintSource() 769 pOutDev->Push(); in PrintSource() 772 pOutDev->SetMapMode( MAP_100TH_MM ); in PrintSource() 778 pOutDev->SetFont( aFont ); in PrintSource() 782 sal_uInt16 nLineHeight = (sal_uInt16) pOutDev->GetTextHeight(); // etwas mehr. in PrintSource() 785 Size aPaperSz = pOutDev->GetOutputSize(); in PrintSource() 791 sal_uInt16 nCharspLine = (sal_uInt16) (aPaperSz.Width() / pOutDev->GetTextWidth( 'X' )); in PrintSource() 799 lcl_PrintHeader( *pOutDev, nPages, nCurPage, aTitle ); in PrintSource() 815 lcl_PrintHeader( *pOutDev, nPages, nCurPage, aTitle ); in PrintSource() [all …]
|