Searched refs:xRenderDevice (Results 1 – 7 of 7) sorted by relevance
91 Reference<awt::XDevice> xRenderDevice; in getPrinter() local93 if( aValue >>= xRenderDevice ) in getPrinter()95 VCLXDevice* pDevice = VCLXDevice::GetImplementation(xRenderDevice); in getPrinter()
521 uno::Reference< awt::XDevice > xRenderDevice; in processPropertiesAndCheckFormat() local523 aVal >>= xRenderDevice; in processPropertiesAndCheckFormat()526 if (xRenderDevice.is()) in processPropertiesAndCheckFormat()528 VCLXDevice* pDevice = VCLXDevice::GetImplementation( xRenderDevice ); in processPropertiesAndCheckFormat()
1078 uno::Reference< awt::XDevice > xRenderDevice; in render() local1082 rxOptions[i].Value >>= xRenderDevice; in render()1085 if (xRenderDevice.is()) in render()1087 VCLXDevice* pDevice = VCLXDevice::GetImplementation( xRenderDevice ); in render()
1866 uno::Reference< awt::XDevice > xRenderDevice; in render() local1874 rxOptions[ nProperty ].Value >>= xRenderDevice; in render()1883 … if( xRenderDevice.is() && nPageNumber && ( nPageNumber <= mpDoc->GetSdPageCount( ePageKind ) ) ) in render()1885 VCLXDevice* pDevice = VCLXDevice::GetImplementation( xRenderDevice ); in render()
1274 Reference<awt::XDevice> xRenderDevice; in ProcessProperties() local1276 if (aDev >>= xRenderDevice) in ProcessProperties()1278 VCLXDevice* pDevice = VCLXDevice::GetImplementation(xRenderDevice); in ProcessProperties()
2519 uno::Reference< awt::XDevice > xRenderDevice; in lcl_GetOutputDevice() local2520 aAny >>= xRenderDevice; in lcl_GetOutputDevice()2521 if (xRenderDevice.is()) in lcl_GetOutputDevice()2523 VCLXDevice* pDevice = VCLXDevice::GetImplementation( xRenderDevice ); in lcl_GetOutputDevice()
667 uno::Reference<awt::XDevice> xRenderDevice(rProp.Value, uno::UNO_QUERY); in lcl_GetRenderDevice() local668 if ( xRenderDevice.is() ) in lcl_GetRenderDevice()670 VCLXDevice* pDevice = VCLXDevice::GetImplementation( xRenderDevice ); in lcl_GetRenderDevice()
Completed in 105 milliseconds