Searched refs:mrPageWindow (Results 1 – 2 of 2) sorted by relevance
62 mrPageWindow(rPageWindow) in ObjectContactOfPageView()390 … return (OUTDEV_PRINTER == mrPageWindow.GetPaintWindow().GetOutputDevice().GetOutDevType()); in isOutputToPrinter()396 … return (OUTDEV_WINDOW == mrPageWindow.GetPaintWindow().GetOutputDevice().GetOutDevType()); in isOutputToWindow()402 … return (OUTDEV_VIRDEV == mrPageWindow.GetPaintWindow().GetOutputDevice().GetOutDevType()); in isOutputToVirtualDevice()408 … GDIMetaFile* pMetaFile = mrPageWindow.GetPaintWindow().GetOutputDevice().GetConnectMetaFile(); in isOutputToRecordingMetaFile()415 return (0 != mrPageWindow.GetPaintWindow().GetOutputDevice().GetPDFWriter()); in isOutputToPDFFile()421 … const sal_uInt32 nDrawMode(mrPageWindow.GetPaintWindow().GetOutputDevice().GetDrawMode()); in isDrawModeGray()428 … const sal_uInt32 nDrawMode(mrPageWindow.GetPaintWindow().GetOutputDevice().GetDrawMode()); in isDrawModeBlackWhite()435 … const sal_uInt32 nDrawMode(mrPageWindow.GetPaintWindow().GetOutputDevice().GetDrawMode()); in isDrawModeHighContrast()442 return &(mrPageWindow.GetPageView()); in TryToGetSdrPageView()[all …]
47 SdrPageWindow& mrPageWindow; member in sdr::contact::ObjectContactOfPageView54 SdrPageWindow& GetPageWindow() const { return mrPageWindow; } in GetPageWindow()