| /aoo42x/main/oox/source/export/ | 
| H A D | shapes.cxx | 424     WriteTextBox( xShape );  in WriteBezierShape() 507     WriteTextBox( xShape );  in WriteCustomShape() 547     WriteTextBox( xShape );  in WriteEllipseShape() 591     if( NonEmptyText( xShape ) )  in WriteGraphicObjectShape() 593         WriteTextShape( xShape );  in WriteGraphicObjectShape() 742     WriteTextBox( xShape );  in WriteConnectorShape() 789     WriteTextBox( xShape );  in WriteLineShape() 856     WriteTextBox( xShape );  in WriteRectangleShape() 913     if( NonEmptyText( xShape ) )  in WriteTextBox() 918         WriteText( xShape );  in WriteTextBox() [all …] 
 | 
| /aoo42x/main/vbahelper/source/vbahelper/ | 
| H A D | vbashaperange.cxx | 130 		return xShape->getHeight( );  in getHeight() 141 		xShape->setHeight( _height );  in setHeight() 151 		return xShape->getWidth( );  in getWidth() 162 		xShape->setWidth( _width );  in setWidth() 172 		return xShape->getLeft();  in getLeft() 183 		xShape->setLeft( _left );  in setLeft() 193 		return xShape->getTop();  in getTop() 204 		xShape->setTop( _top );  in setTop() 214 		return xShape->getLine();  in getLine() 225 		return xShape->getFill();  in getFill() [all …] 
 | 
| H A D | vbashapes.cxx | 165 		if ( xShape.is() )  in getShapesByArrayIndices() 228     return xShape;  in createShape() 241     m_xShapes->add( xShape );  in AddRectangle() 256     xShape->setSize( size );  in AddRectangle() 273     m_xShapes->add( xShape );  in AddEllipse() 300     xShape->setSize(size);  in AddEllipse() 320     m_xShapes->add( xShape );  in AddLine() 336     xShape->setSize(size);  in AddLine() 378     m_xShapes->add( xShape );  in AddTextboxInWriter() 388     xShape->setSize(size);  in AddTextboxInWriter() [all …] 
 | 
| /aoo42x/test/testuno/source/fvt/uno/sd/shape/ | 
| H A D | ShapeProperties.java | 109 	 xShapes.add(xShape);  in testInsertShape() 111 	 XPropertySet.class, xShape);  in testInsertShape() 116 	 XPropertySet.class, xShape);  in testInsertShape() 132 	 xShapes.add(xShape);  in testInsertTextToShape() 149 	 xShapes.add(xShape);  in testShapeFillGradient() 185 	 xShapes.add(xShape);  in testShapeFillColor() 208 	 xShapes.add(xShape);  in testShapeFillHatch() 240 	 xShapes.add(xShape);  in testShapeLineStyle() 273 	 xShapes.add(xShape);  in testShapeLineColor() 296 	 xShapes.add(xShape);  in testShapePositionSize() [all …] 
 | 
| H A D | ShapeTypes.java | 82 		XShape xShape = ShapeUtil.createShape(impressDocument, po, new Size(  in testLineShape()  local 84 		xShapes.add(xShape);  in testLineShape() 86 				XPropertySet.class, xShape);  in testLineShape() 89 		xShape = saveAndLoadShape(1, 0);  in testLineShape() 91 				XPropertySet.class, xShape);  in testLineShape() 95 				xShape.getShapeType());  in testLineShape() 104 		xShapes.add(xShape);  in testBasicShape() 106 				XPropertySet.class, xShape);  in testBasicShape() 109 		xShape = saveAndLoadShape(1, 0);  in testBasicShape() 111 				XPropertySet.class, xShape);  in testBasicShape() [all …] 
 | 
