Home
last modified time | relevance | path

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

/trunk/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()
/trunk/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()
/trunk/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()
/trunk/main/sd/source/ui/unoidl/
H A Dunomodel.cxx1866 uno::Reference< awt::XDevice > xRenderDevice; in render() local
1874 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()
/trunk/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()
/trunk/main/sw/source/ui/uno/
H A Dunotxdoc.cxx2519 uno::Reference< awt::XDevice > xRenderDevice; in lcl_GetOutputDevice() local
2520 aAny >>= xRenderDevice; in lcl_GetOutputDevice()
2521 if (xRenderDevice.is()) in lcl_GetOutputDevice()
2523 VCLXDevice* pDevice = VCLXDevice::GetImplementation( xRenderDevice ); in lcl_GetOutputDevice()
/trunk/main/sc/source/ui/unoobj/
H A Ddocuno.cxx667 uno::Reference<awt::XDevice> xRenderDevice(rProp.Value, uno::UNO_QUERY); in lcl_GetRenderDevice() local
668 if ( xRenderDevice.is() ) in lcl_GetRenderDevice()
670 VCLXDevice* pDevice = VCLXDevice::GetImplementation( xRenderDevice ); in lcl_GetRenderDevice()

Completed in 83 milliseconds