Home
last modified time | relevance | path

Searched refs:pDev (Results 76 – 100 of 130) sorted by relevance

123456

/trunk/main/svtools/inc/svtools/
H A Dheadbar.hxx280 SVT_DLLPRIVATE void ImplDrawItem( OutputDevice* pDev,
304 virtual void Draw( OutputDevice* pDev, const Point& rPos, const Size& rSize, sal_uLong nFlags );
H A Dsychconv.hxx40 static sal_Bool Convert( Font& rFont, UniString& rString, OutputDevice* pDev = NULL );
H A Dfilectrl.hxx79 void Draw( OutputDevice* pDev, const Point& rPos, const Size& rSize, sal_uLong nFlags );
/trunk/main/sd/source/ui/annotations/
H A Dannotationwindow.cxx340 OutputDevice* pDev = Doc()->GetRefDevice(); in InitControls() local
341 if( pDev ) in InitControls()
343 mpOutliner->SetRefDevice( pDev ); in InitControls()
/trunk/main/sc/source/ui/view/
H A Ddrawvie4.cxx269 Point aLogic = pDev->LogicToPixel( Point(1000,1000), MAP_TWIP ); in CalcNormScale()
285 ScDrawUtil::CalcScale( pDoc, nTab, 0,0, nEndCol,nEndRow, pDev, aZoom,aZoom, in CalcNormScale()
H A Ddrawview.cxx374 Point aLogic = pDev->LogicToPixel( Point(1000,1000), MAP_TWIP ); in RecalcScale()
388 ScDrawUtil::CalcScale( pDoc, nTab, 0,0, nEndCol,nEndRow, pDev,aZoomX,aZoomY,nPPTX,nPPTY, in RecalcScale()
/trunk/main/sc/source/ui/inc/
H A Dprintfun.hxx144 OutputDevice* pDev; member in ScPrintFunc
250 static void DrawToDev( ScDocument* pDoc, OutputDevice* pDev, double nPrintFactor,
H A Ddrawutil.hxx39 OutputDevice* pDev, const Fraction& rZoomX, const Fraction& rZoomY,
H A Dgridmerg.hxx34 OutputDevice* pDev; member in ScGridMerger
H A Dpfuncache.hxx110 void InitLocations( const ScMarkData& rMark, OutputDevice* pDev );
/trunk/main/sc/source/ui/unoobj/
H A Ddocuno.cxx1128 OutputDevice* pDev = lcl_GetRenderDevice( rOptions ); in render() local
1129 if ( !pDev ) in render()
1143 pDrawView = new FmFormView( pModel, pDev ); in render()
1159 …ScPrintFunc aFunc( pDev, pDocShell, nTab, pPrintFuncCache->GetFirstAttr(nTab), nTotalPages, pSelRa… in render()
1173 vcl::PDFExtOutDevData* pPDFData = PTR_CAST( vcl::PDFExtOutDevData, pDev->GetExtOutDevData() ); in render()
1181 Rectangle aArea( pDev->PixelToLogic( Rectangle( 0,0,0,0 ) ) ); in render()
1192 Rectangle aArea( pDev->PixelToLogic( Rectangle( 0,0,0,0 ) ) ); in render()
1235 aArea = pDev->PixelToLogic( Rectangle( 0,0,0,0 ) ); in render()
1239 … pPrintFuncCache->InitLocations( aMark, pDev ); // does nothing if already initialized in render()
1278 aArea = pDev->PixelToLogic( Rectangle( nX1, nY1, nX2, nY2 ) ); in render()
/trunk/main/sc/source/ui/app/
H A Dtransobj.cxx105 void ScTransferObj::PaintToDev( OutputDevice* pDev, ScDocument* pDoc, double nPrintFactor, in PaintToDev() argument
112 Rectangle aBound( aPoint, pDev->GetOutputSize() ); //! use size from clip area? in PaintToDev()
121 ScPrintFunc::DrawToDev( pDoc, pDev, nPrintFactor, aBound, &aViewData, bMetaFile ); in PaintToDev()
/trunk/main/svtools/source/brwbox/
H A Debbcontrols.cxx310 …void CheckBoxControl::Draw( OutputDevice* pDev, const Point& rPos, const Size& rSize, sal_uLong nF… in Draw() argument
312 pBox->Draw(pDev,rPos,rSize,nFlags); in Draw()
/trunk/main/sc/source/core/data/
H A Dglobal.cxx569 void ScGlobal::UpdatePPT( OutputDevice* pDev ) in UpdatePPT() argument
579 if ( !pDev ) in UpdatePPT()
580 pDev = Application::GetDefaultDevice(); in UpdatePPT()
581 Point aPix1000 = pDev->LogicToPixel( Point(1000,1000), MAP_TWIP ); in UpdatePPT()
H A Ddocument.cxx3365 sal_uInt16 ScDocument::GetOptimalColWidth( SCCOL nCol, SCTAB nTab, OutputDevice* pDev, in GetOptimalColWidth() argument
3372 return pTab[nTab]->GetOptimalColWidth( nCol, pDev, nPPTX, nPPTY, in GetOptimalColWidth()
3380 OutputDevice* pDev, in GetNeededSize() argument
3387 ( nCol, nRow, pDev, nPPTX, nPPTY, rZoomX, rZoomY, bWidth, bTotalSize ); in GetNeededSize()
3394 OutputDevice* pDev, in SetOptimalHeight() argument
3402 pDev, nPPTX, nPPTY, rZoomX, rZoomY, bShrink ); in SetOptimalHeight()
3408 void ScDocument::UpdateAllRowHeights( OutputDevice* pDev, double nPPTX, double nPPTY, in UpdateAllRowHeights() argument
3425 pDev, nPPTX, nPPTY, rZoomX, rZoomY, sal_False, &aProgress, nProgressStart ); in UpdateAllRowHeights()
4125 OutputDevice* pDev, in StyleSheetChanged() argument
4132 ( pStyleSheet, bRemoved, pDev, nPPTX, nPPTY, rZoomX, rZoomY ); in StyleSheetChanged()
/trunk/main/toolkit/source/helper/
H A Dvclunohelper.cxx173 VCLXDevice* pDev = VCLXDevice::GetImplementation( rxDevice ); in GetOutputDevice() local
174 if ( pDev ) in GetOutputDevice()
175 pOutDev = pDev->GetOutputDevice(); in GetOutputDevice()
/trunk/main/sc/inc/
H A Ddocument.hxx991 void ExtendPrintArea( OutputDevice* pDev, SCTAB nTab,
1279 OutputDevice* pDev,
1346 sal_uInt16 GetOptimalColWidth( SCCOL nCol, SCTAB nTab, OutputDevice* pDev,
1353 OutputDevice* pDev,
1357 void UpdateAllRowHeights( OutputDevice* pDev,
1362 OutputDevice* pDev,
/trunk/main/vcl/inc/vcl/
H A Dwindow.hxx617 …virtual void Draw( OutputDevice* pDev, const Point& rPos, const Size& rSize, sal_uLong nFla…
728 long GetDrawPixel( OutputDevice* pDev, long nPixels ) const;
729 Font GetDrawPixelFont( OutputDevice* pDev ) const;
H A Dimgctrl.hxx50 …virtual void Draw( OutputDevice* pDev, const Point& rPos, const Size& rSize, sal_uLong nFlags );
H A Dtabpage.hxx47 …virtual void Draw( OutputDevice* pDev, const Point& rPos, const Size& rSize, sal_uLong nFlags );
H A Dctrl.hxx129 SAL_DLLPRIVATE void ImplDrawFrame( OutputDevice* pDev, Rectangle& rRect );
H A Dspin.hxx72 …virtual void Draw( OutputDevice* pDev, const Point& rPos, const Size& rSize, sal_uLong nFlags );
H A Ddialog.hxx74 virtual void Draw( OutputDevice* pDev, const Point& rPos, const Size& rSize, sal_uLong nFlags );
/trunk/main/svtools/source/control/
H A Dctrltool.cxx94 OutputDevice* pDev ) : in ImplFontListFontInfo() argument
97 mpDevice = pDev; in ImplFontListFontInfo()
/trunk/main/toolkit/source/awt/
H A Dvclxwindows.cxx2396 OutputDevice* pDev = VCLUnoHelper::GetOutputDevice( getGraphics() ); in draw() local
2397 if ( !pDev ) in draw()
2398 pDev = pWindow->GetParent(); in draw()
2400 Size aSize = pDev->PixelToLogic( pWindow->GetSizePixel() ); in draw()
2401 Point aPos = pDev->PixelToLogic( Point( nX, nY ) ); in draw()
2403 pWindow->Draw( pDev, aPos, aSize, WINDOW_DRAW_NOCONTROLS ); in draw()
2498 if ( !pDev ) in IMPL_XTYPEPROVIDER_START()
2499 pDev = pWindow->GetParent(); in IMPL_XTYPEPROVIDER_START()
2501 Size aSize = pDev->PixelToLogic( pWindow->GetSizePixel() ); in IMPL_XTYPEPROVIDER_START()
2502 Point aPos = pDev->PixelToLogic( Point( nX, nY ) ); in IMPL_XTYPEPROVIDER_START()
[all …]

Completed in 166 milliseconds

123456