| /aoo42x/test/testuno/source/fvt/uno/sd/chart/ | 
| H A D | ChartProperties.java | 120 		xShapes.add(xShape);  in insertDefaultChart() 137 		xShapes.add(xShape);  in insertDefaultChart2() 150 		XShape xShape = null;  in testAreaBordersProperties()  local 176 		XShape xShape = null;  in testAreaFillProperties()  local 201 		XShape xShape = null;  in testAreaTransparencyProperties()  local 226 		XShape xShape = null;  in testLegendBorderProperties()  local 251 		XShape xShape = null;  in testLegendFillAndTransparence()  local 276 		XShape xShape = null;  in testLegendCharFont()  local 301 		XShape xShape = null;  in testLegendCharFontEffects()  local 334 		XShape xShape = null;  in testLegendposition()  local [all …] 
 | 
| H A D | ChartTypes.java | 95 		xShapes.add(xShape);  in testInsertAreaChart() 100 		xShape = saveAndLoadShape(1, 0);  in testInsertAreaChart() 119 		xShapes.add(xShape);  in testInsertBubbleChart() 124 		xShape = saveAndLoadShape(1, 0);  in testInsertBubbleChart() 142 		xShapes.add(xShape);  in testInsertBarChart() 144 		xShape = saveAndLoadShape(1, 0);  in testInsertBarChart() 164 		xShapes.add(xShape);  in testInsertConeChart() 176 		xShape = saveAndLoadShape(1, 0);  in testInsertConeChart() 198 		xShapes.add(xShape);  in testInsertLineChart() 203 		xShape = saveAndLoadShape(1, 0);  in testInsertLineChart() [all …] 
 | 
| /aoo42x/main/xmloff/source/draw/ | 
| H A D | shapeexport.cxx | 177 					aPropValues[ 0 ].Value <<= xShape;  in checkForCustomShapeReplacement() 610 		ImpCalcShapeType(xShape, eShapeType);  in exportShape() 746 	onExport( xShape );  in exportShape() 940 	uno::Reference< drawing::XShape > xShape;  in collectShapesAutoStyles()  local 944 		xShapes->getByIndex(nShapeId) >>= xShape;  in collectShapesAutoStyles() 946 		if(!xShape.is())  in collectShapesAutoStyles() 949 		collectShapeAutoStyles( xShape );  in collectShapesAutoStyles() 963 	uno::Reference< drawing::XShape > xShape;  in exportShapes()  local 967 		xShapes->getByIndex(nShapeId) >>= xShape;  in exportShapes() 969 		if(!xShape.is())  in exportShapes() [all …] 
 | 
| H A D | shapeexport2.cxx | 644 		ImpExportEvents( xShape ); 759 				ImpExportText( xShape ); 763 		ImpExportEvents( xShape ); 795 		ImpExportEvents( xShape ); 797 		ImpExportText( xShape ); 905 		ImpExportEvents( xShape ); 907 		ImpExportText( xShape ); 1462 	ImpExportEvents( xShape ); 1464 	ImpExportText( xShape ); 1556 	ImpExportEvents( xShape ); [all …] 
 | 
| /aoo42x/main/chart2/source/view/main/ | 
| H A D | ShapeFactory.cxx | 82     if(!xShape.is())  in setShapeName() 471     return xShape;  in createCube() 531     return xShape;  in impl_createCube() 781     return xShape;  in impl_createConeOrCylinder() 1037     return xShape;  in createPieSegment2D() 1120     return xShape;  in createPieSegment() 1184     return xShape;  in createStripe() 1248     return xShape;  in createArea3D() 1288     return xShape;  in createArea2D() 1865     return xShape;  in createSymbol2D() [all …] 
 | 
