Home
last modified time | relevance | path

Searched refs:pDev (Results 1 – 25 of 130) sorted by path

123456

/trunk/main/cui/source/dialogs/
H A Dhangulhanjadlg.cxx334 OutputDevice* pDev = rUDEvt.GetDevice(); in UserDraw() local
339 pDev->DrawText( aRect, sText, TEXT_DRAW_CENTER | TEXT_DRAW_VCENTER ); in UserDraw()
/trunk/main/editeng/source/editeng/
H A Dimpedit3.cxx2667 OutputDevice* pDev = pOut ? pOut : GetRefDevice(); in SeekCursor() local
2668 rFont.SetPhysFont( pDev ); in SeekCursor()
2669 FontMetric aMetric( pDev->GetFontMetric() ); in SeekCursor()
/trunk/main/filter/source/msfilter/
H A Dsvdfppt.cxx523 OutputDevice* pDev = (OutputDevice*)Application::GetDefaultDevice(); in operator >>() local
524 rAtom.bAvailable = pDev->IsFontAvailable( rAtom.aName ); in operator >>()
1404 OutputDevice* pDev = (OutputDevice*)Application::GetDefaultDevice(); in CheckWingdings() local
1405 …((SdrEscherImport*)this)->bWingdingsAvailable = pDev->IsFontAvailable( String( RTL_CONSTASCII_USTR… in CheckWingdings()
1411 OutputDevice* pDev = (OutputDevice*)Application::GetDefaultDevice(); in CheckMonotypeSorts() local
1412 …((SdrEscherImport*)this)->bMonotypeSortsAvailable = pDev->IsFontAvailable( String( RTL_CONSTASCII_… in CheckMonotypeSorts()
1418 OutputDevice* pDev = (OutputDevice*)Application::GetDefaultDevice(); in CheckTimesNewRoman() local
1419 …((SdrEscherImport*)this)->bTimesNewRomanAvailable = pDev->IsFontAvailable( String( RTL_CONSTASCII_… in CheckTimesNewRoman()
/trunk/main/filter/source/pdf/
H A Dpdfexport.cxx1078 OutputDevice* pDev = rWriter.GetReferenceDevice(); in ImplWriteWatermark() local
1079 pDev->Push( PUSH_ALL ); in ImplWriteWatermark()
1080 pDev->SetFont( aFont ); in ImplWriteWatermark()
1081 pDev->SetMapMode( MapMode( MAP_POINT ) ); in ImplWriteWatermark()
1083 while( ( w = pDev->GetTextWidth( aText ) ) > nTextWidth ) in ImplWriteWatermark()
1093 pDev->SetFont( aFont ); in ImplWriteWatermark()
1095 long nTextHeight = pDev->GetTextHeight(); in ImplWriteWatermark()
1099 pDev->Pop(); in ImplWriteWatermark()
/trunk/main/sc/inc/
H A Dcolumn.hxx355 long GetNeededSize( SCROW nRow, OutputDevice* pDev,
359 sal_uInt16 GetOptimalColWidth( OutputDevice* pDev, double nPPTX, double nPPTY,
365 OutputDevice* pDev,
373 long GetSimpleTextNeededSize( SCSIZE nIndex, OutputDevice* pDev,
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,
H A Deditutil.hxx49 OutputDevice* pDev; // MapMode muss eingestellt sein member in ScEditUtil
72 aScrPos(rScrPosPixel),pDev(pDevice), in ScEditUtil()
H A Dglobal.hxx622 static void UpdatePPT(OutputDevice* pDev);
H A Dtable.hxx430 void ExtendPrintArea( OutputDevice* pDev,
580 OutputDevice* pDev,
617 sal_uInt16 GetOptimalColWidth( SCCOL nCol, OutputDevice* pDev,
623 OutputDevice* pDev,
629 OutputDevice* pDev,
899 …void MaybeAddExtraColumn(SCCOL& rCol, SCROW nRow, OutputDevice* pDev, double nPPTX, double …
/trunk/main/sc/source/core/data/
H A Dcolumn2.cxx323 pDev->SetFont(aFont); in GetNeededSize()
345 Size aSize( pDev->GetTextWidth( aValStr ), pDev->GetTextHeight() ); in GetNeededSize()
423 Font aOldFont = pDev->GetFont(); in GetNeededSize()
438 MapMode aOld = pDev->GetMapMode(); in GetNeededSize()
439 pDev->SetMapMode( aHMMMode ); in GetNeededSize()
440 pEngine->SetRefDevice( pDev ); in GetNeededSize()
610 pDev->SetMapMode( aOld ); in GetNeededSize()
611 pDev->SetFont( aOldFont ); in GetNeededSize()
648 nValue = pDev->GetTextHeight(); in GetSimpleTextNeededSize()
674 pDev->SetFont( aFont ); in GetOptimalColWidth()
[all …]
H A Ddocumen3.cxx2019 void ScDocument::ExtendPrintArea( OutputDevice* pDev, SCTAB nTab, in ExtendPrintArea() argument
2023 pTab[nTab]->ExtendPrintArea( pDev, nStartCol, nStartRow, rEndCol, nEndRow ); in ExtendPrintArea()
H A Ddocumen8.cxx456 OutputDevice* pDev = NULL; in IdleCalcTextWidth() local
510 if ( !pDev ) in IdleCalcTextWidth()
512 pDev = GetPrinter(); in IdleCalcTextWidth()
513 aOldMap = pDev->GetMapMode(); in IdleCalcTextWidth()
514 pDev->SetMapMode( MAP_PIXEL ); // wichtig fuer GetNeededSize in IdleCalcTextWidth()
516 Point aPix1000 = pDev->LogicToPixel( Point(1000,1000), MAP_TWIP ); in IdleCalcTextWidth()
531 pDev, nPPTX, nPPTY, in IdleCalcTextWidth()
622 if (pDev) in IdleCalcTextWidth()
623 pDev->SetMapMode(aOldMap); in IdleCalcTextWidth()
H A Ddocumen9.cxx597 OutputDevice* pDev = pThis->GetPrinter(); in IsPrintEmpty() local
598 pDev->SetMapMode( MAP_PIXEL ); // wichtig fuer GetNeededSize in IsPrintEmpty()
599 pThis->ExtendPrintArea( pDev, nTab, 0, nStartRow, nExtendCol, nEndRow ); in IsPrintEmpty()
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()
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 Dtable1.cxx253 sal_uInt16 ScTable::GetOptimalColWidth( SCCOL nCol, OutputDevice* pDev, in GetOptimalColWidth() argument
259 return aCol[nCol].GetOptimalColWidth( pDev, nPPTX, nPPTY, rZoomX, rZoomY, in GetOptimalColWidth()
264 OutputDevice* pDev, in GetNeededSize() argument
274 ( nRow, pDev, nPPTX, nPPTY, rZoomX, rZoomY, bWidth, aOptions ); in GetNeededSize()
278 OutputDevice* pDev, in SetOptimalHeight() argument
308 nStartRow, nEndRow, pHeight, pDev, nPPTX, nPPTY, rZoomX, rZoomY, bForce, 0, 0 ); in SetOptimalHeight()
322 nStartRow, nEndRow, pHeight, pDev, nPPTX, nPPTY, rZoomX, rZoomY, bForce, in SetOptimalHeight()
1400 void ScTable::ExtendPrintArea( OutputDevice* pDev, in ExtendPrintArea() argument
1409 Point aPix1000 = pDev->LogicToPixel( Point(1000,1000), MAP_TWIP ); in ExtendPrintArea()
1471 MaybeAddExtraColumn(nNewCol, nRow, pDev, nPPTX, nPPTY); in ExtendPrintArea()
[all …]
H A Dtable2.cxx2075 OutputDevice* pDev, in StyleSheetChanged() argument
2093 SetOptimalHeight(nRow, nEndRow, 0, pDev, nPPTX, nPPTY, rZoomX, rZoomY, sal_False); in StyleSheetChanged()
/trunk/main/sc/source/core/tool/
H A Deditutil.cxx158 MapMode aMode = pDev->GetMapMode(); in GetEditArea()
159 pDev->SetMapMode( MAP_PIXEL ); in GetEditArea()
162 pDev, nPPTX, nPPTY, aZoomX, aZoomY, sal_False ); in GetEditArea()
167 pPattern->GetFont( aFont, SC_AUTOCOL_BLACK, pDev, &aZoomY ); in GetEditArea()
168 pDev->SetFont(aFont); in GetEditArea()
169 nTextHeight = pDev->GetTextHeight() + nTopMargin + in GetEditArea()
173 pDev->SetMapMode(aMode); in GetEditArea()
/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/sc/source/ui/docshell/
H A Ddocfunc.cxx3104 OutputDevice* pDev = aProv.GetDevice(); // has pixel MapMode in lcl_GetOptimalColWidth() local
3110 nTwips = pDoc->GetOptimalColWidth( nCol, nTab, pDev, nPPTX, nPPTY, aOne, aOne, in lcl_GetOptimalColWidth()
H A Ddocsh4.cxx1894 void __EXPORT ScDocShell::Draw( OutputDevice* pDev, const JobSetup & /* rSetup */, sal_uInt16 nAspe… in Draw() argument
1902 sal_uLong nOldLayoutMode = pDev->GetLayoutMode(); in Draw()
1903pDev->SetLayoutMode( TEXT_LAYOUT_DEFAULT ); // even if it's the same, to get the metafile acti… in Draw()
1912 ScPrintFunc::DrawToDev( &aDocument, pDev, 1.0, aBoundRect, &aTmpData, sal_True ); in Draw()
1921 ScPrintFunc::DrawToDev( &aDocument, pDev, 1.0, aBoundRect, &aTmpData, sal_True ); in Draw()
1924 pDev->SetLayoutMode( nOldLayoutMode ); in Draw()
/trunk/main/sc/source/ui/inc/
H A Ddrawutil.hxx39 OutputDevice* pDev, const Fraction& rZoomX, const Fraction& rZoomY,
H A Ddrawview.hxx41 OutputDevice* pDev; //! noetig ? member in ScDrawView
H A Dgridmerg.hxx34 OutputDevice* pDev; member in ScGridMerger
H A Doutput.hxx82 OutputDevice* pDev; // Device member in ScOutputData

Completed in 261 milliseconds

123456