Home
last modified time | relevance | path

Searched refs:xShape (Results 1 – 25 of 310) sorted by relevance

12345678910>>...13

/AOO41X/main/oox/source/export/
H A Dshapes.cxx380 sal_Bool ShapeExport::NonEmptyText( Reference< XShape > xShape ) in NonEmptyText() argument
382 Reference< XSimpleText > xText( xShape, UNO_QUERY ); in NonEmptyText()
387 ShapeExport& ShapeExport::WriteBezierShape( Reference< XShape > xShape, sal_Bool bClosed ) in WriteBezierShape() argument
394 PolyPolygon aPolyPolygon = EscherPropertyContainer::GetPolyPolygon( xShape ); in WriteBezierShape()
403 XML_id, I32S( GetNewShapeID( xShape ) ), in WriteBezierShape()
407 WriteNonVisualProperties( xShape ); in WriteBezierShape()
414 Reference< XPropertySet > xProps( xShape, UNO_QUERY ); in WriteBezierShape()
424 WriteTextBox( xShape ); in WriteBezierShape()
431 ShapeExport& ShapeExport::WriteClosedBezierShape( Reference< XShape > xShape ) in WriteClosedBezierShape() argument
433 return WriteBezierShape( xShape, TRUE ); in WriteClosedBezierShape()
[all …]
/AOO41X/main/vbahelper/source/vbahelper/
H A Dvbashaperange.cxx71 uno::Reference< drawing::XShape > xShape( xShapeGroup, uno::UNO_QUERY_THROW ); in Group() local
72 …return uno::Reference< msforms::XShape >( new ScVbaShape( getParent(), mxContext, xShape, getShape… in Group()
97 …uno::Reference< msforms::XShape > xShape( Item( uno::makeAny( index ), uno::Any() ), uno::UNO_QUER… in IncrementRotation() local
98 xShape->IncrementRotation( Increment ); in IncrementRotation()
108 …uno::Reference< msforms::XShape > xShape( Item( uno::makeAny( index ), uno::Any() ), uno::UNO_QUER… in IncrementLeft() local
109 xShape->IncrementLeft( Increment ); in IncrementLeft()
119 …uno::Reference< msforms::XShape > xShape( Item( uno::makeAny( index ), uno::Any() ), uno::UNO_QUER… in IncrementTop() local
120 xShape->IncrementTop( Increment ); in IncrementTop()
129 …uno::Reference< msforms::XShape > xShape( Item( uno::makeAny( index ), uno::Any() ), uno::UNO_QUER… in getHeight() local
130 return xShape->getHeight( ); in getHeight()
[all …]
H A Dvbashapes.cxx103 uno::Reference< drawing::XShape > xShape( aSource, uno::UNO_QUERY_THROW ); in createCollectionObject() local
104 …hape >( new ScVbaShape( getParent(), mxContext, xShape, m_xShapes, m_xModel, ScVbaShape::getType( in createCollectionObject()
149 uno::Reference< drawing::XShape > xShape; in getShapesByArrayIndices() local
154 xShape.set( m_xNameAccess->getByName( sName ), uno::UNO_QUERY ); in getShapesByArrayIndices()
161 xShape.set( m_xIndexAccess->getByIndex( nIndex - 1 ), uno::UNO_QUERY ); in getShapesByArrayIndices()
165 if ( xShape.is() ) in getShapesByArrayIndices()
166 mShapes.push_back( xShape ); in getShapesByArrayIndices()
227 … uno::Reference< drawing::XShape > xShape( xMSF->createInstance( service ), uno::UNO_QUERY_THROW ); in createShape() local
228 return xShape; in createShape()
240 … uno::Reference< drawing::XShape > xShape( createShape( sCreateShapeName ), uno::UNO_QUERY_THROW ); in AddRectangle() local
[all …]
/AOO41X/test/testuno/source/fvt/uno/sd/shape/
H A DShapeProperties.java107 XShape xShape = ShapeUtil.createShape(impressDocument, po, new Size( in testInsertShape() local
109 xShapes.add(xShape); in testInsertShape()
111 XPropertySet.class, xShape); in testInsertShape()
114 xShape=saveAndLoadShape(1,0); in testInsertShape()
116 XPropertySet.class, xShape); in testInsertShape()
118 assertEquals("Not EllopseShape","com.sun.star.drawing.EllipseShape",xShape.getShapeType()); in testInsertShape()
130 XShape xShape = ShapeUtil.createShape(impressDocument, po, new Size( in testInsertTextToShape() local
132 xShapes.add(xShape); in testInsertTextToShape()
133 xShape=saveAndLoadShape(1,0); in testInsertTextToShape()
134 ShapeUtil.addPortion(xShape, "test", false); in testInsertTextToShape()
[all …]
H A DShapeTypes.java82 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()
102 XShape xShape = ShapeUtil.createShape(impressDocument, po, new Size( in testBasicShape() local
104 xShapes.add(xShape); in testBasicShape()
106 XPropertySet.class, xShape); in testBasicShape()
109 xShape = saveAndLoadShape(1, 0); in testBasicShape()
[all …]
/AOO41X/test/testuno/source/fvt/uno/sd/chart/
H A DChartProperties.java118 XShape xShape = ShapeUtil.createShape(impressDocument, po, new Size( in insertDefaultChart() local
120 xShapes.add(xShape); in insertDefaultChart()
121 xChartDoc = ChartUtil.retrieveChartDocument(xShape); in insertDefaultChart()
135 XShape xShape = ShapeUtil.createShape(impressDocument, po, new Size( in insertDefaultChart2() local
137 xShapes.add(xShape); in insertDefaultChart2()
138 xChart2Doc = ChartUtil.retrieveChart2Document(xShape); in insertDefaultChart2()
150 XShape xShape = null; in testAreaBordersProperties() local
158 xShape = saveAndLoadShape(1, 0); in testAreaBordersProperties()
159 xChartDoc = ChartUtil.getChartDocument(xShape); in testAreaBordersProperties()
176 XShape xShape = null; in testAreaFillProperties() local
[all …]
H A DChartTypes.java93 XShape xShape = ShapeUtil.createShape(impressDocument, po, new Size( in testInsertAreaChart() local
95 xShapes.add(xShape); in testInsertAreaChart()
96 xChartDoc = ChartUtil.retrieveChartDocument(xShape); in testInsertAreaChart()
100 xShape = saveAndLoadShape(1, 0); in testInsertAreaChart()
101 xChartDoc = ChartUtil.getChartDocument(xShape); in testInsertAreaChart()
117 XShape xShape = ShapeUtil.createShape(impressDocument, po, new Size( in testInsertBubbleChart() local
119 xShapes.add(xShape); in testInsertBubbleChart()
120 xChartDoc = ChartUtil.retrieveChartDocument(xShape); in testInsertBubbleChart()
124 xShape = saveAndLoadShape(1, 0); in testInsertBubbleChart()
125 xChartDoc = ChartUtil.getChartDocument(xShape); in testInsertBubbleChart()
[all …]
/AOO41X/main/xmloff/source/draw/
H A Dshapeexport.cxx149 …> XMLShapeExport::checkForCustomShapeReplacement( const uno::Reference< drawing::XShape >& xShape ) in checkForCustomShapeReplacement() argument
155 String aType( (OUString)xShape->getShapeType() ); in checkForCustomShapeReplacement()
158 uno::Reference< beans::XPropertySet > xSet( xShape, uno::UNO_QUERY ); in checkForCustomShapeReplacement()
177 aPropValues[ 0 ].Value <<= xShape; in checkForCustomShapeReplacement()
198 void XMLShapeExport::collectShapeAutoStyles(const uno::Reference< drawing::XShape >& xShape ) in collectShapeAutoStyles() argument
206 uno::Reference< beans::XPropertySet > xSet( xShape, uno::UNO_QUERY ); in collectShapeAutoStyles()
220 …o::Reference< drawing::XShape > xCustomShapeReplacement = checkForCustomShapeReplacement( xShape ); in collectShapeAutoStyles()
227 ImpCalcShapeType(xShape, aShapeInfo.meShapeType); in collectShapeAutoStyles()
251 uno::Reference< beans::XPropertySet > xPropSet(xShape, uno::UNO_QUERY); in collectShapeAutoStyles()
260 uno::Reference< text::XText > xText(xShape, uno::UNO_QUERY); in collectShapeAutoStyles()
[all …]
H A Dshapeexport2.cxx263 void XMLShapeExport::ImpExportText( const uno::Reference< drawing::XShape >& xShape ) in ImpExportText() argument
265 uno::Reference< text::XText > xText( xShape, uno::UNO_QUERY ); in ImpExportText()
268 uno::Reference< container::XEnumerationAccess > xEnumAccess( xShape, uno::UNO_QUERY ); in ImpExportText()
297 void XMLShapeExport::ImpExportEvents( const uno::Reference< drawing::XShape >& xShape ) argument
299 uno::Reference< document::XEventsSupplier > xEventsSupplier( xShape, uno::UNO_QUERY );
603 void XMLShapeExport::ImpExportDescription( const uno::Reference< drawing::XShape >& xShape ) argument
610 uno::Reference< beans::XPropertySet > xProps( xShape, uno::UNO_QUERY_THROW );
634 void XMLShapeExport::ImpExportGroupShape( const uno::Reference< drawing::XShape >& xShape, XmlShape… argument
636 uno::Reference< drawing::XShapes > xShapes(xShape, uno::UNO_QUERY);
643 ImpExportDescription( xShape ); // #i68101#
[all …]
/AOO41X/main/chart2/source/view/main/
H A DShapeFactory.cxx79 void ShapeFactory::setShapeName( const uno::Reference< drawing::XShape >& xShape in setShapeName() argument
82 if(!xShape.is()) in setShapeName()
84 uno::Reference< beans::XPropertySet > xProp( xShape, uno::UNO_QUERY ); in setShapeName()
102 rtl::OUString ShapeFactory::getShapeName( const uno::Reference< drawing::XShape >& xShape ) in getShapeName() argument
106 uno::Reference< beans::XPropertySet > xProp( xShape, uno::UNO_QUERY ); in getShapeName()
133 uno::Reference< drawing::XShape > xShape; in getChartRootShape() local
136 if( xShapes->getByIndex( nN ) >>= xShape ) in getChartRootShape()
138 if( ShapeFactory::getShapeName( xShape ).equals(C2U("com.sun.star.chart2.shapes")) ) in getChartRootShape()
140 xRet = uno::Reference< drawing::XShapes >( xShape, uno::UNO_QUERY ); in getChartRootShape()
467 …uno::Reference<drawing::XShape> xShape = impl_createCube( xTarget, rPosition, rSize, nRotateZAngle… in createCube() local
[all …]
H A DVLegendSymbolFactory.cxx46 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()
186xShape->setPosition( awt::Point( rEntryKeyAspectRatio.Width/2-nSize/2, rEntryKeyAspectRatio.Height… in createSymbol()
187 …lcl_setPropetiesToShape( xLegendEntryProperties, xShape, ePropertyType ); // PROP_TYPE_FILLED_SERI… in createSymbol()
192 Reference< drawing::XShape > xShape( xShapeFactory->createInstance( in createSymbol() local
194 if( xShape.is() ) in createSymbol()
[all …]
/AOO41X/main/oox/source/vml/
H A Dvmlshape.cxx260 Reference< XShape > xShape; in convertAndInsert() local
270 xShape = implConvertAndInsert( rxShapes, aShapeRect ); in convertAndInsert()
271 if( xShape.is() ) in convertAndInsert()
274 PropertySet aShapeProp( xShape ); in convertAndInsert()
282 mrDrawing.notifyXShapeInserted( xShape, aShapeRect, *this, bGroupChild ); in convertAndInsert()
286 return xShape; in convertAndInsert()
339 Reference< XShape > xShape = mrDrawing.createAndInsertXShape( maService, rxShapes, rShapeRect ); in implConvertAndInsert() local
340 convertShapeProperties( xShape ); in implConvertAndInsert()
341 return xShape; in implConvertAndInsert()
367 Reference< XShape > xShape = SimpleShape::implConvertAndInsert( rxShapes, rShapeRect ); in implConvertAndInsert() local
[all …]
/AOO41X/test/testuno/source/fvt/uno/sd/textbox/
H A DFillProperties.java94 XShape xShape = ShapeUtil.createShape(impressDocument, po, new Size( in testInsertTextToTextbox() local
96 xShapes.add(xShape); in testInsertTextToTextbox()
97 xShape = saveAndLoadShape(1, 0); in testInsertTextToTextbox()
98 ShapeUtil.addPortion(xShape, "test", false); in testInsertTextToTextbox()
100 ShapeUtil.getPortion(xShape)); in testInsertTextToTextbox()
112 XShape xShape = ShapeUtil.createShape(impressDocument, po, new Size( in testFillGradient() local
114 xShapes.add(xShape); in testFillGradient()
115 ShapeUtil.addPortion(xShape, "test", false); in testFillGradient()
117 XPropertySet.class, xShape); in testFillGradient()
132 xShape = saveAndLoadShape(1, 0); in testFillGradient()
[all …]
H A DLineProperties.java91 XShape xShape = ShapeUtil.createShape(impressDocument, po, new Size( in testShapeLineStyle() local
93 xShapes.add(xShape); in testShapeLineStyle()
94 ShapeUtil.addPortion(xShape, "test", false); in testShapeLineStyle()
96 XPropertySet.class, xShape); in testShapeLineStyle()
107 xShape=saveAndLoadShape(1,0); in testShapeLineStyle()
108 xPropSet = (XPropertySet) UnoRuntime.queryInterface(XPropertySet.class, xShape); in testShapeLineStyle()
124 XShape xShape = ShapeUtil.createShape(impressDocument, po, new Size( in testShapeLineColor() local
126 xShapes.add(xShape); in testShapeLineColor()
127 ShapeUtil.addPortion(xShape, "test", false); in testShapeLineColor()
129 XPropertySet.class, xShape); in testShapeLineColor()
[all …]
/AOO41X/main/sc/source/ui/Accessibility/
H A DAccessibleDocument.cxx99 com::sun::star::uno::Reference< com::sun::star::drawing::XShape > xShape; member
143 uno::Reference< beans::XPropertySet> xProps(pData->xShape, uno::UNO_QUERY); in LessThanSheet()
161 uno::Reference< beans::XPropertySet> xProps1(pData1->xShape, uno::UNO_QUERY); in operator ()()
162 uno::Reference< beans::XPropertySet> xProps2(pData2->xShape, uno::UNO_QUERY); in operator ()()
224 xShapes->add(pAccShapeData->xShape); in operator ()()
264 ::com::sun::star::drawing::XShape>& xShape)
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;
[all …]
/AOO41X/main/xmloff/inc/xmloff/
H A Dshapeexport.hxx219 …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 );
232 …const com::sun::star::uno::Reference< com::sun::star::drawing::XShape >& xShape, XmlShapeType eSha…
233 …const com::sun::star::uno::Reference< com::sun::star::drawing::XShape >& xShape, XmlShapeType eSha…
234 …const com::sun::star::uno::Reference< com::sun::star::drawing::XShape >& xShape, XmlShapeType eSha…
235 …const com::sun::star::uno::Reference< com::sun::star::drawing::XShape >& xShape, XmlShapeType eSha…
236 …const com::sun::star::uno::Reference< com::sun::star::drawing::XShape >& xShape, XmlShapeType eSha…
[all …]
/AOO41X/main/sd/source/ui/unoidl/
H A Dunosrch.cxx82 uno::Reference< drawing::XShape > xShape; in nextShape() local
86 mxShapes->getByIndex( mnIndex ) >>= xShape; in nextShape()
88 return xShape; in nextShape()
125 uno::Reference< drawing::XShape > xShape; in replaceAll() local
137 xShape = pContext->firstShape(); in replaceAll()
146 xShape = mpShape; in replaceAll()
149 while( xShape.is() ) in replaceAll()
152 uno::Reference< text::XText > xText(xShape, uno::UNO_QUERY); in replaceAll()
169 uno::Reference< drawing::XShapes > xGroupShape( xShape, uno::UNO_QUERY ); in replaceAll()
173 xShape = pContext->firstShape(); in replaceAll()
[all …]
/AOO41X/main/sc/source/ui/unoobj/
H A Dshapeuno.cxx97 ScShapeObj::ScShapeObj( uno::Reference<drawing::XShape>& xShape ) : in ScShapeObj() argument
108 mxShapeAgg = uno::Reference<uno::XAggregation>( xShape, uno::UNO_QUERY ); in ScShapeObj()
114 xShape = NULL; // during setDelegator, mxShapeAgg must be the only ref in ScShapeObj()
118 xShape.set(uno::Reference<drawing::XShape>( mxShapeAgg, uno::UNO_QUERY )); in ScShapeObj()
266 sal_Bool lcl_GetCaptionPoint( uno::Reference< drawing::XShape >& xShape, awt::Point& rCaptionPoint ) in lcl_GetCaptionPoint() argument
269 rtl::OUString sType(xShape->getShapeType()); in lcl_GetCaptionPoint()
273 uno::Reference < beans::XPropertySet > xShapeProp (xShape, uno::UNO_QUERY); in lcl_GetCaptionPoint()
283 ScRange lcl_GetAnchorCell( uno::Reference< drawing::XShape >& xShape, ScDocument* pDoc, SCTAB nTab, in lcl_GetAnchorCell() argument
287 rUnoPoint = xShape->getPosition(); in lcl_GetAnchorCell()
288 rtl::OUString sType(xShape->getShapeType()); in lcl_GetAnchorCell()
[all …]
/AOO41X/main/sd/source/core/
H A DEffectMigration.cxx468 const Reference< XShape > xShape( pShape ); in SetAnimationEffect() local
470 …EffectSequence::iterator aIterOnlyBackground( ImplFindEffect( pMainSequence, xShape, ShapeAnimatio… in SetAnimationEffect()
471 …EffectSequence::iterator aIterAsWhole( ImplFindEffect( pMainSequence, xShape, ShapeAnimationSubTyp… in SetAnimationEffect()
479 …EffectSequence::iterator aIterOnlyText( ImplFindEffect( pMainSequence, xShape, ShapeAnimationSubTy… in SetAnimationEffect()
493 …EffectSequence::iterator aIter( ImplFindEffect( pMainSequence, xShape, ShapeAnimationSubType::ONLY… in SetAnimationEffect()
518 pEffect->setTarget( makeAny( xShape ) ); in SetAnimationEffect()
573 const Reference< XShape > xShape( pShape ); in GetAnimationEffect() local
580 if( pEffect->getTargetShape() == xShape ) in GetAnimationEffect()
644 const Reference< XShape > xShape( pShape ); in SetTextAnimationEffect() local
646 …EffectSequence::iterator aIterOnlyText( ImplFindEffect( pMainSequence, xShape, ShapeAnimationSubTy… in SetTextAnimationEffect()
[all …]
/AOO41X/main/oox/inc/oox/export/
H A Dshapes.hxx80 …l NonEmptyText( ::com::sun::star::uno::Reference< ::com::sun::star::drawing::XShape > xShape );
83 …e( ::com::sun::star::uno::Reference< ::com::sun::star::drawing::XShape > xShape, sal_Bool bClosed …
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 );
95 …GraphicObjectShape( ::com::sun::star::uno::Reference< ::com::sun::star::drawing::XShape > xShape );
97 … WriteLineShape( ::com::sun::star::uno::Reference< ::com::sun::star::drawing::XShape > xShape );
99 …s( ::com::sun::star::uno::Reference< ::com::sun::star::drawing::XShape > xShape, const char* sName…
101 …onVisualProperties( ::com::sun::star::uno::Reference< ::com::sun::star::drawing::XShape > xShape );
[all …]
/AOO41X/test/testuno/source/testlib/uno/
H A DShapeUtil.java58 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
88 XText xText = (XText) UnoRuntime.queryInterface(XText.class, xShape); in addPortion()
[all …]
/AOO41X/main/sd/source/ui/animations/
H A DCustomAnimationList.cxx84 static bool getShapeIndex( const Reference< XShapes >& xShapes, const Reference< XShape >& xShape,… in getShapeIndex() argument
92 if( xChild == xShape ) in getShapeIndex()
95 if( xChild->getShapeType() == xShape->getShapeType() ) in getShapeIndex()
101 if( getShapeIndex( xChildContainer, xShape, nIndex ) ) in getShapeIndex()
110 static sal_Int32 getShapeIndex( const Reference< XShape >& xShape ) in getShapeIndex() argument
112 Reference< XChild > xChild( xShape, UNO_QUERY ); in getShapeIndex()
126 if( xPage.is() && getShapeIndex( xPage, xShape, nIndex ) ) in getShapeIndex()
132 OUString getShapeDescription( const Reference< XShape >& xShape, bool bWithText = true ) in getShapeDescription() argument
135 Reference< XPropertySet > xSet( xShape, UNO_QUERY ); in getShapeDescription()
145 aDescription += OUString::valueOf( getShapeIndex( xShape ) ); in getShapeDescription()
[all …]
/AOO41X/main/wizards/com/sun/star/wizards/document/
H A DShape.java47 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()
101 Helper.setUnoPropertyValue(xShape, "AnchorType", TextContentAnchorType.AT_PARAGRAPH); 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()
[all …]
/AOO41X/main/odk/examples/java/Drawing/
H A DSDraw.java151 com.sun.star.drawing.XShape xShape = null; in createShape() local
161 xShape = (com.sun.star.drawing.XShape)UnoRuntime.queryInterface( in createShape()
167 xShape.setSize(size); in createShape()
168 xShape.setPosition(position); in createShape()
177 com.sun.star.beans.XPropertySet.class, xShape); in createShape()
186 return xShape; in createShape()
194 com.sun.star.drawing.XShape xShape = null; in createSequence() local
214 xShape = (com.sun.star.drawing.XShape)UnoRuntime.queryInterface( in createSequence()
221 xShape.setSize(size); in createSequence()
222 xShape.setPosition(position); in createSequence()
[all …]
/AOO41X/main/svx/source/unodraw/
H A Dunopage.cxx301 void SAL_CALL SvxDrawPage::add( const uno::Reference< drawing::XShape >& xShape ) in add() argument
309 SvxShape* pShape = SvxShape::getImplementation( xShape ); in add()
318 pObj = CreateSdrObject( xShape ); in add()
334 void SAL_CALL SvxDrawPage::remove( const Reference< drawing::XShape >& xShape ) in remove() argument
342 SvxShape* pShape = SvxShape::getImplementation( xShape ); in remove()
458 Reference< drawing::XShape > xShape; in _SelectObjectsInView() local
459 if( aAny >>= xShape ) in _SelectObjectsInView()
460 lcl_markSdrObjectOfShape( xShape, *mpView, *pPageView ); in _SelectObjectsInView()
469 void SvxDrawPage::_SelectObjectInView( const Reference< drawing::XShape > & xShape, SdrPageView* pP… in _SelectObjectInView() argument
477 lcl_markSdrObjectOfShape( xShape, *mpView, *pPageView ); in _SelectObjectInView()
[all …]

12345678910>>...13