Home
last modified time | relevance | path

Searched refs:xShapes (Results 1 – 25 of 120) sorted by relevance

12345

/AOO41X/test/testuno/source/fvt/uno/sd/shape/
H A DShapeProperties.java79 XShapes xShapes = null; field in ShapeProperties
106 xShapes = (XShapes) UnoRuntime.queryInterface(XShapes.class, xpage); in testInsertShape()
109 xShapes.add(xShape); in testInsertShape()
129 xShapes = (XShapes) UnoRuntime.queryInterface(XShapes.class, xpage); in testInsertTextToShape()
132 xShapes.add(xShape); in testInsertTextToShape()
146 xShapes = (XShapes) UnoRuntime.queryInterface(XShapes.class, xpage); in testShapeFillGradient()
149 xShapes.add(xShape); in testShapeFillGradient()
182 xShapes = (XShapes) UnoRuntime.queryInterface(XShapes.class, xpage); in testShapeFillColor()
185 xShapes.add(xShape); in testShapeFillColor()
205 xShapes = (XShapes) UnoRuntime.queryInterface(XShapes.class, xpage); in testShapeFillHatch()
[all …]
H A DShapeTypes.java59 XShapes xShapes = null; field in ShapeTypes
81 xShapes = (XShapes) UnoRuntime.queryInterface(XShapes.class, xpage); in testLineShape()
84 xShapes.add(xShape); in testLineShape()
101 xShapes = (XShapes) UnoRuntime.queryInterface(XShapes.class, xpage); in testBasicShape()
104 xShapes.add(xShape); in testBasicShape()
147 xShapes = ShapeUtil.getShapes(reLoadFile, pageIndex); in saveAndLoadShape()
149 xShapes.getByIndex(shapeIndex)); in saveAndLoadShape()
/AOO41X/main/sd/source/ui/unoidl/
H A Dunosrch.cxx70 …SearchContext_impl( uno::Reference< drawing::XShapes > xShapes, SearchContext_impl* pParent = NUL… in SearchContext_impl() argument
71 : mxShapes( xShapes ), mnIndex( -1 ), mpParent( pParent ) {} in SearchContext_impl()
124 uno::Reference< drawing::XShapes > xShapes; in replaceAll() local
132 xPage->queryInterface( ITYPE( drawing::XShapes ) ) >>= xShapes; in replaceAll()
134 if( xShapes.is() && (xShapes->getCount() > 0) ) in replaceAll()
136 pContext = new SearchContext_impl( xShapes ); in replaceAll()
141 xShapes = NULL; in replaceAll()
228 uno::Reference< drawing::XShapes > xShapes; in findAll() local
235 xPage->queryInterface( ITYPE( drawing::XShapes ) ) >>= xShapes; in findAll()
237 if( xShapes.is() && xShapes->getCount() > 0 ) in findAll()
[all …]
H A DSdUnoDrawView.cxx219 Reference< drawing::XShapes > xShapes; in select() local
220 aSelection >>= xShapes; in select()
221 if( xShapes.is() ) in select()
223 const sal_uInt32 nCount = xShapes->getCount(); in select()
226 xShapes->getByIndex(i) >>= xShape; in select()
304 Reference< drawing::XShapes > xShapes( SvxShapeCollection_NewInstance(), UNO_QUERY ); in getSelection() local
328 xShapes->add(xShape); in getSelection()
330 aAny <<= xShapes; in getSelection()
/AOO41X/test/testuno/source/fvt/uno/sd/chart/
H A DChartTypes.java63 XShapes xShapes = null; field in ChartTypes
92 xShapes = (XShapes) UnoRuntime.queryInterface(XShapes.class, xpage); in testInsertAreaChart()
95 xShapes.add(xShape); in testInsertAreaChart()
116 xShapes = (XShapes) UnoRuntime.queryInterface(XShapes.class, xpage); in testInsertBubbleChart()
119 xShapes.add(xShape); in testInsertBubbleChart()
139 xShapes = (XShapes) UnoRuntime.queryInterface(XShapes.class, xpage); in testInsertBarChart()
142 xShapes.add(xShape); in testInsertBarChart()
161 xShapes = (XShapes) UnoRuntime.queryInterface(XShapes.class, xpage); in testInsertConeChart()
164 xShapes.add(xShape); in testInsertConeChart()
195 xShapes = (XShapes) UnoRuntime.queryInterface(XShapes.class, xpage); in testInsertLineChart()
[all …]
H A DChartProperties.java73 XShapes xShapes = null; field in ChartProperties
117 xShapes = (XShapes) UnoRuntime.queryInterface(XShapes.class, xpage); in insertDefaultChart()
120 xShapes.add(xShape); in insertDefaultChart()
134 xShapes = (XShapes) UnoRuntime.queryInterface(XShapes.class, xpage); in insertDefaultChart2()
137 xShapes.add(xShape); in insertDefaultChart2()
393 xShapes = ShapeUtil.getShapes(reLoadFile, 1); in testTitleAndSubTitle()
395 xShapes.getByIndex(0)); in testTitleAndSubTitle()
497 xShapes = ShapeUtil.getShapes(reLoadFile, pageIndex); in saveAndLoadShape()
499 xShapes.getByIndex(shapeIndex)); in saveAndLoadShape()
/AOO41X/test/testuno/source/fvt/uno/sc/object/
H A DDrawingObject.java140 XShapes xShapes = (XShapes) UnoRuntime.queryInterface(XShapes.class, xDrawPage); in testDrawingObject() local
146 xShapes.add(xShape); in testDrawingObject()
151 … assertEquals("Verify number of shape in sheet add execute add action.",1, xShapes.getCount()); in testDrawingObject()
161 xShapes = (XShapes) UnoRuntime.queryInterface(XShapes.class, xDrawPage); in testDrawingObject()
164 assertEquals("Verify number of shape in sheet.",1, xShapes.getCount()); in testDrawingObject()
169 xShape = (XShape) UnoRuntime.queryInterface(XShape.class, xShapes.getByIndex(0)); in testDrawingObject()
172 xShapes.remove(xShape); in testDrawingObject()
175 assertEquals("Verify results after remove shape.",0, xShapes.getCount()); in testDrawingObject()
190 xShapes = (XShapes) UnoRuntime.queryInterface(XShapes.class, xDrawPage); in testDrawingObject()
194 0, xShapes.getCount()); in testDrawingObject()
/AOO41X/test/testuno/source/fvt/uno/sd/textbox/
H A DFillProperties.java66 XShapes xShapes = null; field in FillProperties
93 xShapes = (XShapes) UnoRuntime.queryInterface(XShapes.class, xpage); in testInsertTextToTextbox()
96 xShapes.add(xShape); in testInsertTextToTextbox()
111 xShapes = (XShapes) UnoRuntime.queryInterface(XShapes.class, xpage); in testFillGradient()
114 xShapes.add(xShape); in testFillGradient()
151 xShapes = (XShapes) UnoRuntime.queryInterface(XShapes.class, xpage); in testFillColor()
154 xShapes.add(xShape); in testFillColor()
179 xShapes = (XShapes) UnoRuntime.queryInterface(XShapes.class, xpage); in testFillHatch()
182 xShapes.add(xShape); in testFillHatch()
231 xShapes = ShapeUtil.getShapes(reLoadFile, pageIndex); in saveAndLoadShape()
[all …]
H A DLineProperties.java62 XShapes xShapes = null; field in LineProperties
90 xShapes = (XShapes) UnoRuntime.queryInterface(XShapes.class, xpage); in testShapeLineStyle()
93 xShapes.add(xShape); in testShapeLineStyle()
123 xShapes = (XShapes) UnoRuntime.queryInterface(XShapes.class, xpage); in testShapeLineColor()
126 xShapes.add(xShape); in testShapeLineColor()
165 xShapes = ShapeUtil.getShapes(reLoadFile, pageIndex); in saveAndLoadShape()
167 xShapes.getByIndex(shapeIndex)); in saveAndLoadShape()
/AOO41X/main/filter/source/svg/
H A Dsvgexport.cxx708 Reference< XShapes > xShapes; in implExportPages() local
713 xShapes = maShapeSelection; in implExportPages()
717 xShapes = Reference< XShapes >( xDrawPage, UNO_QUERY ); in implExportPages()
720 if( xShapes.is() ) in implExportPages()
722 … OUString aVisibility, aId, aSlideName( implGetValidIDFromInterface( xShapes, sal_True ) ); in implExportPages()
771 bRet = implExportShapes( xShapes ) || bRet; in implExportPages()
865 Reference< XShapes > xShapes( rxShape, UNO_QUERY ); in implExportShape() local
867 if( xShapes.is() ) in implExportShape()
881 bRet = implExportShapes( xShapes ); in implExportShape()
966 Reference< XShapes > xShapes( xMasterPage, UNO_QUERY ); in implCreateObjects() local
[all …]
/AOO41X/main/xmloff/source/draw/
H A Dshapeexport.cxx500 uno::Reference< drawing::XShapes > xShapes( xCollection, uno::UNO_QUERY ); in collectShapeAutoStyles() local
501 if( xShapes.is() ) in collectShapeAutoStyles()
503 collectShapesAutoStyles( xShapes ); in collectShapeAutoStyles()
688 uno::Reference< drawing::XShapes > xShapes( xShape, uno::UNO_QUERY ); in exportShape() local
689 if( !xShapes.is() ) in exportShape()
935 void XMLShapeExport::collectShapesAutoStyles( const uno::Reference < drawing::XShapes >& xShapes ) in collectShapesAutoStyles() argument
938 seekShapes( xShapes ); in collectShapesAutoStyles()
941 const sal_Int32 nShapeCount(xShapes->getCount()); in collectShapesAutoStyles()
944 xShapes->getByIndex(nShapeId) >>= xShape; in collectShapesAutoStyles()
958 void XMLShapeExport::exportShapes( const uno::Reference < drawing::XShapes >& xShapes, sal_Int32 nF… in exportShapes() argument
[all …]
H A Dsdxmlexp.cxx547 Reference<drawing::XShapes> xShapes(xHandoutPage, UNO_QUERY); in setSourceDocument() local
548 if(xShapes.is() && xShapes->getCount()) in setSourceDocument()
550 mnObjectCount += ImpRecursiveObjectCount(xShapes); in setSourceDocument()
577 Reference<drawing::XShapes> xShapes(xNotesPage, UNO_QUERY); in setSourceDocument() local
578 if(xShapes.is() && xShapes->getCount()) in setSourceDocument()
580 mnObjectCount += ImpRecursiveObjectCount(xShapes); in setSourceDocument()
609 Reference<drawing::XShapes> xShapes(xNotesPage, UNO_QUERY); in setSourceDocument() local
610 if(xShapes.is() && xShapes->getCount()) in setSourceDocument()
612 mnObjectCount += ImpRecursiveObjectCount(xShapes); in setSourceDocument()
661 sal_uInt32 SdXMLExport::ImpRecursiveObjectCount(Reference< drawing::XShapes > xShapes) in ImpRecursiveObjectCount() argument
[all …]
/AOO41X/main/sd/source/ui/accessibility/
H A DAccessibleDrawDocumentView.cxx746 uno::Reference< drawing::XShapes > xShapes; in implIsSelected() local
748 aAny >>= xShapes; in implIsSelected()
750 if( xShapes.is() ) in implIsSelected()
760 … for( sal_Int32 i = 0, nCount = xShapes->getCount(); ( i < nCount ) && !bRet; ++i ) in implIsSelected()
761 if( xShapes->getByIndex( i ) == xShape ) in implIsSelected()
798 uno::Reference< drawing::XShapes > xShapes( new SvxShapeCollection() ); in implSelect() local
806 xShapes->add( pAcc->GetXShape() ); in implSelect()
811 if( xShapes->getCount() ) in implSelect()
813 aAny <<= xShapes; in implSelect()
835 uno::Reference< drawing::XShapes > xShapes; in implSelect() local
[all …]
/AOO41X/main/filter/source/flash/
H A Dswfexporter.cxx464 Reference< XShapes > xShapes( xMasterPage, UNO_QUERY ); in exportMasterPageObjects() local
466 sal_uInt32 shapesum = ActionSummer(xShapes); in exportMasterPageObjects()
495 Reference< XShapes > xShapes( xPage, UNO_QUERY ); in exportDrawPageContents() local
496 exportShapes(xShapes, bStream, bMaster); in exportDrawPageContents()
503 void FlashExporter::exportShapes( Reference< XShapes >& xShapes, bool bStream, bool bMaster ) in exportShapes() argument
505 …OSL_ENSURE( (xShapes->getCount() <= 0xffff), "overflow in FlashExporter::exportDrawPageContents()"… in exportShapes()
507 sal_uInt16 nShapeCount = (sal_uInt16)min( xShapes->getCount(), (sal_Int32)0xffff ); in exportShapes()
514 xShapes->getByIndex( nShape ) >>= xShape; in exportShapes()
743 Reference< XShapes > xShapes( xShape, UNO_QUERY ); in ActionSummer() local
745 if( xShapes.is() ) in ActionSummer()
[all …]
/AOO41X/main/odk/examples/DevelopersGuide/Drawing/
H A DPresentationDemo.java83 XShapes xShapes; in main() local
93 xShapes = (XShapes) in main()
103 xShapes,new Point( 1000, 1000 ), new Size( 5000, 5000 ), in main()
118 xShapes = (XShapes) in main()
127 xShapes, new Point( 21000, 15000 ), new Size( 5000, 5000 ), in main()
139 xShapes = (XShapes) in main()
148 xShapes.add( xShape ); in main()
162 xShapes.add( xShape ); in main()
H A DGluePointDemo.java78 XShapes xShapes = (XShapes) in main() local
96 xShapes.add( xShape1 ); in main()
97 xShapes.add( xShape2 ); in main()
98 xShapes.add( xConnector ); in main()
156 xShapes.add( xConnector2 ); in main()
H A DDrawingDemo.java243 XShapes xShapes = (XShapes) in Demo_ShapeCreation() local
245 ShapeHelper.createAndInsertShape( xDrawDoc, xShapes, in Demo_ShapeCreation()
277 XShapes xShapes = (XShapes) in Demo_PolyPolygonBezier() local
279 xShapes.add( xPolyPolygonBezier ); in Demo_PolyPolygonBezier()
363 XShapes xShapes = (XShapes) in Demo_Group1() local
365 xShapes.add( xGroup ); in Demo_Group1()
/AOO41X/main/sc/source/ui/Accessibility/
H A DAccessibleDocument.cxx214 uno::Reference < drawing::XShapes > xShapes; member
215 SelectShape(uno::Reference<drawing::XShapes>& xTemp) : xShapes(xTemp) {} in SelectShape()
223 if (xShapes.is()) in operator ()()
224 xShapes->add(pAccShapeData->xShape); in operator ()()
307 …(const com::sun::star::uno::Reference<com::sun::star::drawing::XShapes>& xShapes, sal_Bool bCommit…
341 … uno::Reference<drawing::XShapes> xShapes(xSelectionSupplier->getSelection(), uno::UNO_QUERY); in ScChildrenShapes() local
342 if (xShapes.is()) in ScChildrenShapes()
343 FindSelectedShapesChanges(xShapes, sal_False); in ScChildrenShapes()
673 uno::Reference<drawing::XShapes> xShapes(xSelectionSupplier->getSelection(), uno::UNO_QUERY); in SelectionChanged() local
675 bResult = FindSelectedShapesChanges(xShapes, sal_True); in SelectionChanged()
[all …]
/AOO41X/test/testuno/source/testlib/uno/
H A DShapeUtil.java56 XShapes xShapes, Point aPos, Size aSize, String sShapeType) in createAndInsertShape() argument
59 xShapes.add(xShape); in createAndInsertShape()
185 XShapes xShapes = (XShapes) UnoRuntime.queryInterface(XShapes.class, xpage); in getShapes() local
186 return xShapes; in getShapes()
202 XShapes xShapes = (XShapes) UnoRuntime.queryInterface(XShapes.class, xpage); in removeOneShape() local
203 … XShape xShape = (XShape) UnoRuntime.queryInterface(XShape.class, xShapes.getByIndex(shapeIndex)); in removeOneShape()
204 xShapes.remove(xShape); in removeOneShape()
/AOO41X/main/chart2/source/view/charttypes/
H A DVSeriesPlotter.cxx310 uno::Reference< drawing::XShapes > xShapes( pDataSeries->m_xGroupShape ); in getSeriesGroupShape() local
311 if( !xShapes.is() ) in getSeriesGroupShape()
314 xShapes = createGroupShape( xTarget,pDataSeries->getCID() ); in getSeriesGroupShape()
315 pDataSeries->m_xGroupShape = xShapes; in getSeriesGroupShape()
317 return xShapes; in getSeriesGroupShape()
323 uno::Reference< drawing::XShapes > xShapes( pDataSeries->m_xFrontSubGroupShape ); in getSeriesGroupShapeFrontChild() local
324 if(!xShapes.is()) in getSeriesGroupShapeFrontChild()
331 xShapes = createGroupShape( xSeriesShapes ); in getSeriesGroupShapeFrontChild()
332 pDataSeries->m_xFrontSubGroupShape = xShapes; in getSeriesGroupShapeFrontChild()
334 return xShapes; in getSeriesGroupShapeFrontChild()
[all …]
/AOO41X/main/vbahelper/source/vbahelper/
H A Dvbashapes.cxx80 …uno::Reference< container::XIndexAccess > xShapes( new XNamedObjectCollectionHelper< drawing::XSha… in initBaseCollection() local
81 m_xIndexAccess.set( xShapes, uno::UNO_QUERY ); in initBaseCollection()
82 m_xNameAccess.set( xShapes, uno::UNO_QUERY ); in initBaseCollection()
85 …container::XIndexAccess > xShapes, const uno::Reference< frame::XModel>& xModel ): ScVbaShapes_BAS… in ScVbaShapes() argument
87 m_xShapes.set( xShapes, uno::UNO_QUERY_THROW ); in ScVbaShapes()
88 m_xDrawPage.set( xShapes, uno::UNO_QUERY_THROW ); in ScVbaShapes()
192 uno::Reference< container::XIndexAccess > xShapes; in Range() local
194 xShapes = getShapesByArrayIndices( shapes ); in Range()
202 xShapes = getShapesByArrayIndices( aIndex ); in Range()
204 return new ScVbaShapeRange( getParent(), mxContext, xShapes, m_xDrawPage, m_xModel ); in Range()
/AOO41X/main/odk/examples/java/Drawing/
H A DSDraw.java101 com.sun.star.drawing.XShapes xShapes = (com.sun.star.drawing.XShapes) in main() local
104 xShapes.add(createShape(xDrawDoc,2000,1500,1000,1000,"Line",0)); in main()
105 xShapes.add(createShape(xDrawDoc,3000,4500,15000,1000,"Ellipse",16711680)); in main()
106 xShapes.add(createShape(xDrawDoc,5000,3500,7500,5000,"Rectangle",6710932)); in main()
195 com.sun.star.drawing.XShapes xShapes = (com.sun.star.drawing.XShapes) in createSequence() local
243 xShapes.add(xShape); in createSequence()
250 xShape = xSGrouper.group(xShapes); in createSequence()
/AOO41X/main/offapi/com/sun/star/drawing/
H A DXShapeArranger.idl63 void arrange( [in] com::sun::star::drawing::XShapes xShapes,
72 void bringToFront( [in] com::sun::star::drawing::XShapes xShapes,
81 void sendToBack( [in] com::sun::star::drawing::XShapes xShapes,
90 void setBehindShape( [in] com::sun::star::drawing::XShapes xShapes,
99 void setInFrontOf( [in] com::sun::star::drawing::XShapes xShapes,
108 void reverseOrder( [in] com::sun::star::drawing::XShapes xShapes );
/AOO41X/test/testuno/source/fvt/uno/sc/cell/
H A DDeleteContents.java62 XShapes xShapes = null; field in DeleteContents
169 XShapes xShapes = (XShapes) UnoRuntime.queryInterface(XShapes.class, xDrawPage); in testDeleteContents() local
172 assertEquals("Verify number of shape in sheet.",1, xShapes.getCount()); in testDeleteContents()
177 xShapes = (XShapes) UnoRuntime.queryInterface(XShapes.class, xDrawPage); in testDeleteContents()
181 ,0, xShapes.getCount()); in testDeleteContents()
/AOO41X/main/wizards/com/sun/star/wizards/document/
H A DTimeStampControl.java71 xShapes.add(oDateControl.xShape); in TimeStampControl()
72 xShapes.add(oTimeControl.xShape); in TimeStampControl()
73 xShapeGroup = _oFormHandler.xShapeGrouper.group(xShapes); in TimeStampControl()
83 if (_i < xShapes.getCount()) in getControlofGroupShapeByIndex()
85 Object oControl = xShapes.getByIndex(_i); in getControlofGroupShapeByIndex()

12345