Home
last modified time | relevance | path

Searched refs:xDevice (Results 1 – 25 of 33) sorted by path

12

/trunk/main/UnoControls/inc/
H A Dbasecontrol.hxx877 …virtual sal_Bool SAL_CALL setGraphics( const UNO3_REFERENCE< UNO3_XGRAPHICS >& xDevice ) throw( UN…
/trunk/main/UnoControls/source/base/
H A Dbasecontrol.cxx383 Reference< XDevice > xDevice( m_xPeerWindow, UNO_QUERY ); in createPeer() local
385 if ( xDevice.is() == sal_True ) in createPeer()
387 m_xGraphicsPeer = xDevice->createGraphics(); in createPeer()
715 sal_Bool SAL_CALL BaseControl::setGraphics( const Reference< XGraphics >& xDevice ) throw( RuntimeE… in setGraphics() argument
721 if ( xDevice.is() == sal_True ) in setGraphics()
726 m_xGraphicsView = xDevice ; in setGraphics()
/trunk/main/UnoControls/source/inc/
H A Dframecontrol.hxx320 …virtual sal_Bool SAL_CALL setGraphics( const UNO3_REFERENCE< UNO3_XGRAPHICS >& xDevice ) throw( UN…
/trunk/main/canvas/source/simplecanvas/
H A Dsimplecanvasimpl.cxx68 …e< rendering::XPolyPolygon2D > rect2Poly( uno::Reference<rendering::XGraphicDevice> const& xDevice, in rect2Poly() argument
82 xDevice->createCompatibleLinePolyPolygon( sequenceSequence ), in rect2Poly()
102 explicit SimpleRenderState( uno::Reference<rendering::XGraphicDevice> const& xDevice ) : in SimpleRenderState()
106 xDevice, in SimpleRenderState()
/trunk/main/canvas/source/tools/
H A Dcanvastools.cxx902 uno::Reference< rendering::XGraphicDevice > xDevice( i_rxCanvas->getDevice(), in getDeviceInfo() local
905 uno::Reference< lang::XServiceInfo > xServiceInfo( xDevice, in getDeviceInfo()
907 uno::Reference< beans::XPropertySet > xPropSet( xDevice, in getDeviceInfo()
/trunk/main/canvas/source/vcl/
H A Dtextlayout.cxx87 const uno::Reference<rendering::XGraphicDevice>& xDevice, in TextLayout() argument
93 mxDevice( xDevice ), in TextLayout()
H A Dtextlayout.hxx59 ::com::sun::star::rendering::XGraphicDevice>& xDevice,
/trunk/main/canvas/workben/
H A Dcanvasdemo.cxx118 DemoRenderer( uno::Reference< rendering::XGraphicDevice > xDevice, in DemoRenderer() argument
130 mxDevice( xDevice ) in DemoRenderer()
595 uno::Reference< rendering::XGraphicDevice > xDevice( xCanvas->getDevice(), in Paint() local
598 DemoRenderer aRenderer( xDevice, xCanvas, GetSizePixel() ); in Paint()
/trunk/main/chart2/source/controller/accessibility/
H A DAccessibleChartElement.cxx241 Reference< awt::XDevice > xDevice = Reference< awt::XDevice >( in getFont() local
244 if( xDevice.is()) in getFont()
251 xFont = xDevice->getFont( aDescr ); in getFont()
/trunk/main/cppcanvas/source/wrapper/
H A Dimplpolypolygon.cxx78 uno::Reference< rendering::XGraphicDevice > xDevice( getGraphicDevice() ); in addPolygon() local
80 OSL_ENSURE( xDevice.is(), in addPolygon()
83 if( !xDevice.is() ) in addPolygon()
88 xDevice, in addPolygon()
100 uno::Reference< rendering::XGraphicDevice > xDevice( getGraphicDevice() ); in addPolyPolygon() local
102 OSL_ENSURE( xDevice.is(), in addPolyPolygon()
105 if( !xDevice.is() ) in addPolyPolygon()
110 xDevice, in addPolyPolygon()
/trunk/main/embeddedobj/test/Container1/
H A DPaintThread.java133 XDevice xDevice = (XDevice)UnoRuntime.queryInterface( XDevice.class, m_xWindow ); in run() local
134 if ( xDevice != null ) in run()
137 XGraphics xGraphics = xDevice.createGraphics(); in run()
141 XDisplayBitmap xDisplayBitmap = xDevice.createDisplayBitmap( xBitmap ); in run()
/trunk/main/framework/source/helper/
H A Ddockingareadefaultacceptor.cxx122 … css::uno::Reference< css::awt::XDevice > xDevice( xContainerWindow, css::uno::UNO_QUERY ); in requestDockingAreaSpace() local
125 css::awt::DeviceInfo aInfo = xDevice->getInfo(); in requestDockingAreaSpace()
160 … css::uno::Reference< css::awt::XDevice > xDevice( xContainerWindow, css::uno::UNO_QUERY ); in setDockingAreaSpace() local
163 css::awt::DeviceInfo aInfo = xDevice->getInfo(); in setDockingAreaSpace()
/trunk/main/framework/source/layoutmanager/
H A Dlayoutmanager.cxx2403 Reference< awt::XDevice > xDevice( xContainerWindow, uno::UNO_QUERY ); in implts_doLayout() local
2404 awt::DeviceInfo aContainerInfo = xDevice->getInfo(); in implts_doLayout()
2572 uno::Reference< awt::XDevice > xDevice( xContainerWindow, uno::UNO_QUERY ); in implts_setDockingAreaWindowSizes() local
2575 awt::DeviceInfo aInfo = xDevice->getInfo(); in implts_setDockingAreaWindowSizes()
2760 … uno::Reference< awt::XDevice > xDevice( m_xFrame->getContainerWindow(), uno::UNO_QUERY ); in windowResized() local
2764 awt::DeviceInfo aInfo = xDevice->getInfo(); in windowResized()
H A Dtoolbarlayoutmanager.cxx165 uno::Reference< awt::XDevice > xDevice( xContainerWindow, uno::UNO_QUERY ); in implts_setDockingAreaWindowSizes() local
169 awt::DeviceInfo aInfo = xDevice->getInfo(); in implts_setDockingAreaWindowSizes()
/trunk/main/framework/source/services/
H A Dframe.cxx2827 … css::uno::Reference< css::awt::XDevice > xDevice( getContainerWindow(), css::uno::UNO_QUERY ); in implts_resizeComponentWindow() local
2831 css::awt::DeviceInfo aInfo = xDevice->getInfo(); in implts_resizeComponentWindow()
/trunk/main/framework/source/tabwin/
H A Dtabwindow.cxx134 css::uno::Reference< css::awt::XDevice > xDevice( m_xTopWindow, css::uno::UNO_QUERY ); in implts_LayoutWindows() local
142 if ( xWindow.is() && xDevice.is() ) in implts_LayoutWindows()
145 css::awt::DeviceInfo aInfo = xDevice->getInfo(); in implts_LayoutWindows()
/trunk/main/odk/examples/cpp/custompanel/
H A Dctp_panel.cxx169 const Reference< XDevice > xDevice( i_rEvent.Source, UNO_QUERY_THROW ); in windowPaint() local
170 const Reference< XGraphics > xGraphics( xDevice->createGraphics(), UNO_SET_THROW ); in windowPaint()
/trunk/main/oox/source/helper/
H A Dgraphichelper.cxx127 Reference< XDevice > xDevice( xFrame->getContainerWindow(), UNO_QUERY_THROW ); in GraphicHelper() local
128 mxUnitConversion.set( xDevice, UNO_QUERY ); in GraphicHelper()
130 maDeviceInfo = xDevice->getInfo(); in GraphicHelper()
/trunk/main/oox/source/xls/
H A Dstylesbuffer.cxx1045 Reference< XDevice > xDevice( aDocProps.getAnyProperty( PROP_ReferenceDevice ), UNO_QUERY ); in finalizeImport() local
1046 if( xDevice.is() ) in finalizeImport()
1048 Reference< XFont2 > xFont( xDevice->getFont( maApiData.maDesc ), UNO_QUERY ); in finalizeImport()
H A Dunitconverter.cxx133 Reference< XDevice > xDevice( aDocProps.getAnyProperty( PROP_ReferenceDevice ), UNO_QUERY ); in finalizeImport() local
134 if( xDevice.is() ) in finalizeImport()
137 DeviceInfo aInfo = xDevice->getInfo(); in finalizeImport()
147 Reference< XFont > xFont = xDevice->getFont( aDesc ); in finalizeImport()
/trunk/main/sc/source/filter/excel/
H A Dxlroot.cxx152 Reference< XDevice > xDevice( xFrame->getContainerWindow(), UNO_QUERY_THROW ); in XclRootData() local
153 DeviceInfo aDeviceInfo = xDevice->getInfo(); in XclRootData()
/trunk/main/sc/source/ui/vba/
H A Dvbahelper.cxx668 double getPixelTo100thMillimeterConversionFactor( css::uno::Reference< css::awt::XDevice >& xDevice in getPixelTo100thMillimeterConversionFactor() argument
673 fConvertFactor = xDevice->getInfo().PixelPerMeterY/100000; in getPixelTo100thMillimeterConversionFactor()
677 fConvertFactor = xDevice->getInfo().PixelPerMeterX/100000; in getPixelTo100thMillimeterConversionFactor()
682 double PointsToPixels( css::uno::Reference< css::awt::XDevice >& xDevice, double fPoints, sal_Bool … in PointsToPixels() argument
684 double fConvertFactor = getPixelTo100thMillimeterConversionFactor( xDevice, bVertical ); in PointsToPixels()
687 double PixelsToPoints( css::uno::Reference< css::awt::XDevice >& xDevice, double fPixels, sal_Bool … in PixelsToPoints() argument
689 double fConvertFactor = getPixelTo100thMillimeterConversionFactor( xDevice, bVertical ); in PixelsToPoints()
/trunk/main/sd/source/ui/presenter/
H A DPresenterCanvas.cxx857 Reference<rendering::XGraphicDevice> xDevice (mxSharedCanvas->getDevice()); in MergeViewState() local
858 if ( ! xDevice.is()) in MergeViewState()
877 xDevice, in MergeViewState()
897 xDevice, in MergeViewState()
1002 Reference<rendering::XGraphicDevice> xDevice (mxSharedCanvas->getDevice()); in UpdateSpriteClip() local
1003 if ( ! xDevice.is()) in UpdateSpriteClip()
1029 xDevice, in UpdateSpriteClip()
1042 xDevice->createCompatibleLinePolyPolygon(aPoints)); in UpdateSpriteClip()
/trunk/main/sd/workben/custompanel/
H A Dctp_panel.cxx203 const Reference< XDevice > xDevice( i_rEvent.Source, UNO_QUERY_THROW ); in windowPaint() local
204 const Reference< XGraphics > xGraphics( xDevice->createGraphics(), UNO_SET_THROW ); in windowPaint()
/trunk/main/sdext/source/minimizer/
H A Dgraphiccollector.cxx60 Reference< XDevice > xDevice( xWindow, UNO_QUERY_THROW ); in GetDeviceInfo() local
61 aDeviceInfo = xDevice->getInfo(); in GetDeviceInfo()

Completed in 354 milliseconds

12