Searched refs:pReferenceDevice (Results 1 – 3 of 3) sorted by relevance
280 const OutputDevice* pReferenceDevice) const in CreateMarkedPreview()283 if (pReferenceDevice != NULL) in CreateMarkedPreview()284 pDevice.reset(new VirtualDevice(*pReferenceDevice)); in CreateMarkedPreview()308 const OutputDevice* pReferenceDevice) const in GetPreviewBitmap()326 pReferenceDevice); in GetPreviewBitmap()
76 const OutputDevice* pReferenceDevice) const;130 const OutputDevice* pReferenceDevice) const;
1265 OutputDevice* pReferenceDevice = SfxObjectShell::GetDocumentRefDev (); in GetDocumentRefDev() local1268 if (pReferenceDevice == NULL && mpDoc != NULL) in GetDocumentRefDev()1269 pReferenceDevice = mpDoc->GetRefDevice (); in GetDocumentRefDev()1270 return pReferenceDevice; in GetDocumentRefDev()
Completed in 15 milliseconds