/aoo42x/test/testuno/source/fvt/uno/sc/cell/ |
H A D | DeleteContents.java | 62 XShapes xShapes = null; field in DeleteContents 169 XShapes xShapes = (XShapes) UnoRuntime.queryInterface(XShapes.class, xDrawPage); in testDeleteContents() local
|
/aoo42x/test/testuno/source/testlib/uno/ |
H A D | ShapeUtil.java | 56 XShapes xShapes, Point aPos, Size aSize, String sShapeType) in createAndInsertShape() 185 XShapes xShapes = (XShapes) UnoRuntime.queryInterface(XShapes.class, xpage); in getShapes() local 202 XShapes xShapes = (XShapes) UnoRuntime.queryInterface(XShapes.class, xpage); in removeOneShape() local
|
/aoo42x/main/odk/examples/DevelopersGuide/Drawing/ |
H A D | DrawingDemo.java | 243 XShapes xShapes = (XShapes) in Demo_ShapeCreation() local 277 XShapes xShapes = (XShapes) in Demo_PolyPolygonBezier() local 363 XShapes xShapes = (XShapes) in Demo_Group1() local
|
H A D | FillAndLineStyleDemo.java | 78 XShapes xShapes = (XShapes) in main() local
|
H A D | TextDemo.java | 75 XShapes xShapes = (XShapes) in main() local
|
H A D | ChangeOrderDemo.java | 71 XShapes xShapes = (XShapes) in main() local
|
H A D | ObjectTransformationDemo.java | 74 XShapes xShapes = (XShapes) in main() local
|
H A D | LayerDemo.java | 78 XShapes xShapes = (XShapes) in main() local
|
H A D | ControlAndSelectDemo.java | 90 XShapes xShapes = (XShapes)UnoRuntime.queryInterface(XShapes.class, in main() local
|
H A D | CustomShowDemo.java | 110 XShapes xShapes = (XShapes) in main() local
|
H A D | GluePointDemo.java | 78 XShapes xShapes = (XShapes) in main() local
|
H A D | PresentationDemo.java | 83 XShapes xShapes; in main() local
|
H A D | StyleDemo.java | 147 XShapes xShapes = (XShapes)UnoRuntime.queryInterface(XShapes.class, in main() local
|
/aoo42x/main/filter/source/flash/ |
H A D | swfexporter.cxx | 518 Reference< XShapes > xShapes( xMasterPage, UNO_QUERY ); in exportMasterPageObjects() local 549 Reference< XShapes > xShapes( xPage, UNO_QUERY ); in exportDrawPageContents() local 557 void FlashExporter::exportShapes( const Reference< XShapes >& xShapes, bool bStream, bool bMaster ) in exportShapes() 797 Reference< XShapes > xShapes( xShape, UNO_QUERY ); in ActionSummer() local 814 sal_uInt32 FlashExporter::ActionSummer(Reference< XShapes >& xShapes) in ActionSummer()
|
/aoo42x/main/sd/source/ui/unoidl/ |
H A D | unosrch.cxx | 70 …SearchContext_impl( uno::Reference< drawing::XShapes > xShapes, SearchContext_impl* pParent = NUL… in SearchContext_impl() 124 uno::Reference< drawing::XShapes > xShapes; in replaceAll() local 228 uno::Reference< drawing::XShapes > xShapes; in findAll() local 337 uno::Reference< container::XIndexAccess > xShapes( xPage, uno::UNO_QUERY ); in GetCurrentShape() local 383 uno::Reference< container::XIndexAccess > xShapes( xPage, uno::UNO_QUERY ); in findNext() local 413 uno::Reference< drawing::XShape > SdUnoSearchReplaceShape::GetNextShape( uno::Reference< container… in GetNextShape()
|
/aoo42x/main/xmloff/source/draw/ |
H A D | shapeexport.cxx | 500 uno::Reference< drawing::XShapes > xShapes( xCollection, uno::UNO_QUERY ); in collectShapeAutoStyles() local 688 uno::Reference< drawing::XShapes > xShapes( xShape, uno::UNO_QUERY ); in exportShape() local 935 void XMLShapeExport::collectShapesAutoStyles( const uno::Reference < drawing::XShapes >& xShapes ) in collectShapesAutoStyles() 958 void XMLShapeExport::exportShapes( const uno::Reference < drawing::XShapes >& xShapes, sal_Int32 nF… in exportShapes() 980 void XMLShapeExport::seekShapes( const uno::Reference< drawing::XShapes >& xShapes ) throw() in seekShapes()
|
/aoo42x/main/sc/source/ui/vba/ |
H A D | vbatextboxshape.cxx | 32 ScVbaTextBoxShape::ScVbaTextBoxShape( const uno::Reference< uno::XComponentContext >& xContext, con… in ScVbaTextBoxShape()
|
/aoo42x/main/sc/source/filter/xml/ |
H A D | XMLTableShapesContext.cxx | 64 uno::Reference<drawing::XShapes> xShapes (rXMLImport.GetTables().GetCurrentXShapes()); in CreateChildContext() local
|
/aoo42x/main/filter/source/svg/ |
H A D | svgexport.cxx | 708 Reference< XShapes > xShapes; in implExportPages() local 865 Reference< XShapes > xShapes( rxShape, UNO_QUERY ); in implExportShape() local 966 Reference< XShapes > xShapes( xMasterPage, UNO_QUERY ); in implCreateObjects() local 983 Reference< XShapes > xShapes( xDrawPage, UNO_QUERY ); in implCreateObjects() local 1017 Reference< XShapes > xShapes(xMasterPage,UNO_QUERY); in implCreateObjects() local 1026 Reference< XShapes > xShapes(xDrawPage,UNO_QUERY); in implCreateObjects() local 1063 Reference< XShapes > xShapes( rxShape, UNO_QUERY ); in implCreateObjectsFromShape() local
|
/aoo42x/main/odk/examples/java/Drawing/ |
H A D | SDraw.java | 101 com.sun.star.drawing.XShapes xShapes = (com.sun.star.drawing.XShapes) in main() local 195 com.sun.star.drawing.XShapes xShapes = (com.sun.star.drawing.XShapes) in createSequence() local
|
/aoo42x/main/reportdesign/source/filter/xml/ |
H A D | xmlSubDocument.cxx | 91 uno::Reference< drawing::XShapes > xShapes = m_pContainer->getSection().get(); in _CreateChildContext() local
|
/aoo42x/test/testuno/source/fvt/uno/sc/object/ |
H A D | DrawingObject.java | 140 XShapes xShapes = (XShapes) UnoRuntime.queryInterface(XShapes.class, xDrawPage); in testDrawingObject() local
|
/aoo42x/main/xmloff/source/text/ |
H A D | XMLTextShapeImportHelper.cxx | 65 Reference < XShapes > xShapes( xDPS->getDrawPage(), UNO_QUERY ); in XMLTextShapeImportHelper() local
|
/aoo42x/main/wizards/com/sun/star/wizards/document/ |
H A D | Shape.java | 54 public XShapes xShapes; field in Shape
|
/aoo42x/main/oox/source/drawingml/chart/ |
H A D | chartspaceconverter.cxx | 183 Reference< XShapes > xShapes; in convertFromModel() local
|