| H A D | VLegendSymbolFactory.cxx | 46     const Reference< drawing::XShape > & xShape,  in lcl_setPropetiesToShape() 55     Reference< beans::XPropertySet > xShapeProp( xShape, uno::UNO_QUERY );  in lcl_setPropetiesToShape() 179             Reference< drawing::XShape > xShape( xShapeFactory->createInstance(  in createSymbol()  local 181             if( xShape.is() )  in createSymbol() 183                 xResultGroup->add( xShape );  in createSymbol() 185                 xShape->setSize( awt::Size( nSize, nSize ) );  in createSymbol() 192             Reference< drawing::XShape > xShape( xShapeFactory->createInstance(  in createSymbol()  local 194             if( xShape.is() )  in createSymbol() 196                 xResultGroup->add( xShape );  in createSymbol() 197                 xShape->setSize( rEntryKeyAspectRatio );  in createSymbol() [all …] 
 | 
| /aoo42x/main/oox/source/vml/ | 
| H A D | vmlshape.cxx | 271             if( xShape.is() )  in convertAndInsert() 286     return xShape;  in convertAndInsert() 341     return xShape;  in implConvertAndInsert() 380     return xShape;  in implConvertAndInsert() 394     if( xShape.is() ) try  in implConvertAndInsert() 405     return xShape;  in implConvertAndInsert() 435             if( xShape.is() )  in implConvertAndInsert() 481         if( xShape.is() )  in implConvertAndInsert() 482             return xShape;  in implConvertAndInsert() 489         if( xShape.is() )  in implConvertAndInsert() [all …] 
 | 
| /aoo42x/main/sc/source/ui/Accessibility/ | 
| H A D | AccessibleDocument.cxx | 513 			if (pShape && pShape->xShape == xShape )  in GetAccessibleCaption() 651 				if (xShape.is() && (xIndexShape.get() == xShape.get()))  in IsSelected() 654 					xReturnShape = xShape;  in IsSelected() 845 		if (xShape.is())  in Deselect() 939                 pShapeData->xShape = xShape;  in FindSelectedShapesChanges() 1256         pShape->xShape = xShape;  in AddShape() 1289                     if (xShape.is() && (xShape.get() == xSelectedShape.get()))  in AddShape() 1348     aShape.xShape = xShape;  in FindShape() 1360         if (*aDebugItr && ((*aDebugItr)->xShape.get() == xShape.get()))  in FindShape() 2456 		rAny >>= xShape;  in get_AccFlowTo() [all …] 
 | 
| /aoo42x/test/testuno/source/fvt/uno/sd/textbox/ | 
| H A D | FillProperties.java | 96 		xShapes.add(xShape);  in testInsertTextToTextbox() 97 		xShape = saveAndLoadShape(1, 0);  in testInsertTextToTextbox() 114 		xShapes.add(xShape);  in testFillGradient() 117 				XPropertySet.class, xShape);  in testFillGradient() 134 				xShape);  in testFillGradient() 154 		xShapes.add(xShape);  in testFillColor() 157 				XPropertySet.class, xShape);  in testFillColor() 163 				xShape);  in testFillColor() 182 		xShapes.add(xShape);  in testFillHatch() 185 				XPropertySet.class, xShape);  in testFillHatch() [all …] 
 | 
| /aoo42x/main/xmloff/inc/xmloff/ | 
| H A D | shapeexport.hxx | 219 …const com::sun::star::uno::Reference< com::sun::star::drawing::XShape >& xShape, XmlShapeType& eSh… 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 …ion( const com::sun::star::uno::Reference< com::sun::star::drawing::XShape >& xShape ); // #i68101# 229 …xportGluePoints( const com::sun::star::uno::Reference< com::sun::star::drawing::XShape >& xShape ); 235 …const com::sun::star::uno::Reference< com::sun::star::drawing::XShape >& xShape, XmlShapeType eSha… 245 …const com::sun::star::uno::Reference< com::sun::star::drawing::XShape >& xShape, XmlShapeType eSha… 247 …const com::sun::star::uno::Reference< com::sun::star::drawing::XShape >& xShape, XmlShapeType eSha… 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, [all …] 
 | 
