Home
last modified time | relevance | path

Searched refs:xShapes (Results 26 – 50 of 120) sorted by relevance

12345

/trunk/main/odk/examples/DevelopersGuide/Drawing/
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()
H A DChangeOrderDemo.java71 XShapes xShapes = (XShapes) in main() local
82 xShapes.add( xShape1 ); in main()
85 xShapes.add( xShape2 ); in main()
H A DTextDemo.java75 XShapes xShapes = (XShapes) in main() local
91 xShapes.add( xRectangle ); in main()
119 xShapes.add( xRectangle ); in main()
H A DLayerDemo.java78 XShapes xShapes = (XShapes) in main() local
89 xShapes.add( xRect1 ); in main()
90 xShapes.add( xRect2 ); in main()
/trunk/test/testuno/source/fvt/uno/sd/paragraph/
H A DParagraphTextProperty.java65 XShapes xShapes = null; field in ParagraphTextProperty
90 xShapes = (XShapes) UnoRuntime.queryInterface(XShapes.class, xpage); in testParagraphPropertyShape()
93 xShapes.add(xRectangle); in testParagraphPropertyShape()
157 xShapes=ShapeUtil.getShapes(reLoadFile, pageIndex); in saveAndLoadShape()
158 return (XShape) UnoRuntime.queryInterface(XShape.class, xShapes.getByIndex(shapeIndex)); in saveAndLoadShape()
H A DParagraphStyle.java67 XShapes xShapes = null; field in ParagraphStyle
92 xShapes = (XShapes) UnoRuntime.queryInterface(XShapes.class, xpage); in ParaStyle()
95 xShapes.add(xRectangle); in ParaStyle()
190 xShapes=ShapeUtil.getShapes(reLoadFile, pageIndex); in saveAndLoadShape()
191 return (XShape) UnoRuntime.queryInterface(XShape.class, xShapes.getByIndex(shapeIndex)); in saveAndLoadShape()
/trunk/test/testuno/source/fvt/uno/sd/chart/
H A DChartData.java82 XShapes xShapes = null; field in ChartData
126 xShapes = (XShapes) UnoRuntime.queryInterface(XShapes.class, xpage); in insertDefaultChart()
129 xShapes.add(xShape); in insertDefaultChart()
220 xShapes = ShapeUtil.getShapes(reLoadFile, pageIndex); in saveAndLoadShape()
222 xShapes.getByIndex(shapeIndex)); in saveAndLoadShape()
/trunk/main/offapi/com/sun/star/drawing/
H A DXShapeGrouper.idl58 @param xShapes
64 <type>Shape</type>s from xShapes and is also added to the
66 in xShapes.
68 com::sun::star::drawing::XShapeGroup group( [in] com::sun::star::drawing::XShapes xShapes );
H A DXShapeCombiner.idl53 @param xShapes
66 com::sun::star::drawing::XShape combine( [in] com::sun::star::drawing::XShapes xShapes );
72 @param xShapes
/trunk/main/oox/source/drawingml/chart/
H A Dchartspaceconverter.cxx183 Reference< XShapes > xShapes; in convertFromModel() local
187 xShapes = rxExternalPage; in convertFromModel()
194 xShapes.set( xDrawPageSupp->getDrawPage(), UNO_QUERY_THROW ); in convertFromModel()
206 … getFilter(), mrModel.maDrawingPath, xShapes, getChartSize(), aShapesOffset, bOleSupport ) ); in convertFromModel()
/trunk/main/filter/source/svg/
H A Dsvgfilter.cxx108 Reference< drawing::XShapes > xShapes; in filter() local
156 bGotSelection = (sal_True == ( aSelection >>= xShapes )); in filter()
164 if(bSelectionOnly && bGotSelection && 0 == xShapes->getCount()) in filter()
195 aNewDescriptor[nInsert].Value <<= xShapes; in filter()
H A Dsvgimport.cxx125 Reference< XShapes > xShapes( xDrawPage, UNO_QUERY ); in implImport() local
129 if( xPagePropSet.is() && xShapes.is() && xShape.is() ) in implImport()
139 xShapes->add( xShape ); in implImport()
/trunk/main/sd/source/ui/animations/
H A DCustomAnimationList.cxx84 static bool getShapeIndex( const Reference< XShapes >& xShapes, const Reference< XShape >& xShape,… in getShapeIndex() argument
86 const sal_Int32 nCount = xShapes->getCount(); in getShapeIndex()
91 xShapes->getByIndex( n ) >>= xChild; in getShapeIndex()
822 Reference< XIndexAccess > xShapes( aSelection, UNO_QUERY ); in onSelectionChanged() local
823 if( xShapes.is() ) in onSelectionChanged()
825 sal_Int32 nCount = xShapes->getCount(); in onSelectionChanged()
829 Reference< XShape > xShape( xShapes->getByIndex( nIndex ), UNO_QUERY ); in onSelectionChanged()
/trunk/main/sd/source/ui/unoidl/
H A Dunomodel.cxx1485 uno::Reference< drawing::XShapes > xShapes; in getRendererCount() local
1487 rSelection >>= xShapes; in getRendererCount()
1489 if( xShapes.is() && xShapes->getCount() ) in getRendererCount()
1989 sal_Int32 i, nCount = xShapes->getCount(); in render()
1992 aAny = xShapes->getByIndex( i ); in render()
2003 sal_Int32 i, nCount = xShapes->getCount(); in render()
2006 aAny = xShapes->getByIndex( i ); in render()
2153 uno::Reference< drawing::XShapes > xShapes; in render() local
2154 rSelection >>= xShapes; in render()
2156 if( xShapes.is() && xShapes->getCount() ) in render()
[all …]
/trunk/main/sc/source/filter/xml/
H A DXMLTableShapesContext.cxx64 uno::Reference<drawing::XShapes> xShapes (rXMLImport.GetTables().GetCurrentXShapes()); in CreateChildContext() local
65 if (xShapes.is()) in CreateChildContext()
70 rXMLImport, nPrefix, rLName, xAttrList, xShapes); in CreateChildContext()
H A Dxmlsubti.cxx732 if( (nCurrentSheet != nCurrentXShapes) || !xShapes.is() ) in GetCurrentXShapes()
734 xShapes.set(GetCurrentXDrawPage(), uno::UNO_QUERY); in GetCurrentXShapes()
735 rImport.GetShapeImport()->startPage(xShapes); in GetCurrentXShapes()
736 rImport.GetShapeImport()->pushGroupForSorting ( xShapes ); in GetCurrentXShapes()
738 return xShapes; in GetCurrentXShapes()
741 return xShapes; in GetCurrentXShapes()
751 return !((nCurrentSheet != nCurrentXShapes) || !xShapes.is()); in HasXShapes()
H A Dxmlcelli.cxx423 uno::Reference<drawing::XShapes> xShapes (rXMLImport.GetTables().GetCurrentXShapes()); in CreateChildContext() local
424 if (xShapes.is()) in CreateChildContext()
434 rXMLImport, nPrefix, rLName, xAttrList, xShapes); in CreateChildContext()
606 uno::Reference< drawing::XShapes > xShapes = rXMLImport.GetTables().GetCurrentXShapes(); in SetAnnotation() local
607 uno::Reference< container::XIndexAccess > xShapesIA( xShapes, uno::UNO_QUERY ); in SetAnnotation()
614 …DBG_ASSERT( mxAnnotationData->mxShapes.get() == xShapes.get(), "ScXMLTableRowCellContext::SetAnnot… in SetAnnotation()
/trunk/main/chart2/source/view/main/
H A DShapeFactory.cxx130 if( xShapes.is() ) in getChartRootShape()
132 sal_Int32 nCount = xShapes->getCount(); in getChartRootShape()
136 if( xShapes->getByIndex( nN ) >>= xShape ) in getChartRootShape()
1941 uno::Reference< drawing::XShapes > xShapes = in createGroup2D() local
1943 return xShapes; in createGroup2D()
1994 uno::Reference< drawing::XShapes > xShapes = in createGroup3D() local
1996 return xShapes; in createGroup3D()
2406 if( xShapes.is() ) in removeSubShapes()
2408 sal_Int32 nSubCount = xShapes->getCount(); in removeSubShapes()
2412 if( xShapes->getByIndex( nS ) >>= xShape ) in removeSubShapes()
[all …]
/trunk/main/sw/source/core/unocore/
H A Dunodraw.cxx289 _SelectObjectsInView( xShapes, GetPageView() ); in PreGroup()
782 if(!pDoc || !xShapes.is()) in group()
792 const SdrMarkList& rMarkList = pPage->PreGroup(xShapes); in group()
2824 uno::Reference<XShapes> xShapes; in add() local
2829 aAgg >>= xShapes; in add()
2831 if(xShapes.is()) in add()
2832 xShapes->add(xShape); in add()
2879 uno::Reference<XShapes> xShapes; in remove() local
2884 aAgg >>= xShapes; in remove()
2886 if(!xShapes.is()) in remove()
[all …]
/trunk/main/oox/source/shape/
H A DShapeContextHandler.cxx235 uno::Reference< drawing::XShapes > xShapes( mxDrawPage, uno::UNO_QUERY ); in getShape() local
237 if (mxFilterBase.is() && xShapes.is()) in getShape()
243 xResult = pShape->convertAndInsert( xShapes ); in getShape()
247 mpShape->addShape(*mxFilterBase, mpThemePtr.get(), xShapes); in getShape()
/trunk/main/slideshow/source/inc/
H A Dshapeimporter.hxx131 ::com::sun::star::drawing::XShapes> const& xShapes ) in XShapesEntry()
132 : mpGroupShape(), mxShapes(xShapes), in XShapesEntry()
133 mnCount(xShapes->getCount()), mnPos(0) {} in XShapesEntry()
/trunk/main/xmloff/source/draw/
H A Dshapeexport3.cxx61 uno::Reference< drawing::XShapes > xShapes(xShape, uno::UNO_QUERY); in ImpExport3DSceneShape() local
62 if(xShapes.is() && xShapes->getCount()) in ImpExport3DSceneShape()
97 exportShapes( xShapes, nFeatures, pRefPoint ); in ImpExport3DSceneShape()
/trunk/test/testuno/source/fvt/uno/sd/animation/
H A DTextAnimation.java91 XShapes xShapes; in testTextAnimation() local
98 xShapes = (XShapes) UnoRuntime.queryInterface(XShapes.class, in testTextAnimation()
103 xShapes.add(xRectangle); in testTextAnimation()
/trunk/main/oox/source/ppt/
H A Dpptshape.cxx212 Reference< XShapes > xShapes( xShape, UNO_QUERY ); in addShape() local
213 if ( xShapes.is() ) in addShape()
214 …addChildren( rFilterBase, *this, pTheme, xShapes, pShapeRect ? *pShapeRect : awt::Rectangle( maPos… in addShape()
H A Dslidepersist.cxx131 Reference< XShapes > xShapes( getPage(), UNO_QUERY ); in createXShapes() local
143 pPPTShape->addShape( rFilterBase, *this, getTheme().get(), xShapes, 0, &getShapeMap() ); in createXShapes()
145 (*aChildIter)->addShape( rFilterBase, getTheme().get(), xShapes, 0, &getShapeMap() ); in createXShapes()

Completed in 151 milliseconds

12345