Home
last modified time | relevance | path

Searched refs:xShapes (Results 51 – 75 of 120) sorted by relevance

12345

/trunk/test/testuno/source/fvt/uno/sd/animation/
H A DCustomAnimation.java92 XShapes xShapes = null; in testShapeAnimation() local
162 xShapes = (XShapes) UnoRuntime.queryInterface(XShapes.class, in testShapeAnimation()
167 xShapes, new Point(1000, 1000), new Size(5000, 5000), in testShapeAnimation()
/trunk/main/sdext/source/minimizer/
H A Dgraphiccollector.cxx239 Reference< XShapes > xShapes( xShape, UNO_QUERY_THROW ); in ImpCollectGraphicObjects() local
240 ImpCollectGraphicObjects( rxContext, xShapes, rGraphicSettings, rGraphicEntities ); in ImpCollectGraphicObjects()
364 Reference< XShapes > xShapes( xShape, UNO_QUERY_THROW ); in ImpCountGraphicObjects() local
365 ImpCountGraphicObjects( rxContext, xShapes, rGraphicSettings, rnGraphics ); in ImpCountGraphicObjects()
H A Doptimizerdialogcontrols.cxx639 Reference< XShapes > xShapes( xDrawPages->getByIndex( i ), UNO_QUERY_THROW ); in InitPage3() local
640 for ( sal_Int32 j = 0; j < xShapes->getCount(); j++ ) in InitPage3()
643 Reference< XShape > xShape( xShapes->getByIndex( j ), UNO_QUERY_THROW ); in InitPage3()
854 Reference< XShapes > xShapes( xDrawPages->getByIndex( i ), UNO_QUERY_THROW ); in UpdateControlStatesPage4() local
855 for ( sal_Int32 j = 0; j < xShapes->getCount(); j++ ) in UpdateControlStatesPage4()
858 Reference< XShape > xShape( xShapes->getByIndex( j ), UNO_QUERY_THROW ); in UpdateControlStatesPage4()
/trunk/main/wizards/com/sun/star/wizards/document/
H A DFormHandler.java520 XShapes xShapes = UnoRuntime.queryInterface(XShapes.class, oGroupShape); in groupShapesTogether() local
521 xShapes.add(_xLabelShape); in groupShapesTogether()
522 xShapes.add(_xControlShape); in groupShapesTogether()
523 return this.xShapeGrouper.group(xShapes); in groupShapesTogether()
H A DShape.java54 public XShapes xShapes; field in Shape
72 xShapes = UnoRuntime.queryInterface(XShapes.class, oShape); in Shape()
/trunk/main/chart2/source/view/main/
H A DDrawModelWrapper.cxx393 uno::Reference<drawing::XShapes> xShapes( xChild->getParent(), uno::UNO_QUERY ); in removeShape() local
394 if( xShapes.is() ) in removeShape()
396 xShapes->remove(xShape); in removeShape()
/trunk/main/vbahelper/source/vbahelper/
H A Dvbashape.cxx54xShapes, const uno::Reference< frame::XModel >& xModel, sal_Int32 nType ) throw( lang::IllegalArgu… in ScVbaShape() argument
85 uno::Reference< drawing::XShapes > xShapes( rEventObject.Source, uno::UNO_QUERY ); in disposing() local
87 if ( xShapes.is() ) in disposing()
/trunk/main/sc/source/ui/vba/
H A Dvbatextboxshape.cxx32 … >& xShapes, const uno::Reference< frame::XModel >& xModel ) : TextBoxShapeImpl_BASE( uno::Referen… in ScVbaTextBoxShape() argument
/trunk/main/chart2/source/view/diagram/
H A DVDiagram.cxx181 …uno::Reference< drawing::XShapes > xShapes = m_pShapeFactory->createGroup2D(xOuterGroup_Shapes,C2U… in createShapes_2d() local
182 m_xCoordinateRegionShape = uno::Reference<drawing::XShape>( xShapes, uno::UNO_QUERY ); in createShapes_2d()
692 …uno::Reference< drawing::XShapes > xShapes = m_pShapeFactory->createGroup3D( xOuterGroup_Shapes,C2… in createShapes_3d() local
693 m_xCoordinateRegionShape = uno::Reference< drawing::XShape >( xShapes, uno::UNO_QUERY ); in createShapes_3d()
/trunk/main/chart2/source/model/main/
H A DChartModel.cxx281 uno::Reference< drawing::XShapes > xShapes; in impl_adjustAdditionalShapesPositionAndSize() local
282 xProperties->getPropertyValue( C2U( "AdditionalShapes" ) ) >>= xShapes; in impl_adjustAdditionalShapesPositionAndSize()
283 if ( xShapes.is() ) in impl_adjustAdditionalShapesPositionAndSize()
285 sal_Int32 nCount = xShapes->getCount(); in impl_adjustAdditionalShapesPositionAndSize()
289 if ( xShapes->getByIndex( i ) >>= xShape ) in impl_adjustAdditionalShapesPositionAndSize()
/trunk/main/odk/examples/DevelopersGuide/Drawing/
H A DFillAndLineStyleDemo.java78 XShapes xShapes = (XShapes) in main() local
80 xShapes.add( xRectangle ); in main()
H A DObjectTransformationDemo.java74 XShapes xShapes = (XShapes) in main() local
81 xShapes.add( xShape ); in main()
H A DControlAndSelectDemo.java90 XShapes xShapes = (XShapes)UnoRuntime.queryInterface(XShapes.class, in main() local
100 xShapes.add( xShape ); in main()
H A DCustomShowDemo.java110 XShapes xShapes = (XShapes) in main() local
112 xShapes.add( xTextObj ); in main()
H A DShapeHelper.java53 XShapes xShapes, Point aPos, Size aSize, String sShapeType ) in createAndInsertShape() argument
57 xShapes.add( xShape ); in createAndInsertShape()
H A DStyleDemo.java147 XShapes xShapes = (XShapes)UnoRuntime.queryInterface(XShapes.class, in main() local
151 xShapes.add( xShape ); in main()
/trunk/main/xmloff/source/text/
H A DXMLTextShapeImportHelper.cxx65 Reference < XShapes > xShapes( xDPS->getDrawPage(), UNO_QUERY ); in XMLTextShapeImportHelper() local
66 pushGroupForSorting( xShapes ); in XMLTextShapeImportHelper()
/trunk/main/sd/source/ui/table/
H A DTableDesignPane.cxx397 Reference< XShapes > xShapes( aSel, UNO_QUERY ); in onSelectionChanged() local
398 if( xShapes.is() && (xShapes->getCount() == 1) ) in onSelectionChanged()
399 aSel <<= xShapes->getByIndex(0); in onSelectionChanged()
/trunk/main/chart2/source/controller/main/
H A DObjectHierarchy.cxx81 const Reference< container::XIndexAccess >& xShapes ) in lcl_getChildOIDs()
83 if( xShapes.is()) in lcl_getChildOIDs()
85 sal_Int32 nCount = xShapes->getCount(); in lcl_getChildOIDs()
88 Reference< beans::XPropertySet > xShapeProp( xShapes->getByIndex( i ), uno::UNO_QUERY ); in lcl_getChildOIDs()
/trunk/main/reportdesign/source/filter/xml/
H A DxmlSubDocument.cxx91 uno::Reference< drawing::XShapes > xShapes = m_pContainer->getSection().get(); in _CreateChildContext() local
92 … = xShapeImportHelper->CreateGroupChildContext(GetImport(),_nPrefix,_rLocalName,xAttrList,xShapes); in _CreateChildContext()
/trunk/main/writerfilter/unocomponent/debugservices/ooxml/
H A DOOXMLTestService.cxx132 uno::Reference<drawing::XShapes> xShapes in run()
136 pDocument->setShapes(xShapes); in run()
/trunk/main/xmloff/inc/xmloff/
H A Dshapeexport.hxx272 const com::sun::star::uno::Reference < com::sun::star::drawing::XShapes >& xShapes);
276 const com::sun::star::uno::Reference < com::sun::star::drawing::XShapes >& xShapes,
292 const ::com::sun::star::uno::Reference< ::com::sun::star::drawing::XShapes >& xShapes ) throw();
/trunk/main/svx/source/unodraw/
H A Dunoshcol.cxx56 Reference< drawing::XShapes > xShapes( new SvxShapeCollection() ); in SvxShapeCollection_NewInstance() local
57 Reference< uno::XInterface > xRef( xShapes, UNO_QUERY ); in SvxShapeCollection_NewInstance()
/trunk/main/offapi/com/sun/star/drawing/
H A DXShapeBinder.idl53 @param xShapes
64 com::sun::star::drawing::XShape bind( [in] com::sun::star::drawing::XShapes xShapes );
/trunk/main/oox/source/vml/
H A Dvmldrawing.cxx150 Reference< XShapes > xShapes( mxDrawPage, UNO_QUERY ); in convertAndInsert() local
151 mxShapes->convertAndInsert( xShapes ); in convertAndInsert()

Completed in 105 milliseconds

12345