Home
last modified time | relevance | path

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

/trunk/main/sc/source/filter/xml/
H A DXMLTableShapeResizer.cxx243 if(xShapeProps.is()) in ResizeShapes()
268xShapeProps->getPropertyValue(sEndPosition) >>= aEndPoint; in ResizeShapes()
276xShapeProps->getPropertyValue(sStartPosition) >>= aStartPoint; in ResizeShapes()
281xShapeProps->setPropertyValue(sProperty, uno::makeAny(aPoint)); in ResizeShapes()
304 uno::Reference< beans::XPropertySet > xShapeProps(aItr->xShape, uno::UNO_QUERY); in ResizeShapes() local
305 if (xShapeProps.is()) in ResizeShapes()
309 xShapeProps->getPropertyValue( sCaptionPoint ) >>= aCaptionPoint; in ResizeShapes()
364 uno::Reference < beans::XPropertySet > xShapeProps ( aItr->xShape, uno::UNO_QUERY ); in ResizeShapes() local
365 uno::Reference < beans::XPropertySetInfo > xShapeInfo(xShapeProps->getPropertySetInfo()); in ResizeShapes()
367 if (xShapeProps.is() && xShapeInfo.is() && xShapeInfo->hasPropertyByName(sPersistName) && in ResizeShapes()
[all …]
H A Dxmlexprt.cxx3057 uno::Reference < beans::XPropertySet > xShapeProps ( xShape, uno::UNO_QUERY ); in ExportShape() local
3063 if (xShapeProps.is()) in ExportShape()
3066 …if (xShapeProps->getPropertyValue(rtl::OUString(RTL_CONSTASCII_USTRINGPARAM("ZOrder"))) >>= nZOrde… in ExportShape()
3072 uno::Reference< beans::XPropertySetInfo > xPropSetInfo = xShapeProps->getPropertySetInfo(); in ExportShape()
3076 if (xShapeProps->getPropertyValue( sPropCLSID ) >>= sCLSID) in ExportShape()
3085 xShapeProps->getPropertyValue( sPersistName ) >>= aChartName; in ExportShape()
3118 if( ( xShapeProps->getPropertyValue( sPropModel ) >>= xChartModel ) && in ExportShape()
/trunk/main/odk/examples/DevelopersGuide/FirstSteps/
H A DHelloTextTableShape.java145 XPropertySet xShapeProps = (XPropertySet)UnoRuntime.queryInterface( in useWriter() local
148 xShapeProps.setPropertyValue("TextContourFrame", new Boolean(true)); in useWriter()
255 XPropertySet xShapeProps = (XPropertySet)UnoRuntime.queryInterface( in useCalc() local
301 XPropertySet xShapeProps = (XPropertySet)UnoRuntime.queryInterface( in useDraw() local
413 xShapeProps.setPropertyValue("FillColor", new Integer(0x99CCFF)); in manipulateShape()
414 xShapeProps.setPropertyValue("LineColor", new Integer(0x000099)); in manipulateShape()
415 xShapeProps.setPropertyValue("RotateAngle", new Integer(3000)); in manipulateShape()
417 xShapeProps.setPropertyValue("TextLeftDistance", new Integer(0)); in manipulateShape()
418 xShapeProps.setPropertyValue("TextRightDistance", new Integer(0)); in manipulateShape()
419 xShapeProps.setPropertyValue("TextUpperDistance", new Integer(0)); in manipulateShape()
[all …]
/trunk/main/oox/source/export/
H A Dshapes.cxx603 Reference< XPropertySet > xShapeProps( xShape, UNO_QUERY ); in WriteGraphicObjectShape() local
604 … if( !xShapeProps.is() || !( xShapeProps->getPropertyValue( S( "GraphicURL" ) ) >>= sGraphicURL ) ) in WriteGraphicObjectShape()
736 Reference< XPropertySet > xShapeProps( xShape, UNO_QUERY ); in WriteConnectorShape() local
737 if( xShapeProps.is() ) in WriteConnectorShape()
738 WriteOutline( xShapeProps ); in WriteConnectorShape()
783 Reference< XPropertySet > xShapeProps( xShape, UNO_QUERY ); in WriteLineShape() local
784 if( xShapeProps.is() ) in WriteLineShape()
785 WriteOutline( xShapeProps ); in WriteLineShape()
822 Reference< XPropertySet > xShapeProps( xShape, UNO_QUERY ); in WriteRectangleShape() local
823 if( xShapeProps.is() ) in WriteRectangleShape()
[all …]
/trunk/main/vbahelper/source/vbahelper/
H A Dvbashapes.cxx390 uno::Reference< beans::XPropertySet > xShapeProps( xShape, uno::UNO_QUERY_THROW ); in AddTextboxInWriter() local
391xShapeProps->setPropertyValue( rtl::OUString::createFromAscii( "AnchorType" ), uno::makeAny( text:… in AddTextboxInWriter()
392xShapeProps->setPropertyValue( rtl::OUString::createFromAscii( "HoriOrientRelation" ), uno::makeAn… in AddTextboxInWriter()
393xShapeProps->setPropertyValue( rtl::OUString::createFromAscii( "HoriOrient" ), uno::makeAny( text:… in AddTextboxInWriter()
394xShapeProps->setPropertyValue( rtl::OUString::createFromAscii( "HoriOrientPosition" ), uno::makeAn… in AddTextboxInWriter()
396xShapeProps->setPropertyValue( rtl::OUString::createFromAscii( "VertOrientRelation" ), uno::makeAn… in AddTextboxInWriter()
397xShapeProps->setPropertyValue( rtl::OUString::createFromAscii( "VertOrient" ), uno::makeAny( text:… in AddTextboxInWriter()
398xShapeProps->setPropertyValue( rtl::OUString::createFromAscii( "VertOrientPosition" ), uno::makeAn… in AddTextboxInWriter()
402xShapeProps->setPropertyValue( rtl::OUString::createFromAscii( "LineStyle" ), uno::makeAny( aLineS… in AddTextboxInWriter()
406xShapeProps->setPropertyValue( rtl::OUString::createFromAscii( "LayerID" ), uno::makeAny( nLayerId… in AddTextboxInWriter()
[all …]
/trunk/main/embeddedobj/qa/embedding/
H A DTest01.java114 …XPropertySet xShapeProps = ( XPropertySet ) UnoRuntime.queryInterface( XPropertySet.class, oShape … in test() local
115 if ( xShapeProps == null ) in test()
122 xShapeProps.setPropertyValue( "CLSID", "078B7ABA-54FC-457F-8551-6147e776a997" ); in test()
124 Object oEmbObj = xShapeProps.getPropertyValue( "EmbeddedObject" ); in test()
139 Object oReplacement = xShapeProps.getPropertyValue( "Graphic" ); in test()
/trunk/main/writerfilter/source/dmapper/
H A DOLEHandler.cxx117 … uno::Reference< beans::XPropertySet > xShapeProps( xTempShape, uno::UNO_QUERY_THROW ); in lcl_attribute() local
120xShapeProps->getPropertyValue( rNameSupplier.GetName( PROP_BITMAP ) ) >>= m_xReplacement; in lcl_attribute()
122 xShapeProps->setPropertyValue( in lcl_attribute()
171 … uno::Reference< beans::XPropertySet > xShapeProps( m_xShape, uno::UNO_QUERY_THROW ); in lcl_sprm() local
174 xShapeProps->setPropertyValue( in lcl_sprm()
H A DFormControlHelper.cxx279 uno::Reference<beans::XPropertySet> xShapeProps(xShape, uno::UNO_QUERY); in insertControl() local
285 xShapeProps->setPropertyValue(sAnchorType, aAny); in insertControl()
290 xShapeProps->setPropertyValue(sVertOrient, aAny); in insertControl()
295 xShapeProps->setPropertyValue(sTextRange, aAny); in insertControl()
H A DGraphicImport.cxx1067 uno::Reference< beans::XPropertySet > xShapeProps in lcl_attribute() local
1071xShapeProps->getPropertyValue( rtl::OUString::createFromAscii( "GraphicURL" ) ) >>= sUrl; in lcl_attribute()
1117 uno::Reference< beans::XPropertySet > xShapeProps in lcl_attribute() local
1123 xShapeProps->setPropertyValue in lcl_attribute()
1127 xShapeProps->setPropertyValue in lcl_attribute()
/trunk/main/qadevOOo/java/OOoRunner/src/main/java/mod/_sd/
H A DSdXImpressDocument.java150 … XPropertySet xShapeProps = (XPropertySet) UnoRuntime.queryInterface(XPropertySet.class, aShape); in createTestEnvironment() local
153 xShapeProps.setPropertyValue("FillStyle", com.sun.star.drawing.FillStyle.SOLID); in createTestEnvironment()
154 xShapeProps.setPropertyValue("FillTransparence", new Integer(50)); in createTestEnvironment()
/trunk/main/odk/examples/DevelopersGuide/Forms/
H A DFormLayer.java109 XPropertySet xShapeProps = UNO.queryPropertySet( xShape ); in createControlAndShape() local
111 xShapeProps.setPropertyValue( "AnchorType", eAnchorType ); in createControlAndShape()
/trunk/main/forms/qa/integration/forms/
H A DFormLayer.java105 XPropertySet xShapeProps = dbfTools.queryPropertySet( xShape ); in createControlAndShape() local
107 xShapeProps.setPropertyValue( "AnchorType", eAnchorType ); in createControlAndShape()
/trunk/main/sw/source/core/unocore/
H A Dunodraw.cxx1965 uno::Reference< beans::XPropertySet > xShapeProps; in addPropertyChangeListener() local
1966 if ( xShapeAgg->queryAggregation( beans::XPropertySet::static_type() ) >>= xShapeProps ) in addPropertyChangeListener()
1967 xShapeProps->addPropertyChangeListener( _propertyName, _listener ); in addPropertyChangeListener()
1980 uno::Reference< beans::XPropertySet > xShapeProps; in removePropertyChangeListener() local
1981 if ( xShapeAgg->queryAggregation( beans::XPropertySet::static_type() ) >>= xShapeProps ) in removePropertyChangeListener()
1982 xShapeProps->removePropertyChangeListener( _propertyName, _listener ); in removePropertyChangeListener()
/trunk/main/sd/source/filter/eppt/
H A Depptso.cxx4575 xShapeProps( mXShape, ::com::sun::star::uno::UNO_QUERY_THROW ); in ImplWritePage()
4576xShapeProps->getPropertyValue( ::rtl::OUString( RTL_CONSTASCII_USTRINGPARAM( "Aspect" ) ) ) >>= nA… in ImplWritePage()
5152 xShapeProps( mXShape, ::com::sun::star::uno::UNO_QUERY_THROW ); in ImplWritePage()
5153xShapeProps->getPropertyValue( ::rtl::OUString( RTL_CONSTASCII_USTRINGPARAM( "Aspect" ) ) ) >>= nA… in ImplWritePage()

Completed in 127 milliseconds