| /aoo42x/main/sd/source/ui/unoidl/ | 
| H A D | unosrch.cxx | 88 		return xShape;  in nextShape() 146 		xShape = mpShape;  in replaceAll() 149 	while( xShape.is() )  in replaceAll() 180 				xShape = NULL;  in replaceAll() 198 				xShape = NULL;  in replaceAll() 249 		xShape = mpShape;  in findAll() 291 				xShape = NULL;  in findAll() 309 				xShape = NULL;  in findAll() 348 		xShape = mpShape;  in GetCurrentShape() 351 	return xShape;  in GetCurrentShape() [all …] 
 | 
| /aoo42x/main/sc/source/ui/unoobj/ | 
| H A D | shapeuno.cxx | 97 ScShapeObj::ScShapeObj( uno::Reference<drawing::XShape>& xShape ) :  in ScShapeObj()  argument 269     rtl::OUString sType(xShape->getShapeType());  in lcl_GetCaptionPoint() 287     rUnoPoint = xShape->getPosition();  in lcl_GetAnchorCell() 288     rtl::OUString sType(xShape->getShapeType());  in lcl_GetAnchorCell() 292         rUnoSize = xShape->getSize();  in lcl_GetAnchorCell() 392                                     if (xShape.is())  in setPropertyValue() 495                                 if (xShape.is())  in setPropertyValue() 593                                 if (xShape.is())  in setPropertyValue() 678                                 if (xShape.is())  in getPropertyValue() 732                         if (xShape.is())  in getPropertyValue() [all …] 
 | 
| /aoo42x/main/sd/source/core/ | 
| H A D | EffectMigration.cxx | 580 			if( pEffect->getTargetShape() == xShape )  in GetAnimationEffect() 861 	const Reference< XShape > xShape( pShape );  in SetAnimationSpeed()  local 869 		if( pEffect->getTargetShape() == xShape )  in SetAnimationSpeed() 888 	const Reference< XShape > xShape( pShape );  in GetAnimationSpeed()  local 897 		if( pEffect->getTargetShape() == xShape )  in GetAnimationSpeed() 941 	const Reference< XShape > xShape( pShape );  in SetDimColor()  local 949 		if( pEffect->getTargetShape() == xShape )  in SetDimColor() 1012 	const Reference< XShape > xShape( pShape );  in SetDimHide()  local 1020 		if( pEffect->getTargetShape() == xShape )  in SetDimHide() 1086 	const Reference< XShape > xShape( pShape );  in SetDimPrevious()  local [all …] 
 | 
| /aoo42x/main/oox/inc/oox/export/ | 
| H A D | shapes.hxx | 80 …l     NonEmptyText( ::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 ); 97 …    WriteLineShape( ::com::sun::star::uno::Reference< ::com::sun::star::drawing::XShape > xShape ); 103 …iteOpenBezierShape( ::com::sun::star::uno::Reference< ::com::sun::star::drawing::XShape > xShape ); 105 …riteRectangleShape( ::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 ); [all …] 
 | 
