Home
last modified time | relevance | path

Searched refs:XShape (Results 1 – 25 of 661) sorted by relevance

12345678910>>...27

/trunk/main/oox/inc/oox/export/
H A Dshapes.hxx39 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;
80 …l NonEmptyText( ::com::sun::star::uno::Reference< ::com::sun::star::drawing::XShape > xShape );
89 … WriteCustomShape( ::com::sun::star::uno::Reference< ::com::sun::star::drawing::XShape > xShape );
97 … WriteLineShape( ::com::sun::star::uno::Reference< ::com::sun::star::drawing::XShape > xShape );
144 … WriteShape( ::com::sun::star::uno::Reference< ::com::sun::star::drawing::XShape > xShape );
146 … WriteTextBox( ::com::sun::star::uno::Reference< ::com::sun::star::drawing::XShape > xShape );
148 … WriteTextShape( ::com::sun::star::uno::Reference< ::com::sun::star::drawing::XShape > xShape );
152 …etNewShapeID( const ::com::sun::star::uno::Reference< ::com::sun::star::drawing::XShape > rShape );
[all …]
/trunk/main/xmloff/inc/xmloff/
H A Dshapeexport.hxx138 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 );
260 const com::sun::star::uno::Reference < com::sun::star::drawing::XShape >& xShape);
264 const com::sun::star::uno::Reference < com::sun::star::drawing::XShape >& xShape,
325 com::sun::star::uno::Reference < com::sun::star::drawing::XShape > checkForCustomShapeReplacement(
326 const com::sun::star::uno::Reference < com::sun::star::drawing::XShape >& );
[all …]
/trunk/main/vbahelper/source/vbahelper/
H A Dvbashaperange.cxx66 uno::Reference< msforms::XShape > SAL_CALL
71 uno::Reference< drawing::XShape > xShape( xShapeGroup, uno::UNO_QUERY_THROW ); in Group()
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()
161 …uno::Reference< msforms::XShape > xShape( Item( uno::makeAny( index ), uno::Any() ), uno::UNO_QUER… in setWidth()
339 return msforms::XShape::static_type(0); in getElementType()
[all …]
H A Dvbashapes.cxx75 XNamedObjectCollectionHelper< drawing::XShape >::XNamedVec mShapes; in initBaseCollection()
103 uno::Reference< drawing::XShape > xShape( aSource, uno::UNO_QUERY_THROW ); 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()
223 uno::Reference< drawing::XShape >
260 return uno::makeAny( uno::Reference< msforms::XShape > ( pScVbaShape ) ); in AddRectangle()
304 return uno::makeAny( uno::Reference< msforms::XShape > ( pScVbaShape ) ); in AddEllipse()
339 return uno::makeAny( uno::Reference< msforms::XShape > ( pScVbaShape ) ); in AddLine()
411 return uno::makeAny( uno::Reference< msforms::XShape > ( pScVbaShape ) ); in AddTextboxInWriter()
[all …]
/trunk/main/odk/examples/DevelopersGuide/Charts/
H A DJavaSampleChartAddIn.java121 XShape aShape; in refresh()
157 maTopLine = (XShape) UnoRuntime.queryInterface( in refresh()
180 maBottomLine = (XShape) UnoRuntime.queryInterface( in refresh()
215 XShape aXAxis = (XShape) UnoRuntime.queryInterface( in refresh()
218 XShape aYAxis = (XShape) UnoRuntime.queryInterface( in refresh()
328 …return ((XShape) UnoRuntime.queryInterface( XShape.class, maChartDocument.getDiagram())).getSize(); in getSize()
332 …((XShape) UnoRuntime.queryInterface( XShape.class, maChartDocument.getDiagram())).setSize( aSize ); in setSize()
337 …return ((XShape) UnoRuntime.queryInterface( XShape.class, maChartDocument.getDiagram())).getPositi… in getPosition()
341 …((XShape) UnoRuntime.queryInterface( XShape.class, maChartDocument.getDiagram())).setPosition( aPo… in setPosition()
357 private com.sun.star.drawing.XShape maTopLine;
[all …]
/trunk/main/sc/source/ui/vba/
H A Dvbasheetobjects.cxx101 …sal_Int32 insertShape( const uno::Reference< drawing::XShape >& rxShape ) throw (uno::RuntimeExcep…
119 virtual bool implPickShape( const uno::Reference< drawing::XShape >& rxShape ) const = 0;
128 …virtual void implOnShapeCreated( const uno::Reference< drawing::XShape >& rxShape ) throw (uno::Ru…
140 typedef ::std::vector< uno::Reference< drawing::XShape > > ShapeVector;
168 … uno::Reference< drawing::XShape > xShape( mxShapes->getByIndex( nIndex ), uno::UNO_QUERY_THROW ); in collectShapes()
192 const uno::Reference< drawing::XShape >& rxShape ) throw (uno::RuntimeException) in createVbaObject()
199 uno::Reference< drawing::XShape > xShape( rSource, uno::UNO_QUERY_THROW ); in createCollectionObject()
231 return drawing::XShape::static_type( 0 ); in getElementType()
347 …uno::Reference< drawing::XShape > xShape( mxContainer->createShape( aPos, aSize ), uno::UNO_SET_TH… in Add()
375 virtual bool implPickShape( const uno::Reference< drawing::XShape >& rxShape ) const;
[all …]
/trunk/main/chart2/source/view/inc/
H A DShapeFactory.hxx67 ::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 DChartProperties.java150 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()
334 XShape xShape = null; in testLegendposition()
358 XShape xShape = null; in testTitleAndSubTitle()
394 xShape = (XShape) UnoRuntime.queryInterface(XShape.class, in testTitleAndSubTitle()
[all …]
H A DChartTypes.java46 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 Dshapes.cxx380 sal_Bool ShapeExport::NonEmptyText( Reference< XShape > xShape ) in NonEmptyText()
441 ShapeExport& ShapeExport::WriteCustomShape( Reference< XShape > xShape ) in WriteCustomShape()
514 ShapeExport& ShapeExport::WriteEllipseShape( Reference< XShape > xShape ) in WriteEllipseShape()
671 Reference< XShape > rXShapeA; in WriteConnectorShape()
672 Reference< XShape > rXShapeB; in WriteConnectorShape()
749 ShapeExport& ShapeExport::WriteLineShape( Reference< XShape > xShape ) in WriteLineShape()
896 ShapeExport& ShapeExport::WriteShape( Reference< XShape > xShape ) in WriteShape()
911 ShapeExport& ShapeExport::WriteTextBox( Reference< XShape > xShape ) in WriteTextBox()
925 ShapeExport& ShapeExport::WriteTextShape( Reference< XShape > xShape ) in WriteTextShape()
952 ShapeExport& ShapeExport::WriteUnknownShape( Reference< XShape > ) in WriteUnknownShape() argument
[all …]
/trunk/main/oox/source/vml/
H A Dvmlshape.cxx260 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()
367 Reference< XShape > xShape = SimpleShape::implConvertAndInsert( rxShapes, rShapeRect ); in implConvertAndInsert()
393 Reference< XShape > xShape = SimpleShape::implConvertAndInsert( rxShapes, rShapeRect ); in implConvertAndInsert()
428 return Reference< XShape >(); in implConvertAndInsert()
480 … Reference< XShape > xShape = mrDrawing.createAndInsertClientXShape( *this, rxShapes, rShapeRect ); in implConvertAndInsert()
535 Reference< XShape > GroupShape::implConvertAndInsert( const Reference< XShapes >& rxShapes, const R… in implConvertAndInsert()
[all …]
/trunk/test/testuno/source/testlib/uno/
H A DShapeUtil.java43 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 DShapeFactory.cxx439 uno::Reference<drawing::XShape>
474 uno::Reference<drawing::XShape>
534 uno::Reference<drawing::XShape>
544 uno::Reference<drawing::XShape>
704 uno::Reference<drawing::XShape>
713 uno::Reference<drawing::XShape>
977 uno::Reference< drawing::XShape >
1042 uno::Reference< drawing::XShape >
1127 uno::Reference< drawing::XShape >
1187 uno::Reference< drawing::XShape >
[all …]
/trunk/main/filter/inc/filter/msfilter/
H A Descherex.hxx963 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()
1121 …void AddConnector( const ::com::sun::star::uno::Reference< ::com::sun::star::drawing::XShape > …
1123 ::com::sun::star::uno::Reference< ::com::sun::star::drawing::XShape > &,
1125 ::com::sun::star::uno::Reference< ::com::sun::star::drawing::XShape > & rConB );
[all …]
/trunk/test/testuno/source/fvt/uno/sd/graphic/
H A DGraphicPro_Border.java52 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 DFrameSize.java36 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 DEffectMigration.cxx52 using ::com::sun::star::drawing::XShape;
55 using ::com::sun::star::drawing::XShape;
861 const Reference< XShape > xShape( pShape ); in SetAnimationSpeed()
888 const Reference< XShape > xShape( pShape ); in GetAnimationSpeed()
941 const Reference< XShape > xShape( pShape ); in SetDimColor()
1012 const Reference< XShape > xShape( pShape ); in SetDimHide()
1086 const Reference< XShape > xShape( pShape ); in SetDimPrevious()
1157 Reference< XShape > xThis( pShape ); in SetPresentationOrder()
1158 Reference< XShape > xCurrent; in SetPresentationOrder()
1246 Reference< XShape > xThis( pShape ); in GetPresentationOrder()
[all …]
H A DCustomAnimationCloner.cxx73 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 DAccessibleDocument.cxx264 ::com::sun::star::drawing::XShape>& xShape)
619 uno::Reference<drawing::XShape>& rShape) const in IsSelected()
635 uno::Reference< drawing::XShape > xReturnShape; in IsSelected()
645 uno::Reference< drawing::XShape > xShape; in IsSelected()
691 uno::Reference<drawing::XShape> xShape; in Select()
770 uno::Reference<drawing::XShape> xShape; in FillShapes()
783 std::vector < uno::Reference < drawing::XShape > > aShapes; in GetSelectedCount()
842 uno::Reference<drawing::XShape> xShape; in Deselect()
934 uno::Reference< drawing::XShape > xShape; in FindSelectedShapesChanges()
1949 uno::Reference<drawing::XShape> xShape; in isAccessibleChildSelected()
[all …]
/trunk/main/oox/inc/oox/xls/
H A Ddrawingmanager.hxx31 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 DShapeProperties.java63 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 DCustomAnimationEffect.hxx178 ::com::sun::star::uno::Reference< ::com::sun::star::drawing::XShape > getTargetShape() const;
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 …virtual bool disposeShape( const com::sun::star::uno::Reference< com::sun::star::drawing::XShape >…
309 …virtual bool hasEffect( const com::sun::star::uno::Reference< com::sun::star::drawing::XShape >& x…
310 …virtual void onTextChanged( const com::sun::star::uno::Reference< com::sun::star::drawing::XShape
339 …::com::sun::star::uno::Reference< ::com::sun::star::drawing::XShape > getTriggerShape() const { re… in getTriggerShape()
363 ::com::sun::star::uno::Reference< ::com::sun::star::drawing::XShape > mxEventSource;
407 …virtual bool disposeShape( const com::sun::star::uno::Reference< com::sun::star::drawing::XShape >…
410 …virtual bool hasEffect( const com::sun::star::uno::Reference< com::sun::star::drawing::XShape >& x…
[all …]
/trunk/main/svx/source/accessibility/
H A DChildrenManagerImpl.hxx130 ::com::sun::star::drawing::XShape> GetChildShape(long nIndex)
182 ::com::sun::star::drawing::XShape>& xShape)
300 const ::com::sun::star::uno::Reference< ::com::sun::star::drawing::XShape >& _rxShape,
311 ::com::sun::star::drawing::XShape>& xShape)
453 ::com::sun::star::drawing::XShape>& xShape);
460 ::com::sun::star::drawing::XShape>& xShape);
469 ::com::sun::star::drawing::XShape>& xShape);
476 ::com::sun::star::drawing::XShape>& xShape);
498 ::com::sun::star::drawing::XShape> mxShape;
534 ::com::sun::star::drawing::XShape>& xShape);
/trunk/test/testuno/source/fvt/uno/sd/paragraph/
H A DParagraphStyle.java43 import com.sun.star.drawing.XShape;
94XShape 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 Dvmlshape.hxx34 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 >

Completed in 148 milliseconds

12345678910>>...27