Home
last modified time | relevance | path

Searched refs:pOutDev (Results 76 – 100 of 121) sorted by relevance

12345

/trunk/main/sc/inc/
H A Dpatattr.hxx90 OutputDevice* pOutDev = NULL,
97 OutputDevice* pOutDev = NULL,
/trunk/main/svx/inc/svx/
H A Dsvdograf.hxx170 …void StartAnimation(OutputDevice* pOutDev, const Point& rPoint, const Size& rSize, long nExtra…
171 void StopAnimation(OutputDevice* pOutDev=NULL, long nExtraData=0L);
H A Dsvdotext.hxx472 void StartTextAnimation(OutputDevice* pOutDev, const Point& rOffset, long nExtraData=0L);
473 void StopTextAnimation(OutputDevice* pOutDev=NULL, long nExtraData=0L);
/trunk/main/sw/source/core/layout/
H A Dvirtoutp.cxx52 inline DbgRect::DbgRect( OutputDevice *pOutDev, const Rectangle &rRect, in DbgRect() argument
54 :pOut( pOutDev ) in DbgRect()
H A Dfly.cxx2767 OutputDevice* pOutDev = Application::GetDefaultDevice(); in GetContour() local
2778 aOrgSize = pOutDev->PixelToLogic( aGrfSize, aDispMap ); in GetContour()
2780 aOrgSize = pOutDev->LogicToLogic( aGrfSize, aGrfMap, aDispMap ); in GetContour()
2794 aNewPoint = pOutDev->PixelToLogic( rPoly[ i ], aDispMap ); in GetContour()
2796 aNewPoint = pOutDev->LogicToLogic( rPoly[ i ], aGrfMap, aDispMap ); in GetContour()
/trunk/main/svtools/source/filter/
H A Dsgvmain.cxx989 OutputDevice* pOutDev; in SgfFilterSDrw() local
994 pOutDev=&aOutDev; in SgfFilterSDrw()
1007 rMtf.Record(pOutDev); in SgfFilterSDrw()
1017 if(Num==1 && aPage.nList!=0L) DrawObjkList( rInp,*pOutDev ); in SgfFilterSDrw()
1022 if (aPage.nList!=0L) DrawObjkList(rInp,*pOutDev ); in SgfFilterSDrw()
/trunk/main/sw/source/core/view/
H A Dviewpg.cxx89 OutputDevice *pOutDev, in PrintProspect() argument
98 Printer *pPrinter = dynamic_cast< Printer * >(pOutDev); in PrintProspect()
H A Dprintdata.cxx75 … SwRenderData::CreatePostItData( SwDoc *pDoc, const SwViewOption *pViewOpt, OutputDevice *pOutDev ) in CreatePostItData() argument
89 m_pPostItShell = new ViewShell( *m_pPostItDoc, 0, &aViewOpt, pOutDev ); in CreatePostItData()
/trunk/main/canvas/source/cairo/
H A Dcairo_textlayout.cxx195 OutputDevice* pOutDev = mpRefDevice->getOutputDevice(); in queryTextBounds() local
196 if( !pOutDev ) in queryTextBounds()
199 VirtualDevice aVDev( *pOutDev ); in queryTextBounds()
/trunk/main/toolkit/inc/toolkit/awt/
H A Dvclxdevice.hxx72 void SetOutputDevice( OutputDevice* pOutDev ) { mpOutputDevice = pOutDev; } in SetOutputDevice() argument
H A Dvclxgraphics.hxx81 void Init( OutputDevice* pOutDev );
84 void SetOutputDevice( OutputDevice* pOutDev );
/trunk/main/sd/source/ui/inc/
H A DView.hxx81 OutputDevice* pOutDev,
85 …void CompleteRedraw( OutputDevice* pOutDev, const Region& rReg, sdr::contact::V…
/trunk/main/vcl/source/gdi/
H A Doutdev3.cxx504 sal_uLong nFlags, const OutputDevice* pOutDev ) in GetDefaultFont() argument
587 if ( pOutDev ) in GetDefaultFont()
589 pOutDev->ImplInitFontList(); in GetDefaultFont()
618 if( !pOutDev ) in GetDefaultFont()
620 if( !pOutDev ) in GetDefaultFont()
624 pOutDev->ImplInitFontList(); in GetDefaultFont()
636 aSize.Height() = (12*pOutDev->mnDPIY)/72; in GetDefaultFont()
645 …ntEntry* pEntry = pOutDev->mpFontCache->GetFontEntry( pOutDev->mpFontList, aFont, aSize, fExactHei… in GetDefaultFont()
3499 OutputDevice* pOutDev, in ImplDrawWavePixel() argument
3510 pGraphics->DrawRect( nCurX, nCurY, nPixWidth, nPixHeight, pOutDev ); in ImplDrawWavePixel()
[all …]
H A Doutdev.cxx86 const OutputDevice* pOutDev = (OutputDevice*)pObj; in DBG_NAME() local
88 if ( (pOutDev->GetOutDevType() != OUTDEV_DONTKNOW) && in DBG_NAME()
89 (pOutDev->GetOutDevType() != OUTDEV_WINDOW) && in DBG_NAME()
90 (pOutDev->GetOutDevType() != OUTDEV_PRINTER) && in DBG_NAME()
91 (pOutDev->GetOutDevType() != OUTDEV_VIRDEV) ) in DBG_NAME()
/trunk/main/sw/source/core/doc/
H A Ddocdesc.cxx711 OutputDevice* pOutDev = getReferenceDevice( false ); in PrtDataChanged() local
712 if ( pOutDev != pDrawModel->GetRefDevice() ) in PrtDataChanged()
713 pDrawModel->SetRefDevice( pOutDev ); in PrtDataChanged()
/trunk/main/sc/source/ui/inc/
H A Dprintfun.hxx239 ScPrintFunc( OutputDevice* pOutDev, ScDocShell* pShell, SCTAB nTab,
244 ScPrintFunc( OutputDevice* pOutDev, ScDocShell* pShell,
H A Dgridmerg.hxx48 ScGridMerger( OutputDevice* pOutDev, long nOnePixelX, long nOnePixelY );
/trunk/main/vcl/source/window/
H A Dtoolbox.cxx1517 static void ImplDrawOutButton( OutputDevice* pOutDev, const Rectangle& rRect, in ImplDrawOutButton() argument
1520 const StyleSettings& rStyleSettings = pOutDev->GetSettings().GetStyleSettings(); in ImplDrawOutButton()
1526 if ( pOutDev->GetBackground().GetColor() == aShadowColor ) in ImplDrawOutButton()
1537 pOutDev->Erase( rRect ); in ImplDrawOutButton()
1540 pOutDev->SetLineColor( rStyleSettings.GetLightColor() ); in ImplDrawOutButton()
1541 pOutDev->DrawLine( aPos, in ImplDrawOutButton()
1543 pOutDev->DrawLine( aPos, in ImplDrawOutButton()
1545 pOutDev->SetLineColor( aShadowColor ); in ImplDrawOutButton()
1546 pOutDev->DrawLine( Point( aPos.X()+aSize.Width()-OUTBUTTON_BORDER, aPos.Y() ), in ImplDrawOutButton()
1548 pOutDev->DrawLine( Point( aPos.X(), aPos.Y()+aSize.Height()-OUTBUTTON_BORDER ), in ImplDrawOutButton()
[all …]
H A Dbrdwin.cxx1655 void ImplStdBorderWindowView::DrawWindow( sal_uInt16 nDrawFlags, OutputDevice* pOutDev, const Point… in DrawWindow() argument
1658 OutputDevice* pDev = pOutDev ? pOutDev : pData->mpOutDev; in DrawWindow()
1972 void ImplBorderWindow::Draw( const Rectangle&, OutputDevice* pOutDev, const Point& rPos ) in Draw() argument
1974 mpBorderView->DrawWindow( BORDERWINDOW_DRAW_ALL, pOutDev, &rPos ); in Draw()
/trunk/main/svtools/inc/svtools/
H A Dtexteng.hxx189 void SeekCursor( sal_uLong nNode, sal_uInt16 nPos, Font& rFont, OutputDevice* pOutDev );
211 …void ImpInitLayoutMode( OutputDevice* pOutDev, sal_Bool bDrawingR2LPortion = sal_Fa…
/trunk/main/toolkit/source/controls/
H A Dcontrolmodelcontainerbase.cxx1391 OutputDevice*pOutDev = Application::GetDefaultDevice(); in ImplSetPosSize() local
1392 if ( pOutDev ) in ImplSetPosSize()
1395 aTmp = pOutDev->LogicToPixel( aTmp, aMode ); in ImplSetPosSize()
1399 aTmp = pOutDev->LogicToPixel( aTmp, aMode ); in ImplSetPosSize()
/trunk/main/vcl/inc/vcl/
H A Dspin.h39 void ImplDrawSpinButton( OutputDevice* pOutDev,
/trunk/main/sw/source/ui/inc/
H A Dsrcview.hxx93 sal_Int32 PrintSource( OutputDevice *pOutDev, sal_Int32 nPage, bool bCalcNumPagesOnly );
/trunk/main/dbaccess/source/ui/inc/
H A DConnectionLine.hxx72 void Draw( OutputDevice* pOutDev );
/trunk/main/sw/source/core/inc/
H A Ddview.hxx95 SwDrawView( SwViewImp &rI, SdrModel *pMd, OutputDevice* pOutDev=NULL );

Completed in 188 milliseconds

12345