Home
last modified time | relevance | path

Searched refs:xRenderDevice (Results 1 – 7 of 7) sorted by relevance

/AOO41X/main/basctl/source/basicide/
H A Dbasicrenderable.cxx91 Reference<awt::XDevice> xRenderDevice; in getPrinter() local
93 if( aValue >>= xRenderDevice ) in getPrinter()
95 VCLXDevice* pDevice = VCLXDevice::GetImplementation(xRenderDevice); in getPrinter()
/AOO41X/main/sw/source/core/view/
H A Dprintdata.cxx521 uno::Reference< awt::XDevice > xRenderDevice; in processPropertiesAndCheckFormat() local
523 aVal >>= xRenderDevice; in processPropertiesAndCheckFormat()
526 if (xRenderDevice.is()) in processPropertiesAndCheckFormat()
528 VCLXDevice* pDevice = VCLXDevice::GetImplementation( xRenderDevice ); in processPropertiesAndCheckFormat()
/AOO41X/main/starmath/source/
H A Dunomodel.cxx1078 uno::Reference< awt::XDevice > xRenderDevice; in render() local
1082 rxOptions[i].Value >>= xRenderDevice; in render()
1085 if (xRenderDevice.is()) in render()
1087 VCLXDevice* pDevice = VCLXDevice::GetImplementation( xRenderDevice ); in render()
/AOO41X/main/sd/source/ui/view/
H A DDocumentRenderer.cxx1274 Reference<awt::XDevice> xRenderDevice; in ProcessProperties() local
1276 if (aDev >>= xRenderDevice) in ProcessProperties()
1278 VCLXDevice* pDevice = VCLXDevice::GetImplementation(xRenderDevice); in ProcessProperties()
/AOO41X/main/sd/source/ui/unoidl/
H A Dunomodel.cxx1896 uno::Reference< awt::XDevice > xRenderDevice; in render() local
1904 rxOptions[ nProperty ].Value >>= xRenderDevice; in render()
1913 … if( xRenderDevice.is() && nPageNumber && ( nPageNumber <= mpDoc->GetSdPageCount( ePageKind ) ) ) in render()
1915 VCLXDevice* pDevice = VCLXDevice::GetImplementation( xRenderDevice ); in render()
/AOO41X/main/sw/source/ui/uno/
H A Dunotxdoc.cxx2527 uno::Reference< awt::XDevice > xRenderDevice; in lcl_GetOutputDevice() local
2528 aAny >>= xRenderDevice; in lcl_GetOutputDevice()
2529 if (xRenderDevice.is()) in lcl_GetOutputDevice()
2531 VCLXDevice* pDevice = VCLXDevice::GetImplementation( xRenderDevice ); in lcl_GetOutputDevice()
/AOO41X/main/sc/source/ui/unoobj/
H A Ddocuno.cxx671 uno::Reference<awt::XDevice> xRenderDevice(rProp.Value, uno::UNO_QUERY); in lcl_GetRenderDevice() local
672 if ( xRenderDevice.is() ) in lcl_GetRenderDevice()
674 VCLXDevice* pDevice = VCLXDevice::GetImplementation( xRenderDevice ); in lcl_GetRenderDevice()