Home
last modified time | relevance | path

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

/dports/editors/libreoffice/libreoffice-7.2.6.2/basctl/source/basicide/
H A Dbasicrenderable.cxx87 Reference<awt::XDevice> xRenderDevice; in getPrinter() local
89 if( aValue >>= xRenderDevice ) in getPrinter()
91 VCLXDevice* pDevice = comphelper::getUnoTunnelImplementation<VCLXDevice>(xRenderDevice); in getPrinter()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/basctl/source/basicide/
H A Dbasicrenderable.cxx82 Reference<awt::XDevice> xRenderDevice; in getPrinter() local
84 if( aValue >>= xRenderDevice ) in getPrinter()
86 VCLXDevice* pDevice = comphelper::getUnoTunnelImplementation<VCLXDevice>(xRenderDevice); in getPrinter()
/dports/editors/libreoffice/libreoffice-7.2.6.2/sw/source/core/view/
H A Dprintdata.cxx440 uno::Reference< awt::XDevice > xRenderDevice; in processPropertiesAndCheckFormat() local
442 aVal >>= xRenderDevice; in processPropertiesAndCheckFormat()
445 if (xRenderDevice.is()) in processPropertiesAndCheckFormat()
447 … VCLXDevice* pDevice = comphelper::getUnoTunnelImplementation<VCLXDevice>( xRenderDevice ); in processPropertiesAndCheckFormat()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/sw/source/core/view/
H A Dprintdata.cxx440 uno::Reference< awt::XDevice > xRenderDevice; in processPropertiesAndCheckFormat() local
442 aVal >>= xRenderDevice; in processPropertiesAndCheckFormat()
445 if (xRenderDevice.is()) in processPropertiesAndCheckFormat()
447 … VCLXDevice* pDevice = comphelper::getUnoTunnelImplementation<VCLXDevice>( xRenderDevice ); in processPropertiesAndCheckFormat()
/dports/editors/libreoffice/libreoffice-7.2.6.2/starmath/source/
H A Dunomodel.cxx973 uno::Reference< awt::XDevice > xRenderDevice; in render() local
977 rxOption.Value >>= xRenderDevice; in render()
980 if (!xRenderDevice.is()) in render()
983 VCLXDevice* pDevice = comphelper::getUnoTunnelImplementation<VCLXDevice>( xRenderDevice ); in render()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/starmath/source/
H A Dunomodel.cxx977 uno::Reference< awt::XDevice > xRenderDevice; in render() local
981 rxOption.Value >>= xRenderDevice; in render()
984 if (!xRenderDevice.is()) in render()
987 VCLXDevice* pDevice = comphelper::getUnoTunnelImplementation<VCLXDevice>( xRenderDevice ); in render()
/dports/editors/libreoffice/libreoffice-7.2.6.2/sd/source/ui/view/
H A DDocumentRenderer.cxx1210 Reference<awt::XDevice> xRenderDevice; in ProcessProperties() local
1212 if (aDev >>= xRenderDevice) in ProcessProperties()
1214 VCLXDevice* pDevice = comphelper::getUnoTunnelImplementation<VCLXDevice>(xRenderDevice); in ProcessProperties()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/sd/source/ui/view/
H A DDocumentRenderer.cxx1211 Reference<awt::XDevice> xRenderDevice; in ProcessProperties() local
1213 if (aDev >>= xRenderDevice) in ProcessProperties()
1215 VCLXDevice* pDevice = comphelper::getUnoTunnelImplementation<VCLXDevice>(xRenderDevice); in ProcessProperties()
/dports/editors/libreoffice/libreoffice-7.2.6.2/sd/source/ui/unoidl/
H A Dunomodel.cxx1853 uno::Reference< awt::XDevice > xRenderDevice; in render() local
1861 rOption.Value >>= xRenderDevice; in render()
1870 …if( !(xRenderDevice.is() && nPageNumber && ( nPageNumber <= mpDoc->GetSdPageCount( ePageKind ) )) ) in render()
1873 VCLXDevice* pDevice = comphelper::getUnoTunnelImplementation<VCLXDevice>( xRenderDevice ); in render()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/sd/source/ui/unoidl/
H A Dunomodel.cxx1855 uno::Reference< awt::XDevice > xRenderDevice; in render() local
1863 rOption.Value >>= xRenderDevice; in render()
1872 …if( !(xRenderDevice.is() && nPageNumber && ( nPageNumber <= mpDoc->GetSdPageCount( ePageKind ) )) ) in render()
1875 VCLXDevice* pDevice = comphelper::getUnoTunnelImplementation<VCLXDevice>( xRenderDevice ); in render()
/dports/editors/libreoffice/libreoffice-7.2.6.2/sw/source/uibase/uno/
H A Dunotxdoc.cxx2310 uno::Reference< awt::XDevice > xRenderDevice; in lcl_GetOutputDevice() local
2311 aAny >>= xRenderDevice; in lcl_GetOutputDevice()
2312 if (xRenderDevice.is()) in lcl_GetOutputDevice()
2314 … VCLXDevice* pDevice = comphelper::getUnoTunnelImplementation<VCLXDevice>( xRenderDevice ); in lcl_GetOutputDevice()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/sw/source/uibase/uno/
H A Dunotxdoc.cxx2328 uno::Reference< awt::XDevice > xRenderDevice; in lcl_GetOutputDevice() local
2329 aAny >>= xRenderDevice; in lcl_GetOutputDevice()
2330 if (xRenderDevice.is()) in lcl_GetOutputDevice()
2332 … VCLXDevice* pDevice = comphelper::getUnoTunnelImplementation<VCLXDevice>( xRenderDevice ); in lcl_GetOutputDevice()
/dports/editors/libreoffice/libreoffice-7.2.6.2/sc/source/ui/unoobj/
H A Ddocuno.cxx1390 uno::Reference<awt::XDevice> xRenderDevice(rProp.Value, uno::UNO_QUERY); in lcl_GetRenderDevice() local
1391 if ( xRenderDevice.is() ) in lcl_GetRenderDevice()
1393 … VCLXDevice* pDevice = comphelper::getUnoTunnelImplementation<VCLXDevice>( xRenderDevice ); in lcl_GetRenderDevice()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/sc/source/ui/unoobj/
H A Ddocuno.cxx1279 uno::Reference<awt::XDevice> xRenderDevice(rProp.Value, uno::UNO_QUERY); in lcl_GetRenderDevice() local
1280 if ( xRenderDevice.is() ) in lcl_GetRenderDevice()
1282 … VCLXDevice* pDevice = comphelper::getUnoTunnelImplementation<VCLXDevice>( xRenderDevice ); in lcl_GetRenderDevice()