Searched refs:bMetaFile (Results 1 – 10 of 10) sorted by relevance
/aoo42x/main/sc/source/ui/view/ |
H A D | output3.cxx | 78 if (!bMetaFile) in PrePrintDrawingLayer() 98 if (!bMetaFile) in PrePrintDrawingLayer() 108 if (!bMetaFile) in PrePrintDrawingLayer() 123 if (!bMetaFile) in PostPrintDrawingLayer() 141 if (!bMetaFile) in PostPrintDrawingLayer() 171 if (!bMetaFile) in PrintDrawingLayer() 179 if (!bMetaFile) in PrintDrawingLayer()
|
H A D | printfun.cxx | 411 const Rectangle& rBound, ScViewData* pViewData, sal_Bool bMetaFile ) in DrawToDev() argument 448 if (bMetaFile) in DrawToDev() 528 aOutputData.SetMetaFileMode(bMetaFile); in DrawToDev() 546 if ( bMetaFile && pDev->GetOutDevType() == OUTDEV_VIRDEV ) in DrawToDev() 555 if (!bMetaFile && pViewData) in DrawToDev() 562 if (!bMetaFile && pViewData) in DrawToDev() 568 if (bMetaFile && !bDoGrid) in DrawToDev() 583 if (!bMetaFile && pViewData) in DrawToDev() 586 aOutputData.DrawEdit(!bMetaFile); in DrawToDev() 590 if (!bMetaFile && pViewData) in DrawToDev() [all …]
|
H A D | output.cxx | 162 bMetaFile( sal_False ), in ScOutputData() 274 bMetaFile = bNewMode; in SetMetaFileMode() 317 if (bMetaFile) in DrawGrid() 385 if ( eType == OUTTYPE_PRINTER && !bMetaFile ) in DrawGrid() 514 if ( eType == OUTTYPE_PRINTER && !bMetaFile ) in DrawGrid() 788 if (bMetaFile) in DrawBackground() 1076 if (bMetaFile) in DrawClear() 1415 if (bMetaFile) in DrawRotatedFrame() 1660 if (bMetaFile) in DrawRotatedFrame()
|
H A D | output2.cxx | 1804 if (bMetaFile) in DrawStrings() 1854 if (bMetaFile || pFmtDevice != pDev || aZoomX != aZoomY) in DrawStrings() 1876 if (bMetaFile) in DrawStrings() 2780 if (bMetaFile) in DrawEdit() 2943 if (bMetaFile) in DrawEdit() 3485 if (bMetaFile) in DrawRotated() 3663 if (bMetaFile) in DrawRotated()
|
/aoo42x/main/sc/source/ui/app/ |
H A D | transobj.cxx | 106 const ScRange& rBlock, sal_Bool bMetaFile ) in PaintToDev() argument 121 ScPrintFunc::DrawToDev( pDoc, pDev, nPrintFactor, aBound, &aViewData, bMetaFile ); in PaintToDev()
|
/aoo42x/main/sc/source/ui/inc/ |
H A D | transobj.hxx | 73 const ScRange& rBlock, sal_Bool bMetaFile );
|
H A D | output.hxx | 121 sal_Bool bMetaFile; // Ausgabe auf Metafile (nicht in Pixeln!) member in ScOutputData
|
H A D | printfun.hxx | 251 const Rectangle& rBound, ScViewData* pViewData, sal_Bool bMetaFile );
|
/aoo42x/main/svx/source/unodraw/ |
H A D | unoshape.cxx | 731 uno::Any SvxShape::GetBitmap( sal_Bool bMetaFile /* = sal_False */ ) const throw() in GetBitmap() 757 if( bMetaFile ) in GetBitmap()
|
/aoo42x/main/svx/inc/svx/ |
H A D | unoshape.hxx | 192 ::com::sun::star::uno::Any GetBitmap( sal_Bool bMetaFile = sal_False ) const throw ();
|
Completed in 91 milliseconds