Lines Matching refs:aPageFile
482 GDIMetaFile aPageFile; in ImplPrintJob() local
1064 GDIMetaFile aPageFile; in getFilteredPageFile() local
1065 PrinterController::PageSize aPageSize = getPageFile( nPage, aPageFile, i_bMayUseCache ); in getFilteredPageFile()
1092 aPageFile.Scale( fScale, fScale ); in getFilteredPageFile()
1093 aPageFile.WindStart(); in getFilteredPageFile()
1100 …aPageFile.Move( nX, nY, mpImplData->mpPrinter->ImplGetDPIX(), mpImplData->mpPrinter->ImplGetDPIY()… in getFilteredPageFile()
1101 aPageFile.WindStart(); in getFilteredPageFile()
1108 appendSubPage( o_rMtf, aSubPageRect, aPageFile, rMPS.bDrawBorder ); in getFilteredPageFile()
1197 GDIMetaFile aPageFile; in printFilteredPage() local
1198 PrinterController::PageSize aPageSize = getFilteredPageFile( i_nPage, aPageFile ); in printFilteredPage()
1224 aPageFile.WindStart(); in printFilteredPage()
1225 …aPageFile.Move( -aPageOffset.X(), -aPageOffset.Y(), mpImplData->mpPrinter->ImplGetDPIX(), mpImplDa… in printFilteredPage()
1229 sal_uLong nRestoreDrawMode = removeTransparencies( aPageFile, aCleanedFile ); in printFilteredPage()