Searched defs:xShapeProps (Results 1 – 13 of 13) sorted by relevance
/aoo42x/main/odk/examples/DevelopersGuide/FirstSteps/ |
H A D | HelloTextTableShape.java | 145 XPropertySet xShapeProps = (XPropertySet)UnoRuntime.queryInterface( in useWriter() local 255 XPropertySet xShapeProps = (XPropertySet)UnoRuntime.queryInterface( in useCalc() local 301 XPropertySet xShapeProps = (XPropertySet)UnoRuntime.queryInterface( in useDraw() local 412 … XPropertySet xShapeProps = (XPropertySet)UnoRuntime.queryInterface(XPropertySet.class, xShape); in manipulateShape() local
|
/aoo42x/main/writerfilter/source/dmapper/ |
H A D | OLEHandler.cxx | 117 … uno::Reference< beans::XPropertySet > xShapeProps( xTempShape, uno::UNO_QUERY_THROW ); in lcl_attribute() local 171 … uno::Reference< beans::XPropertySet > xShapeProps( m_xShape, uno::UNO_QUERY_THROW ); in lcl_sprm() local
|
H A D | FormControlHelper.cxx | 279 uno::Reference<beans::XPropertySet> xShapeProps(xShape, uno::UNO_QUERY); in insertControl() local
|
H A D | GraphicImport.cxx | 1067 uno::Reference< beans::XPropertySet > xShapeProps in lcl_attribute() local 1117 uno::Reference< beans::XPropertySet > xShapeProps in lcl_attribute() local
|
/aoo42x/main/sc/source/filter/xml/ |
H A D | XMLTableShapeResizer.cxx | 242 … uno::Reference<beans::XPropertySet> xShapeProps (aItr->xShape, uno::UNO_QUERY); in ResizeShapes() local 304 uno::Reference< beans::XPropertySet > xShapeProps(aItr->xShape, uno::UNO_QUERY); in ResizeShapes() local 364 uno::Reference < beans::XPropertySet > xShapeProps ( aItr->xShape, uno::UNO_QUERY ); in ResizeShapes() local
|
H A D | xmlexprt.cxx | 3057 uno::Reference < beans::XPropertySet > xShapeProps ( xShape, uno::UNO_QUERY ); in ExportShape() local
|
/aoo42x/main/oox/source/export/ |
H A D | shapes.cxx | 603 Reference< XPropertySet > xShapeProps( xShape, UNO_QUERY ); in WriteGraphicObjectShape() local 736 Reference< XPropertySet > xShapeProps( xShape, UNO_QUERY ); in WriteConnectorShape() local 783 Reference< XPropertySet > xShapeProps( xShape, UNO_QUERY ); in WriteLineShape() local 822 Reference< XPropertySet > xShapeProps( xShape, UNO_QUERY ); in WriteRectangleShape() local
|
/aoo42x/main/qadevOOo/tests/java/mod/_sd/ |
H A D | SdXImpressDocument.java | 150 … XPropertySet xShapeProps = (XPropertySet) UnoRuntime.queryInterface(XPropertySet.class, aShape); in createTestEnvironment() local
|
/aoo42x/main/embeddedobj/qa/embedding/ |
H A D | Test01.java | 114 …XPropertySet xShapeProps = ( XPropertySet ) UnoRuntime.queryInterface( XPropertySet.class, oShape … in test() local
|
/aoo42x/main/odk/examples/DevelopersGuide/Forms/ |
H A D | FormLayer.java | 109 XPropertySet xShapeProps = UNO.queryPropertySet( xShape ); in createControlAndShape() local
|
/aoo42x/main/forms/qa/integration/forms/ |
H A D | FormLayer.java | 105 XPropertySet xShapeProps = dbfTools.queryPropertySet( xShape ); in createControlAndShape() local
|
/aoo42x/main/vbahelper/source/vbahelper/ |
H A D | vbashapes.cxx | 390 uno::Reference< beans::XPropertySet > xShapeProps( xShape, uno::UNO_QUERY_THROW ); in AddTextboxInWriter() local
|
/aoo42x/main/sw/source/core/unocore/ |
H A D | unodraw.cxx | 1965 uno::Reference< beans::XPropertySet > xShapeProps; in addPropertyChangeListener() local 1980 uno::Reference< beans::XPropertySet > xShapeProps; in removePropertyChangeListener() local
|
Completed in 85 milliseconds