/aoo41x/main/vcl/source/gdi/ |
H A D | salgdilayout.cxx | 114 if( pOutDev && pOutDev->GetOutDevType() == OUTDEV_VIRDEV ) in mirror() 121 if( pOutDev && pOutDev->ImplIsAntiparallel() ) in mirror() 150 if( pOutDev && pOutDev->GetOutDevType() == OUTDEV_VIRDEV ) in mirror() 157 if( pOutDev && pOutDev->ImplIsAntiparallel() ) in mirror() 187 if( pOutDev && pOutDev->GetOutDevType() == OUTDEV_VIRDEV ) in mirror() 196 if( pOutDev && pOutDev->ImplIsAntiparallel() ) in mirror() 397 if( (m_nLayout & SAL_LAYOUT_BIDI_RTL) || (pOutDev && pOutDev->IsRTLEnabled()) ) in SetClipRegion() 408 if( (m_nLayout & SAL_LAYOUT_BIDI_RTL) || (pOutDev && pOutDev->IsRTLEnabled()) ) in DrawPixel() 409 mirror( nX, pOutDev ); in DrawPixel() 415 mirror( nX, pOutDev ); in DrawPixel() [all …]
|
H A D | graph.cxx | 67 pOutDev->Push(); in ImplDrawDefault() 69 pOutDev->SetFillColor(); 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() 126 pOutDev->SetFont( *pFont ); in ImplDrawDefault() 194 pOutDev->SetLineColor( COL_LIGHTRED ); in ImplDrawDefault() 199 pOutDev->Pop(); in ImplDrawDefault() [all …]
|
H A D | virdev.cxx | 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() 105 mnDPIX = pOutDev->mnDPIX; in ImplInitVirDev() 106 mnDPIY = pOutDev->mnDPIY; in ImplInitVirDev() 107 maFont = pOutDev->maFont; in ImplInitVirDev() 109 if( maTextColor != pOutDev->maTextColor ) 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 …]
|
/aoo41x/main/toolkit/source/awt/ |
H A D | vclxfont.cxx | 66 if ( pOutDev ) in ImplAssertValidFontMetric() 69 pOutDev->SetFont( maFont ); in ImplAssertValidFontMetric() 122 if ( pOutDev ) in getCharWidth() 125 pOutDev->SetFont( maFont ); in getCharWidth() 141 if ( pOutDev ) in getCharWidths() 144 pOutDev->SetFont( maFont ); in getCharWidths() 166 if ( pOutDev ) in getStringWidth() 169 pOutDev->SetFont( maFont ); in getStringWidth() 182 if ( pOutDev ) in getStringWidthArray() 185 pOutDev->SetFont( maFont ); in getStringWidthArray() [all …]
|
/aoo41x/main/vcl/inc/ |
H A D | salgdi.hxx | 411 const OutputDevice *pOutDev ); 417 const OutputDevice *pOutDev, 421 const OutputDevice *pOutDev ); 425 const OutputDevice *pOutDev ); 429 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 …]
|
/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 | impedit3.cxx | 157 OutputDevice* pOutDev, in lcl_DrawRedLines() argument 2874 Font aOldFont( pOutDev->GetFont() ); in Paint() 3055 aTmpFont.SetPhysFont( pOutDev ); in Paint() 3359 aTmpFont.SetPhysFont( pOutDev ); in Paint() 3398 aTmpFont.SetPhysFont( pOutDev ); in Paint() 3549 aTmpFont.SetPhysFont( pOutDev ); in Paint() 3634 pOutDev->SetFont( aOldFont ); in Paint() 4393 if(pOutDev) in ImplInitDigitMode() 4395 pOutDev->SetDigitLanguage( eLang ); in ImplInitDigitMode() 4468 pOutDev->SetLayoutMode( nLayoutMode ); in ImplInitLayoutMode() [all …]
|
/aoo41x/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() 781 OutputDevice* pOutDev = GetRefDevice(); in GetCharBounds() local 785 if( pOutDev ) in GetCharBounds() 790 AccessibleStringWrap aStringWrap( *pOutDev, in GetCharBounds() 866 OutputDevice* pOutDev = GetRefDevice(); in GetIndexAtPoint() local 870 if( !pOutDev ) in GetIndexAtPoint() 889 OutputDevice* pOutDev = GetRefDevice(); in GetIndexAtPoint() local 893 if( !pOutDev ) in GetIndexAtPoint() [all …]
|
/aoo41x/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()
|
/aoo41x/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() 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() 101 pOutDev->GetOutOffXPixel(), in setSize() [all …]
|
/aoo41x/main/sw/source/core/view/ |
H A D | vprint.cxx | 217 void ViewShell::InitPrt( OutputDevice *pOutDev ) in InitPrt() argument 224 if ( pOutDev ) 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 492 pOutDev->Push(); in PrintOrPDFExport() 564 pOutDev->SetMapMode( aTmp ); in PrintOrPDFExport() 568 pShell->InitPrt( pOutDev ); in PrintOrPDFExport() [all …]
|
H A D | vdraw.cxx | 187 OutputDevice* pOutDev = GetShell()->GetOut(); in PaintLayer() local 188 sal_uLong nOldDrawMode = pOutDev->GetDrawMode(); in PaintLayer() 193 pOutDev->SetDrawMode( nOldDrawMode | DRAWMODE_SETTINGSLINE | DRAWMODE_SETTINGSFILL | in PaintLayer() 225 pOutDev->Push( PUSH_LINECOLOR ); // #114231# in PaintLayer() 232 GetPageView()->DrawLayer( _nLayerID, pOutDev, pRedirector ); in PaintLayer() 233 pOutDev->Pop(); in PaintLayer() 245 pOutDev->SetDrawMode( nOldDrawMode ); in PaintLayer()
|
/aoo41x/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() 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 416 if( pOutDev ) in Notify() [all …]
|
/aoo41x/main/sdext/source/pdfimport/xpdfwrapper/ |
H A D | wrapper_gpl.cxx | 159 pdfi::PDFOutDev* pOutDev( new pdfi::PDFOutDev(&aErrDoc) ); in main() local 164 pOutDev->setPageNum( nPages ); in main() 172 aErrDoc.displayPage( pOutDev, in main() 177 aErrDoc.processLinks( pOutDev, i ); in main() 182 pdfi::PDFOutDev* pOutDev( new pdfi::PDFOutDev(&aDoc) ); in main() local 185 pOutDev->setPageNum( aDoc.getNumPages() ); in main() 194 aDoc.displayPage( pOutDev, in main() 199 aDoc.processLinks( pOutDev, i ); in main()
|
/aoo41x/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()
|
/aoo41x/main/starmath/source/ |
H A D | document.cxx | 276 OutputDevice* pOutDev = aPrtAcc.GetRefDev(); in ArrangeFormula() local 278 if (!pOutDev) in ArrangeFormula() 286 if (!pOutDev) in ArrangeFormula() 290 pOutDev = &pView->GetGraphicWindow(); in ArrangeFormula() 294 pOutDev->SetMapMode( MapMode(MAP_100TH_MM) ); in ArrangeFormula() 308 pOutDev->SetDigitLanguage( LANGUAGE_ENGLISH ); in ArrangeFormula() 310 pTree->Arrange(*pOutDev, rFormat); in ArrangeFormula() 312 pOutDev->SetLayoutMode( nLayoutMode ); in ArrangeFormula() 313 pOutDev->SetDigitLanguage( nDigitLang ); in ArrangeFormula() 643 if ( pOutDev ) in GetRefDev() [all …]
|
H A D | accessibility.cxx | 925 if( pOutDev && pEditView) in GetVisArea() 934 MapMode aMapMode(pOutDev->GetMapMode()); in GetVisArea() 951 if( pOutDev ) in LogicToPixel() 953 MapMode aMapMode(pOutDev->GetMapMode()); in LogicToPixel() 968 if( pOutDev ) in PixelToLogic() 970 MapMode aMapMode(pOutDev->GetMapMode()); in PixelToLogic() 1584 if( pOutDev && pEditView) in GetVisArea() 1610 if( pOutDev ) in LogicToPixel() 1612 MapMode aMapMode(pOutDev->GetMapMode()); in LogicToPixel() 1627 if( pOutDev ) in PixelToLogic() [all …]
|
/aoo41x/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 = 0, 191 …sal_Bool Start( OutputDevice* pOutDev, const Point& rDestPt, const Size& rDestSz, long nExtraD… 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 ) const;
|
/aoo41x/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() 309 aNewPoint = pOutDev->PixelToLogic( rPoly[ i ], 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() 608 rPt = pOutDev->PixelToLogic( rPt, aGrfMap ); in GetPolyPolygon() 690 OutputDevice* pOutDev = Application::GetDefaultDevice(); in ReducePoints() local [all …]
|
/aoo41x/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() 799 lcl_PrintHeader( *pOutDev, nPages, nCurPage, aTitle ); in PrintSource() 815 lcl_PrintHeader( *pOutDev, nPages, nCurPage, aTitle ); in PrintSource() 819 pOutDev->DrawText( aPos, aTmpLine ); in PrintSource() [all …]
|
/aoo41x/main/svtools/source/edit/ |
H A D | texteng.cxx | 1495 if ( pOutDev ) in SeekCursor() 1496 pOutDev->SetTextColor( maTextColor ); in SeekCursor() 1521 if ( pOutDev ) in SeekCursor() 2147 pOutDev->SetFont( aFont ); in ImpPaint() 2181 pOutDev->SetFont( aFont); in ImpPaint() 2199 pOutDev->SetTextFillColor(); in ImpPaint() 2238 pOutDev->DrawRect( aTabArea ); in ImpPaint() 2245 pOutDev->Erase( aTabArea ); in ImpPaint() 2252 pOutDev->DrawRect( aTabArea ); in ImpPaint() 2253 pOutDev->SetFillColor( aOldColor ); in ImpPaint() [all …]
|