| /aoo42x/test/testuno/source/testlib/uno/ | 
| H A D | ShapeUtil.java | 58 		XShape xShape = createShape(xDrawDoc, aPos, aSize, sShapeType);  in createAndInsertShape()  local 59 		xShapes.add(xShape);  in createAndInsertShape() 61 				XPropertySet.class, xShape);  in createAndInsertShape() 70 		XShape xShape = null;  in createShape()  local 74 		xShape = (XShape) UnoRuntime.queryInterface(XShape.class, xObj);  in createShape() 75 		xShape.setPosition(aPos);  in createShape() 76 		xShape.setSize(aSize);  in createShape() 77 		return xShape;  in createShape() 85 	public static XPropertySet addPortion(XShape xShape, String sText,  in addPortion()  argument 137 	public static String getPortion(XShape xShape) {  in getPortion()  argument [all …] 
 | 
| /aoo42x/main/sd/source/ui/animations/ | 
| H A D | CustomAnimationList.cxx | 92 		if( xChild == xShape )  in getShapeIndex() 112 	Reference< XChild > xChild( xShape, UNO_QUERY );  in getShapeIndex() 199 		Reference< XShape > xShape;  in getDescription()  local 200 		rTarget >>= xShape;  in getDescription() 201 		if( xShape.is() )  in getDescription() 649 			if( xShape.is() )  in update() 804 			if( pEffect->getTarget() == xShape )  in selectShape() 830 					if( xShape.is() )  in onSelectionChanged() 831 						selectShape( this, xShape );  in onSelectionChanged() 837 				if( xShape.is() )  in onSelectionChanged() [all …] 
 | 
| /aoo42x/main/wizards/com/sun/star/wizards/document/ | 
| H A D | Shape.java | 47     public XShape xShape;  field in Shape 91             xShape = UnoRuntime.queryInterface(XShape.class, oShape);  in createShape() 92             xShape.setPosition(aPoint);  in createShape() 95                 xShape.setSize(aSize);  in createShape() 99                 xShape.setSize(new Size(1000, 100));  in createShape() 102             xServiceInfo = UnoRuntime.queryInterface(XServiceInfo.class, xShape);  in createShape() 103             xControlShape = UnoRuntime.queryInterface(XControlShape.class, xShape);  in createShape() 114         return xShape.getSize();  in getSize() 121             xShape.setSize(_aSize);  in setSize() 131         return xShape.getPosition();  in getPosition() [all …] 
 | 
| /aoo42x/main/svx/source/unodraw/ | 
| H A D | unopage.cxx | 309 	SvxShape* pShape = SvxShape::getImplementation( xShape );  in add() 318 		pObj = CreateSdrObject( xShape );  in add() 342 	SvxShape* pShape = SvxShape::getImplementation( xShape );  in remove() 458 			Reference< drawing::XShape > xShape;  in _SelectObjectsInView()  local 459 			if( aAny >>= xShape )  in _SelectObjectsInView() 537 	Reference< drawing::XShape > xShape( aGroup, UNO_QUERY );  in ungroup()  local 538 	_SelectObjectInView( xShape, pPageView );  in ungroup() 558 		awt::Size aSize = xShape->getSize();  in _CreateSdrObject() 561 		awt::Point aPos = xShape->getPosition();  in _CreateSdrObject() 912 	return xShape;  in _CreateShape() [all …] 
 | 
| /aoo42x/main/odk/examples/java/Drawing/ | 
| H A D | SDraw.java | 151         com.sun.star.drawing.XShape xShape = null;  in createShape()  local 167             xShape.setSize(size);  in createShape() 168             xShape.setPosition(position);  in createShape() 186         return xShape;          in createShape() 194         com.sun.star.drawing.XShape xShape = null;  in createSequence()  local 221                 xShape.setSize(size);  in createSequence() 222                 xShape.setPosition(position);  in createSequence() 234                                           xShape);  in createSequence() 243             xShapes.add(xShape);  in createSequence() 250         xShape = xSGrouper.group(xShapes);          in createSequence() [all …] 
 | 
| /aoo42x/main/oox/source/xls/ | 
| H A D | drawingmanager.cxx | 511     Reference< XShape > xShape;  in convertAndInsert()  local 531     return xShape;  in convertAndInsert() 1069     return xShape;  in implConvertAndInsert() 1120     return xShape;  in implConvertAndInsert() 1138     return xShape;  in implConvertAndInsert() 1202     return xShape;  in implConvertAndInsert() 1253     Reference< XShape > xShape;  in implConvertAndInsert()  local 1277     return xShape;  in implConvertAndInsert() 1370     Reference< XShape > xShape;  in createAndInsertXShape()  local 1375         rxShapes->add( xShape );  in createAndInsertXShape() [all …] 
 |