| /trunk/main/oox/inc/oox/export/ |
| H A D | shapes.hxx | 39 class XShape; 57 …rence< ::com::sun::star::drawing::XShape> s1, const ::com::sun::star::uno::Reference< ::com::sun::… in operator ()() 67 …t operator()( const ::com::sun::star::uno::Reference < ::com::sun::star::drawing::XShape > ) const; 70 …_map< const ::com::sun::star::uno::Reference< ::com::sun::star::drawing::XShape>, sal_Int32, Shape… 80 …l NonEmptyText( ::com::sun::star::uno::Reference< ::com::sun::star::drawing::XShape > xShape ); 83 …ezierShape( ::com::sun::star::uno::Reference< ::com::sun::star::drawing::XShape > xShape, sal_Bool… 85 …eClosedBezierShape( ::com::sun::star::uno::Reference< ::com::sun::star::drawing::XShape > xShape ); 87 …riteConnectorShape( ::com::sun::star::uno::Reference< ::com::sun::star::drawing::XShape > xShape ); 89 … WriteCustomShape( ::com::sun::star::uno::Reference< ::com::sun::star::drawing::XShape > xShape ); 91 … WriteEllipseShape( ::com::sun::star::uno::Reference< ::com::sun::star::drawing::XShape > xShape ); [all …]
|
| /trunk/main/xmloff/inc/xmloff/ |
| H A D | shapeexport.hxx | 138 com::sun::star::uno::Reference< com::sun::star::drawing::XShape > xCustomShapeReplacement; 219 …ShapeType(const com::sun::star::uno::Reference< com::sun::star::drawing::XShape >& xShape, XmlShap… 226 …d ImpExportText( const com::sun::star::uno::Reference< com::sun::star::drawing::XShape >& xShape ); 227 …ImpExportEvents( const com::sun::star::uno::Reference< com::sun::star::drawing::XShape >& xShape ); 228 …cription( const com::sun::star::uno::Reference< com::sun::star::drawing::XShape >& xShape ); // #i… 229 …xportGluePoints( const com::sun::star::uno::Reference< com::sun::star::drawing::XShape >& xShape ); 232 …oupShape( const com::sun::star::uno::Reference< com::sun::star::drawing::XShape >& xShape, XmlShap… 233 …eneShape( const com::sun::star::uno::Reference< com::sun::star::drawing::XShape >& xShape, XmlShap… 234 …gleShape( const com::sun::star::uno::Reference< com::sun::star::drawing::XShape >& xShape, XmlShap… 235 …LineShape(const com::sun::star::uno::Reference< com::sun::star::drawing::XShape >& xShape, XmlShap… [all …]
|
| /trunk/main/vbahelper/source/vbahelper/ |
| H A D | vbashaperange.cxx | 66 uno::Reference< msforms::XShape > SAL_CALL 71 uno::Reference< drawing::XShape > xShape( xShapeGroup, uno::UNO_QUERY_THROW ); in Group() 72 …return uno::Reference< msforms::XShape >( new ScVbaShape( getParent(), mxContext, xShape, getShape… in Group() 84 …m_xShapes->add( uno::Reference< drawing::XShape >( m_xIndexAccess->getByIndex( index ), uno::UNO_Q… in getShapes() 97 …uno::Reference< msforms::XShape > xShape( Item( uno::makeAny( index ), uno::Any() ), uno::UNO_QUER… in IncrementRotation() 108 …uno::Reference< msforms::XShape > xShape( Item( uno::makeAny( index ), uno::Any() ), uno::UNO_QUER… in IncrementLeft() 119 …uno::Reference< msforms::XShape > xShape( Item( uno::makeAny( index ), uno::Any() ), uno::UNO_QUER… in IncrementTop() 129 …uno::Reference< msforms::XShape > xShape( Item( uno::makeAny( index ), uno::Any() ), uno::UNO_QUER… in getHeight() 140 …uno::Reference< msforms::XShape > xShape( Item( uno::makeAny( index ), uno::Any() ), uno::UNO_QUER… in setHeight() 150 …uno::Reference< msforms::XShape > xShape( Item( uno::makeAny( index ), uno::Any() ), uno::UNO_QUER… in getWidth() [all …]
|
| H A D | vbashapes.cxx | 75 XNamedObjectCollectionHelper< drawing::XShape >::XNamedVec mShapes; in initBaseCollection() 79 …mShapes.push_back( uno::Reference< drawing::XShape >( m_xIndexAccess->getByIndex( index ) , uno::U… in initBaseCollection() 80 …ontainer::XIndexAccess > xShapes( new XNamedObjectCollectionHelper< drawing::XShape >( mShapes ) ); in initBaseCollection() 103 uno::Reference< drawing::XShape > xShape( aSource, uno::UNO_QUERY_THROW ); in createCollectionObject() 104 …return uno::makeAny( uno::Reference< msforms::XShape >( new ScVbaShape( getParent(), mxContext, xS… in createCollectionObject() 112 return ooo::vba::msforms::XShape::static_type(0); in getElementType() 145 XNamedObjectCollectionHelper< drawing::XShape >::XNamedVec mShapes; in getShapesByArrayIndices() 149 uno::Reference< drawing::XShape > xShape; in getShapesByArrayIndices() 168 …ner::XIndexAccess > xIndexAccess( new XNamedObjectCollectionHelper< drawing::XShape >( mShapes ) ); in getShapesByArrayIndices() 223 uno::Reference< drawing::XShape > [all …]
|
| /trunk/main/odk/examples/DevelopersGuide/Charts/ |
| H A D | JavaSampleChartAddIn.java | 121 XShape aShape; in refresh() 125 aShape = (XShape) UnoRuntime.queryInterface( in refresh() 126 XShape.class, aShapesIA.getByIndex( i )); in refresh() 157 maTopLine = (XShape) UnoRuntime.queryInterface( in refresh() 158 … XShape.class, maShapeFactory.createInstance( "com.sun.star.drawing.LineShape" )); in refresh() 180 maBottomLine = (XShape) UnoRuntime.queryInterface( in refresh() 181 … XShape.class, maShapeFactory.createInstance( "com.sun.star.drawing.LineShape" )); in refresh() 215 XShape aXAxis = (XShape) UnoRuntime.queryInterface( in refresh() 216 XShape.class, ((XAxisXSupplier) UnoRuntime.queryInterface( in refresh() 218 XShape aYAxis = (XShape) UnoRuntime.queryInterface( in refresh() [all …]
|
| /trunk/main/sc/source/ui/vba/ |
| H A D | vbasheetobjects.cxx | 99 …uno::Reference< drawing::XShape > createShape( const awt::Point& rPos, const awt::Size& rSize ) th… 101 …sal_Int32 insertShape( const uno::Reference< drawing::XShape >& rxShape ) throw (uno::RuntimeExcep… 103 …::rtl::Reference< ScVbaSheetObjectBase > createVbaObject( const uno::Reference< drawing::XShape >&… 119 virtual bool implPickShape( const uno::Reference< drawing::XShape >& rxShape ) const = 0; 121 …virtual ScVbaSheetObjectBase* implCreateVbaObject( const uno::Reference< drawing::XShape >& rxShap… 126 …virtual OUString implGetShapeName( const uno::Reference< drawing::XShape >& rxShape ) const throw … 128 …virtual void implOnShapeCreated( const uno::Reference< drawing::XShape >& rxShape ) throw (uno::Ru… 130 …virtual void implOnShapeInserted( const uno::Reference< drawing::XShape >& rxShape ) throw (uno::R… 140 typedef ::std::vector< uno::Reference< drawing::XShape > > ShapeVector; 168 … uno::Reference< drawing::XShape > xShape( mxShapes->getByIndex( nIndex ), uno::UNO_QUERY_THROW ); in collectShapes() [all …]
|
| /trunk/main/chart2/source/view/inc/ |
| H A D | ShapeFactory.hxx | 67 ::com::sun::star::uno::Reference< ::com::sun::star::drawing::XShape > 77 ::com::sun::star::uno::Reference< ::com::sun::star::drawing::XShape > 84 ::com::sun::star::uno::Reference< ::com::sun::star::drawing::XShape > 95 ::com::sun::star::uno::Reference< ::com::sun::star::drawing::XShape > 102 ::com::sun::star::uno::Reference< ::com::sun::star::drawing::XShape > 109 ::com::sun::star::uno::Reference< ::com::sun::star::drawing::XShape > 117 ::com::sun::star::uno::Reference< ::com::sun::star::drawing::XShape > 126 ::com::sun::star::uno::Reference< ::com::sun::star::drawing::XShape > 131 ::com::sun::star::uno::Reference< ::com::sun::star::drawing::XShape > 137 ::com::sun::star::uno::Reference< ::com::sun::star::drawing::XShape > [all …]
|
| /trunk/test/testuno/source/fvt/uno/sd/chart/ |
| H A D | ChartProperties.java | 54 import com.sun.star.drawing.XShape; 118 XShape xShape = ShapeUtil.createShape(impressDocument, po, new Size( in insertDefaultChart() 135 XShape xShape = ShapeUtil.createShape(impressDocument, po, new Size( in insertDefaultChart2() 150 XShape xShape = null; in testAreaBordersProperties() 176 XShape xShape = null; in testAreaFillProperties() 201 XShape xShape = null; in testAreaTransparencyProperties() 226 XShape xShape = null; in testLegendBorderProperties() 251 XShape xShape = null; in testLegendFillAndTransparence() 276 XShape xShape = null; in testLegendCharFont() 301 XShape xShape = null; in testLegendCharFontEffects() [all …]
|
| H A D | ChartTypes.java | 46 import com.sun.star.drawing.XShape; 93 XShape xShape = ShapeUtil.createShape(impressDocument, po, new Size( in testInsertAreaChart() 117 XShape xShape = ShapeUtil.createShape(impressDocument, po, new Size( in testInsertBubbleChart() 140 XShape xShape = ShapeUtil.createShape(impressDocument, po, new Size( in testInsertBarChart() 162 XShape xShape = ShapeUtil.createShape(impressDocument, po, new Size( in testInsertConeChart() 196 XShape xShape = ShapeUtil.createShape(impressDocument, po, new Size( in testInsertLineChart() 220 XShape xShape = ShapeUtil.createShape(impressDocument, po, new Size( in testInsertPieChart() 256 public XShape saveAndLoadShape(int pageIndex, int shapeIndex) in saveAndLoadShape() 261 return (XShape) UnoRuntime.queryInterface(XShape.class, in saveAndLoadShape()
|
| /trunk/main/oox/source/export/ |
| H A D | shapes.cxx | 380 sal_Bool ShapeExport::NonEmptyText( Reference< XShape > xShape ) in NonEmptyText() 387 ShapeExport& ShapeExport::WriteBezierShape( Reference< XShape > xShape, sal_Bool bClosed ) in WriteBezierShape() 431 ShapeExport& ShapeExport::WriteClosedBezierShape( Reference< XShape > xShape ) in WriteClosedBezierShape() 436 ShapeExport& ShapeExport::WriteOpenBezierShape( Reference< XShape > xShape ) in WriteOpenBezierShape() 441 ShapeExport& ShapeExport::WriteCustomShape( Reference< XShape > xShape ) in WriteCustomShape() 514 ShapeExport& ShapeExport::WriteEllipseShape( Reference< XShape > xShape ) in WriteEllipseShape() 587 ShapeExport& ShapeExport::WriteGraphicObjectShape( Reference< XShape > xShape ) in WriteGraphicObjectShape() 658 ShapeExport& ShapeExport::WriteConnectorShape( Reference< XShape > xShape ) in WriteConnectorShape() 671 Reference< XShape > rXShapeA; in WriteConnectorShape() 672 Reference< XShape > rXShapeB; in WriteConnectorShape() [all …]
|
| /trunk/main/oox/source/vml/ |
| H A D | vmlshape.cxx | 258 Reference< XShape > ShapeBase::convertAndInsert( const Reference< XShapes >& rxShapes, const ShapeP… in convertAndInsert() 260 Reference< XShape > xShape; in convertAndInsert() 289 void ShapeBase::convertFormatting( const Reference< XShape >& rxShape, const ShapeParentAnchor* pPa… in convertFormatting() 320 void ShapeBase::convertShapeProperties( const Reference< XShape >& rxShape ) const in convertShapeProperties() 337 Reference< XShape > SimpleShape::implConvertAndInsert( const Reference< XShapes >& rxShapes, const … in implConvertAndInsert() 339 Reference< XShape > xShape = mrDrawing.createAndInsertXShape( maService, rxShapes, rShapeRect ); in implConvertAndInsert() 365 Reference< XShape > PolyLineShape::implConvertAndInsert( const Reference< XShapes >& rxShapes, cons… in implConvertAndInsert() 367 Reference< XShape > xShape = SimpleShape::implConvertAndInsert( rxShapes, rShapeRect ); in implConvertAndInsert() 390 Reference< XShape > CustomShape::implConvertAndInsert( const Reference< XShapes >& rxShapes, const … in implConvertAndInsert() 393 Reference< XShape > xShape = SimpleShape::implConvertAndInsert( rxShapes, rShapeRect ); in implConvertAndInsert() [all …]
|
| /trunk/test/testuno/source/testlib/uno/ |
| H A D | ShapeUtil.java | 43 import com.sun.star.drawing.XShape; 58 XShape xShape = createShape(xDrawDoc, aPos, aSize, sShapeType); in createAndInsertShape() 68 public static XShape createShape(XComponent xDrawDoc, Point aPos, in createShape() 70 XShape xShape = null; in createShape() 74 xShape = (XShape) UnoRuntime.queryInterface(XShape.class, xObj); in createShape() 85 public static XPropertySet addPortion(XShape xShape, String sText, in addPortion() 110 …public static XPropertySet getPortion(XShape xShape, int index) throws NoSuchElementException, Wra… in getPortion() 137 public static String getPortion(XShape xShape) { in getPortion() 149 public static void setPropertyForLastParagraph(XShape xText, in setPropertyForLastParagraph() 203 … XShape xShape = (XShape) UnoRuntime.queryInterface(XShape.class, xShapes.getByIndex(shapeIndex)); in removeOneShape()
|
| /trunk/main/chart2/source/view/main/ |
| H A D | ShapeFactory.cxx | 79 void ShapeFactory::setShapeName( const uno::Reference< drawing::XShape >& xShape in setShapeName() 102 rtl::OUString ShapeFactory::getShapeName( const uno::Reference< drawing::XShape >& xShape ) in getShapeName() 133 uno::Reference< drawing::XShape > xShape; in getChartRootShape() 439 uno::Reference<drawing::XShape> 467 …uno::Reference<drawing::XShape> xShape = impl_createCube( xTarget, rPosition, rSize, nRotateZAngle… in createCube() 474 uno::Reference<drawing::XShape> 485 uno::Reference< drawing::XShape > xShape( in impl_createCube() 534 uno::Reference<drawing::XShape> 544 uno::Reference<drawing::XShape> 701 return Reference< drawing::XShape >( xGroup, uno::UNO_QUERY ); in createPyramid() [all …]
|
| /trunk/main/filter/inc/filter/msfilter/ |
| H A D | escherex.hxx | 963 class XShape; 970 ::com::sun::star::uno::Reference< ::com::sun::star::drawing::XShape > mXConnector; 972 ::com::sun::star::uno::Reference< ::com::sun::star::drawing::XShape > mXConnectToA; 974 ::com::sun::star::uno::Reference< ::com::sun::star::drawing::XShape > mXConnectToB; 978 …nnectorListEntry( const ::com::sun::star::uno::Reference< ::com::sun::star::drawing::XShape > & rC, in EscherConnectorListEntry() 980 … ::com::sun::star::uno::Reference< ::com::sun::star::drawing::XShape > & rSA , in EscherConnectorListEntry() 982 … ::com::sun::star::uno::Reference< ::com::sun::star::drawing::XShape > & rSB ) : in EscherConnectorListEntry() 1118 …peId( const ::com::sun::star::uno::Reference< ::com::sun::star::drawing::XShape > & rShape ) const; 1120 …hape( const ::com::sun::star::uno::Reference< ::com::sun::star::drawing::XShape > &, sal_uInt32 nI… 1121 … AddConnector( const ::com::sun::star::uno::Reference< ::com::sun::star::drawing::XShape > &, [all …]
|
| /trunk/test/testuno/source/fvt/uno/sd/graphic/ |
| H A D | GraphicPro_Border.java | 52 import com.sun.star.drawing.XShape; 147 XShape xGraphicShape = (XShape)UnoRuntime.queryInterface(XShape.class, oGraphic); in testGraphicBorder_ODP() 165 XShape xGraphicShape2 = (XShape)UnoRuntime.queryInterface(XShape.class, oGraphic2); in testGraphicBorder_ODP() 184 XShape xGraphicShape = (XShape)UnoRuntime.queryInterface(XShape.class, oGraphic); in testGraphicBorder_PPT() 202 XShape xGraphicShape2 = (XShape)UnoRuntime.queryInterface(XShape.class, oGraphic2); in testGraphicBorder_PPT()
|
| /trunk/test/testuno/source/fvt/uno/sw/frame/ |
| H A D | FrameSize.java | 36 import com.sun.star.drawing.XShape; 75 XShape xShape = (XShape) UnoRuntime.queryInterface(XShape.class, xTextFrame); in testFrameSize() 88 XShape xShape_odt = (XShape) UnoRuntime.queryInterface(XShape.class, xTextFrame_Assert_odt); in testFrameSize() 98 XShape xShape_doc = (XShape) UnoRuntime.queryInterface(XShape.class, xTextFrame_Assert_doc); in testFrameSize()
|
| /trunk/main/sd/source/core/ |
| H A D | EffectMigration.cxx | 52 using ::com::sun::star::drawing::XShape; 55 using ::com::sun::star::drawing::XShape; 422 EffectSequence::iterator ImplFindEffect( MainSequencePtr& pMainSequence, const Reference< XShape >&… in ImplFindEffect() 468 const Reference< XShape > xShape( pShape ); in SetAnimationEffect() 573 const Reference< XShape > xShape( pShape ); in GetAnimationEffect() 644 const Reference< XShape > xShape( pShape ); in SetTextAnimationEffect() 761 const Reference< XShape > xShape( pShape ); in GetTextAnimationEffect() 861 const Reference< XShape > xShape( pShape ); in SetAnimationSpeed() 888 const Reference< XShape > xShape( pShape ); in GetAnimationSpeed() 941 const Reference< XShape > xShape( pShape ); in SetDimColor() [all …]
|
| H A D | CustomAnimationCloner.cxx | 73 using ::com::sun::star::drawing::XShape; 88 Reference< XShape > getClonedShape( const Reference< XShape >& xSource ) const; 91 mutable ::std::map< Reference< XShape >, Reference< XShape > > maShapeMap; 127 Reference< XShape > xSource( pSource->getUnoShape(), UNO_QUERY ); in Clone() 128 Reference< XShape > xTarget( pTarget->getUnoShape(), UNO_QUERY ); in Clone() 272 Reference< XShape > xShape; in transformValue() 319 …Reference< XShape > CustomAnimationClonerImpl::getClonedShape( const Reference< XShape >& xSource … in getClonedShape()
|
| /trunk/main/sc/source/ui/Accessibility/ |
| H A D | AccessibleDocument.cxx | 99 com::sun::star::uno::Reference< com::sun::star::drawing::XShape > xShape; 253 const ::com::sun::star::uno::Reference< ::com::sun::star::drawing::XShape >& _rxShape, 264 ::com::sun::star::drawing::XShape>& xShape) 277 com::sun::star::uno::Reference<com::sun::star::drawing::XShape>& rShape) const; 306 void FillShapes(std::vector < uno::Reference < drawing::XShape > >& rShapes) const; 310 ScAddress* GetAnchor(const uno::Reference<drawing::XShape>& xShape) const; 312 void CheckWhetherAnchorChanged(const uno::Reference<drawing::XShape>& xShape) const; 313 … void SetAnchor(const uno::Reference<drawing::XShape>& xShape, ScAccessibleShapeData* pData) const; 314 void AddShape(const uno::Reference<drawing::XShape>& xShape, sal_Bool bCommitChange) const; 315 void RemoveShape(const uno::Reference<drawing::XShape>& xShape) const; [all …]
|
| /trunk/main/oox/inc/oox/xls/ |
| H A D | drawingmanager.hxx | 31 namespace drawing { class XShape; } 184 ::com::sun::star::uno::Reference< ::com::sun::star::drawing::XShape > 218 virtual ::com::sun::star::uno::Reference< ::com::sun::star::drawing::XShape > 264 virtual ::com::sun::star::uno::Reference< ::com::sun::star::drawing::XShape > 290 virtual ::com::sun::star::uno::Reference< ::com::sun::star::drawing::XShape > 317 virtual ::com::sun::star::uno::Reference< ::com::sun::star::drawing::XShape > 351 virtual ::com::sun::star::uno::Reference< ::com::sun::star::drawing::XShape > 372 virtual ::com::sun::star::uno::Reference< ::com::sun::star::drawing::XShape > 395 virtual ::com::sun::star::uno::Reference< ::com::sun::star::drawing::XShape > 421 virtual ::com::sun::star::uno::Reference< ::com::sun::star::drawing::XShape > [all …]
|
| /trunk/test/testuno/source/fvt/uno/sd/shape/ |
| H A D | ShapeProperties.java | 63 import com.sun.star.drawing.XShape; 107 XShape xShape = ShapeUtil.createShape(impressDocument, po, new Size( in testInsertShape() 130 XShape xShape = ShapeUtil.createShape(impressDocument, po, new Size( in testInsertTextToShape() 147 XShape xShape = ShapeUtil.createShape(impressDocument, po, new Size( in testShapeFillGradient() 183 XShape xShape = ShapeUtil.createShape(impressDocument, po, new Size( in testShapeFillColor() 206 XShape xShape = ShapeUtil.createShape(impressDocument, po, new Size( in testShapeFillHatch() 238 XShape xShape = ShapeUtil.createShape(impressDocument, po, new Size( in testShapeLineStyle() 271 XShape xShape = ShapeUtil.createShape(impressDocument, po, new Size( in testShapeLineColor() 294 XShape xShape = ShapeUtil.createShape(impressDocument, po, new Size( in testShapePositionSize() 310 XShape xShape = ShapeUtil.createShape(impressDocument, po, new Size( in testShapeRotation() [all …]
|
| /trunk/main/sd/inc/ |
| H A D | CustomAnimationEffect.hxx | 178 ::com::sun::star::uno::Reference< ::com::sun::star::drawing::XShape > getTargetShape() const; 247 …tGroup( const ::com::sun::star::uno::Reference< com::sun::star::drawing::XShape >& rTarget, sal_In… 252 …const ::com::sun::star::uno::Reference< com::sun::star::drawing::XShape >& getTarget() const { ret… in getTarget() 264 ::com::sun::star::uno::Reference< com::sun::star::drawing::XShape > maTarget; 306 …ol disposeShape( const com::sun::star::uno::Reference< com::sun::star::drawing::XShape >& xShape ); 309 …virtual bool hasEffect( const com::sun::star::uno::Reference< com::sun::star::drawing::XShape >& x… 310 …d onTextChanged( const com::sun::star::uno::Reference< com::sun::star::drawing::XShape >& xShape ); 339 …::com::sun::star::uno::Reference< ::com::sun::star::drawing::XShape > getTriggerShape() const { re… in getTriggerShape() 340 …void setTriggerShape( const ::com::sun::star::uno::Reference< ::com::sun::star::drawing::XShape >&… in setTriggerShape() 363 ::com::sun::star::uno::Reference< ::com::sun::star::drawing::XShape > mxEventSource; [all …]
|
| /trunk/main/svx/source/accessibility/ |
| H A D | ChildrenManagerImpl.hxx | 128 ::com::sun::star::drawing::XShape> GetChildShape(long nIndex) 180 ::com::sun::star::drawing::XShape>& xShape) 298 const ::com::sun::star::uno::Reference< ::com::sun::star::drawing::XShape >& _rxShape, 309 ::com::sun::star::drawing::XShape>& xShape) 451 ::com::sun::star::drawing::XShape>& xShape); 458 ::com::sun::star::drawing::XShape>& xShape); 467 ::com::sun::star::drawing::XShape>& xShape); 474 ::com::sun::star::drawing::XShape>& xShape); 496 ::com::sun::star::drawing::XShape> mxShape; 532 ::com::sun::star::drawing::XShape>& xShape);
|
| /trunk/test/testuno/source/fvt/uno/sd/paragraph/ |
| H A D | ParagraphStyle.java | 43 import com.sun.star.drawing.XShape; 94 …XShape xRectangle = ShapeUtil.createShape(impressDocument, po, new Size(21000, 12500), "com.sun.st… in ParaStyle() 128 public static XShape createShape(XComponent xComponent, int x, int y, in createShape() 142 XShape xShape = (XShape) UnoRuntime.queryInterface(XShape.class, xObj); in createShape() 148 public static XPropertySet addPortion(XShape xShape, String sText, boolean bNewParagraph) in addPortion() 187 public XShape saveAndLoadShape(int pageIndex, int shapeIndex) throws Exception { in saveAndLoadShape() 191 return (XShape) UnoRuntime.queryInterface(XShape.class, xShapes.getByIndex(shapeIndex)); in saveAndLoadShape()
|
| /trunk/main/oox/inc/oox/vml/ |
| H A D | vmlshape.hxx | 34 namespace drawing { class XShape; } 216 ::com::sun::star::uno::Reference< ::com::sun::star::drawing::XShape > 223 … const ::com::sun::star::uno::Reference< ::com::sun::star::drawing::XShape >& rxShape, 230 virtual ::com::sun::star::uno::Reference< ::com::sun::star::drawing::XShape > 242 … const ::com::sun::star::uno::Reference< ::com::sun::star::drawing::XShape >& rxShape ) const; 258 virtual ::com::sun::star::uno::Reference< ::com::sun::star::drawing::XShape > 295 virtual ::com::sun::star::uno::Reference< ::com::sun::star::drawing::XShape > 311 virtual ::com::sun::star::uno::Reference< ::com::sun::star::drawing::XShape > 328 virtual ::com::sun::star::uno::Reference< ::com::sun::star::drawing::XShape > 358 virtual ::com::sun::star::uno::Reference< ::com::sun::star::drawing::XShape >
|