Lines Matching refs:mpPrinter

313             : mpPrinter(pPrinter),  in PrintInfo()
325 const Printer* mpPrinter; member in sd::__anone7cee3020111::PrintInfo
1222 mpPrinter(NULL), in Implementation()
1280 mpPrinter = dynamic_cast<Printer*>(pOut); in ProcessProperties()
1281 Size aPageSizePixel = mpPrinter ? mpPrinter->GetPaperSizePixel() : Size(); in ProcessProperties()
1347 Printer& rPrinter (*mpPrinter); in PrintPage()
1424 Printer* mpPrinter; member in sd::DocumentRenderer::Implementation
1456 const Size aPaperSize (rInfo.mpPrinter->GetPaperSize()); in SetupPaperOrientation()
1492 PrintInfo aInfo (mpPrinter, mpOptions->GetPrinterSelection(), mrBase.GetMainViewShell()); in PreparePages()
1494 if (aInfo.mpPrinter!=NULL && pShell!=NULL) in PreparePages()
1497 MapMode aMap (aInfo.mpPrinter->GetMapMode()); in PreparePages()
1500 mpPrinter->SetMapMode(aMap); in PreparePages()
1522 aInfo.maPrintSize = aInfo.mpPrinter->GetOutputSize(); in PreparePages()
1524 aInfo.mpPrinter->GetPaperSize().Width(), in PreparePages()
1525 aInfo.mpPrinter->GetPaperSize().Height()); in PreparePages()
1718 Point aPageOfs (rInfo.mpPrinter->GetPageOffset() ); in PrepareOutline()
1722 mpPrinter->SetMapMode(aMap); in PrepareOutline()
1724 Rectangle aOutRect(aPageOfs, rInfo.mpPrinter->GetOutputSize()); in PrepareOutline()
1727 …Size aPaperSize( rInfo.mpPrinter->PixelToLogic( rInfo.mpPrinter->GetPaperSizePixel(), MapMode( MAP… in PrepareOutline()
1856 rInfo.mpPrinter->GetPaperBin()))); in PrepareOutline()
1882 nPaperBin = rInfo.mpPrinter->GetPaperBin(); in PrepareHandout()
1888 const Size aPaperSize (rInfo.mpPrinter->GetPaperSize()); in PrepareHandout()
1904 const Point aPageOfs (rInfo.mpPrinter->GetPageOffset()); in PrepareHandout()
1912 const Size aPrintSize (rInfo.mpPrinter->GetOutputSize()); in PrepareHandout()
1991 OSL_ASSERT(rInfo.mpPrinter != NULL); in PrepareStdOrNotes()
2214 rInfo.mpPrinter->GetPaperBin()))); in PrepareBooklet()
2236 nPaperBin = rInfo.mpPrinter->GetPaperBin(); in PrepareTiledPage()
2246 rInfo.mpPrinter->GetPageOffset(), in PrepareTiledPage()
2264 const Point aPageOffset (rInfo.mpPrinter->GetPageOffset()); in PrepareScaledPage()
2270 nPaperBin = rInfo.mpPrinter->GetPaperBin(); in PrepareScaledPage()