Home
last modified time | relevance | path

Searched refs:mrPageWindow (Results 1 – 2 of 2) sorted by relevance

/AOO41X/main/svx/source/sdr/contact/
H A Dobjectcontactofpageview.cxx62 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 …]
/AOO41X/main/svx/inc/svx/sdr/contact/
H A Dobjectcontactofpageview.hxx47 SdrPageWindow& mrPageWindow; member in sdr::contact::ObjectContactOfPageView
54 SdrPageWindow& GetPageWindow() const { return mrPageWindow; } in GetPageWindow()