Home
last modified time | relevance | path

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

12345

/trunk/test/testuno/source/fvt/uno/sd/shape/
H A DShapeProperties.java79 XShapes xShapes = null; field in ShapeProperties
109 xShapes.add(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()
312 xShapes.add(xShape); in testShapeRotation()
[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()
/trunk/main/sd/source/ui/unoidl/
H A Dunosrch.cxx124 uno::Reference< drawing::XShapes > xShapes; in replaceAll() local
134 if( xShapes.is() && (xShapes->getCount() > 0) ) in replaceAll()
141 xShapes = NULL; in replaceAll()
237 if( xShapes.is() && xShapes->getCount() > 0 ) in findAll()
244 xShapes = NULL; in findAll()
338 if( xShapes.is() ) in GetCurrentShape()
340 if(xShapes->getCount() > 0) in GetCurrentShape()
342 xShapes->getByIndex(0) >>= xShape; in GetCurrentShape()
386 if( xShapes.is() ) in findNext()
418 if(xShapes.is() && xCurrentShape.is()) in GetNextShape()
[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()
/trunk/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()
142 xShapes.add(xShape); in testInsertBarChart()
164 xShapes.add(xShape); in testInsertConeChart()
198 xShapes.add(xShape); in testInsertLineChart()
222 xShapes.add(xShape); in testInsertPieChart()
260 xShapes = ShapeUtil.getShapes(reLoadFile, pageIndex); in saveAndLoadShape()
[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()
/trunk/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()
/trunk/main/filter/source/svg/
H A Dsvgexport.cxx708 Reference< XShapes > xShapes; in implExportPages() local
713 xShapes = maShapeSelection; in implExportPages()
720 if( xShapes.is() ) in implExportPages()
867 if( xShapes.is() ) in implExportShape()
970 if( xShapes.is() ) in implCreateObjects()
971 implCreateObjectsFromShapes( xShapes ); in implCreateObjects()
985 if( xShapes.is() ) in implCreateObjects()
986 implCreateObjectsFromShapes( xShapes ); in implCreateObjects()
1021 if(xShapes.is()) in implCreateObjects()
1028 if(xShapes.is()) in implCreateObjects()
[all …]
/trunk/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()
/trunk/main/xmloff/source/draw/
H A Dshapeexport.cxx501 if( xShapes.is() ) in collectShapeAutoStyles()
503 collectShapesAutoStyles( xShapes ); in collectShapeAutoStyles()
689 if( !xShapes.is() ) in exportShape()
938 seekShapes( xShapes ); in collectShapesAutoStyles()
941 const sal_Int32 nShapeCount(xShapes->getCount()); in collectShapesAutoStyles()
944 xShapes->getByIndex(nShapeId) >>= xShape; in collectShapesAutoStyles()
961 seekShapes( xShapes ); in exportShapes()
964 const sal_Int32 nShapeCount(xShapes->getCount()); in exportShapes()
967 xShapes->getByIndex(nShapeId) >>= xShape; in exportShapes()
982 if( xShapes.is() ) in seekShapes()
[all …]
H A Dsdxmlexp.cxx548 if(xShapes.is() && xShapes->getCount()) in setSourceDocument()
578 if(xShapes.is() && xShapes->getCount()) in setSourceDocument()
610 if(xShapes.is() && xShapes->getCount()) in setSourceDocument()
665 if(xShapes.is()) in ImpRecursiveObjectCount()
671 Any aAny(xShapes->getByIndex(a)); in ImpRecursiveObjectCount()
2056 if(xShapes.is()) in _ExportContent()
2365 if(xShapes.is() && xShapes->getCount()) in _ExportAutoStyles()
2410 if(xShapes.is() && xShapes->getCount()) in _ExportAutoStyles()
2478 if(xShapes.is() && xShapes->getCount()) in _ExportAutoStyles()
2546 if(xShapes.is() && xShapes->getCount()) in _ExportMasterStyles()
[all …]
/trunk/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()
806 xShapes->add( pAcc->GetXShape() ); in implSelect()
811 if( xShapes->getCount() ) in implSelect()
813 aAny <<= xShapes; in implSelect()
839 aAny >>= xShapes; in implSelect()
842 if (xShapes.is()) in implSelect()
855 xShapes->add( xShape ); in implSelect()
857 xShapes->remove( xShape ); in implSelect()
[all …]
/trunk/main/filter/source/flash/
H A Dswfexporter.cxx518 Reference< XShapes > xShapes( xMasterPage, UNO_QUERY ); in exportMasterPageObjects() local
520 sal_uInt32 shapesum = ActionSummer(xShapes); in exportMasterPageObjects()
549 Reference< XShapes > xShapes( xPage, UNO_QUERY ); in exportDrawPageContents() local
550 exportShapes(xShapes, bStream, bMaster); in exportDrawPageContents()
568 xShapes->getByIndex( nShape ) >>= xShape; in exportShapes()
797 Reference< XShapes > xShapes( xShape, UNO_QUERY ); in ActionSummer() local
799 if( xShapes.is() ) in ActionSummer()
801 return ActionSummer(xShapes); in ActionSummer()
814 sal_uInt32 FlashExporter::ActionSummer(Reference< XShapes >& xShapes) in ActionSummer() argument
816 sal_uInt32 nShapeCount = xShapes->getCount(); in ActionSummer()
[all …]
/trunk/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()
/trunk/main/sc/source/ui/Accessibility/
H A DAccessibleDocument.cxx223 if (xShapes.is()) in operator ()()
342 if (xShapes.is()) in ScChildrenShapes()
694 uno::Reference<drawing::XShapes> xShapes; in Select() local
697 if (!xShapes.is()) in Select()
698 xShapes = new SvxShapeCollection(); in Select()
746 xShapes = new SvxShapeCollection(); in SelectAll()
847 uno::Reference<drawing::XShapes> xShapes; in Deselect() local
849 if (xShapes.is()) in Deselect()
850 xShapes->remove(xShape); in Deselect()
1151 if (xShapes.is()) in FillSelectionSupplier()
[all …]
/trunk/main/chart2/source/view/charttypes/
H A DVSeriesPlotter.cxx311 if( !xShapes.is() ) in getSeriesGroupShape()
315 pDataSeries->m_xGroupShape = xShapes; in getSeriesGroupShape()
317 return xShapes; in getSeriesGroupShape()
324 if(!xShapes.is()) in getSeriesGroupShapeFrontChild()
334 return xShapes; in getSeriesGroupShapeFrontChild()
341 if(!xShapes.is()) in getSeriesGroupShapeBackChild()
349 return xShapes; in getSeriesGroupShapeBackChild()
358 if(!xShapes.is()) in getLabelsGroupShape()
364 return xShapes; in getLabelsGroupShape()
371 if(!xShapes.is()) in getErrorBarsGroupShape()
[all …]
/trunk/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()
/trunk/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()
/trunk/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()
/trunk/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 );
/trunk/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()
/trunk/main/sdext/source/minimizer/
H A Dimpoptimizer.cxx161 Reference< XShapes > xShapes( xPropSet, UNO_QUERY_THROW ); in ImpDeleteNotesPages() local
162 while( xShapes->getCount() ) in ImpDeleteNotesPages()
163xShapes->remove( Reference< XShape >( xShapes->getByIndex( xShapes->getCount() - 1 ), UNO_QUERY_TH… in ImpDeleteNotesPages()
182 Reference< XShapes > xShapes( xDrawPages->getByIndex( i ), UNO_QUERY_THROW ); in ImpConvertOLE() local
183 for ( sal_Int32 j = 0; j < xShapes->getCount(); j++ ) in ImpConvertOLE()
186 Reference< XShape > xShape( xShapes->getByIndex( j ), UNO_QUERY_THROW ); in ImpConvertOLE()
206 xShapes->add( xShape2 ); in ImpConvertOLE()
211 xShapes->remove( xShape ); in ImpConvertOLE()
/trunk/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()

Completed in 135 milliseconds

12345