Home
last modified time | relevance | path

Searched defs:xShape (Results 51 – 75 of 214) sorted by relevance

123456789

/trunk/main/wizards/com/sun/star/wizards/document/
H A DFormHandler.java288 … XShape xShape = UnoRuntime.queryInterface(XShape.class, xDrawPage.getByIndex(i)); in removeControlsofForm() local
473 XShape xShape = UnoRuntime.queryInterface(XShape.class, xDrawPage.getByIndex(i)); in moveShapesToNirwana() local
487 XShape xShape = UnoRuntime.queryInterface(XShape.class, xDrawPage.getByIndex(i)); in removeAllShapes() local
507 XShape xShape = UnoRuntime.queryInterface(XShape.class, xDrawPage.getByIndex(i)); in removeNirwanaShapes() local
H A DShape.java47 public XShape xShape; field in Shape
/trunk/main/slideshow/source/engine/shapes/
H A Ddrawshape.cxx410 DrawShape::DrawShape( const uno::Reference< drawing::XShape >& xShape, in DrawShape()
472 DrawShape::DrawShape( const uno::Reference< drawing::XShape >& xShape, in DrawShape()
574 DrawShapeSharedPtr DrawShape::create( in create()
606 DrawShapeSharedPtr DrawShape::create( in create()
/trunk/main/sd/source/core/undo/
H A Dundoobjects.cxx52 …com::sun::star::uno::Reference< com::sun::star::drawing::XShape > xShape( rObject.getUnoShape(), c… in UndoRemovePresObjectImpl() local
204 …com::sun::star::uno::Reference< com::sun::star::drawing::XShape > xShape( rObject.getUnoShape(), c… in UndoObjectSetText() local
/trunk/main/sc/source/filter/xml/
H A DXMLTableShapeResizer.hxx39 com::sun::star::uno::Reference <com::sun::star::drawing::XShape> xShape; member
/trunk/main/sc/source/ui/unoobj/
H A Dshapeuno.cxx97 ScShapeObj::ScShapeObj( uno::Reference<drawing::XShape>& xShape ) : in ScShapeObj()
266 sal_Bool lcl_GetCaptionPoint( uno::Reference< drawing::XShape >& xShape, awt::Point& rCaptionPoint ) in lcl_GetCaptionPoint()
283 ScRange lcl_GetAnchorCell( uno::Reference< drawing::XShape >& xShape, ScDocument* pDoc, SCTAB nTab, in lcl_GetAnchorCell()
318 awt::Point lcl_GetRelativePos( uno::Reference< drawing::XShape >& xShape, ScDocument* pDoc, SCTAB n… in lcl_GetRelativePos()
391 … uno::Reference<drawing::XShape> xShape( mxShapeAgg, uno::UNO_QUERY ); in setPropertyValue() local
494 … uno::Reference<drawing::XShape> xShape( mxShapeAgg, uno::UNO_QUERY ); in setPropertyValue() local
592 … uno::Reference<drawing::XShape> xShape( mxShapeAgg, uno::UNO_QUERY ); in setPropertyValue() local
677 … uno::Reference<drawing::XShape> xShape( mxShapeAgg, uno::UNO_QUERY ); in getPropertyValue() local
731 uno::Reference<drawing::XShape> xShape( mxShapeAgg, uno::UNO_QUERY ); in getPropertyValue() local
790 uno::Reference<drawing::XShape> xShape( mxShapeAgg, uno::UNO_QUERY ); in getPropertyValue() local
/trunk/main/xmloff/source/draw/
H A Dximpnote.cxx87 uno::Reference< drawing::XShape > xShape; in SdXMLNotesContext() local
H A Dshapeexport3.cxx59 void XMLShapeExport::ImpExport3DSceneShape( const uno::Reference< drawing::XShape >& xShape, XmlSha… in ImpExport3DSceneShape()
104 void XMLShapeExport::ImpExport3DShape( in ImpExport3DShape()
/trunk/main/odk/examples/DevelopersGuide/Drawing/
H A DPresentationDemo.java145 XShape xShape = ShapeHelper.createShape( xDrawDoc, in main() local
H A DStyleDemo.java149 XShape xShape = ShapeHelper.createShape( xComponent, new Point( 0, 0 ), in main() local
/trunk/main/embeddedobj/qa/embedding/
H A DTest01.java107 XShape xShape = ( XShape ) UnoRuntime.queryInterface( XShape.class, oShape ); in test() local
/trunk/test/testuno/source/fvt/uno/sc/object/
H A DDrawingObject.java145 XShape xShape = ShapeUtil.createShape(scComponent, po, Si, inputType); in testDrawingObject() local
/trunk/main/oox/source/vml/
H A Dvmldrawing.cxx210 Reference< XShape > xShape; in createAndInsertXShape() local
230 Reference< XShape > xShape; in createAndInsertXControlShape() local
/trunk/main/chart2/source/view/axes/
H A DVPolarGrid.cxx166 Reference< drawing::XShape > xShape = m_pShapeFactory->createLine2D( in create2DAngleGrid() local
230 Reference< drawing::XShape > xShape = m_pShapeFactory->createLine2D( in create2DRadiusGrid() local
/trunk/main/reportdesign/source/ui/misc/
H A DRptUndo.cxx65 uno::Reference< drawing::XShape> xShape(_xSection->getByIndex(nCount-1),uno::UNO_QUERY); in lcl_collectElements() local
141 uno::Reference< drawing::XShape> xShape = *aIter; in ~OSectionUndo() local
/trunk/main/svx/source/sdr/primitive2d/
H A Dprimitivefactory2d.cxx63 Primitive2DSequence SAL_CALL PrimitiveFactory2D::createPrimitivesFromXShape( in createPrimitivesFromXShape()
/trunk/test/testuno/source/fvt/uno/sw/frame/
H A DFrameSize.java75 XShape xShape = (XShape) UnoRuntime.queryInterface(XShape.class, xTextFrame); in testFrameSize() local
/trunk/main/svx/source/svdraw/
H A Dcharthelper.cxx99 uno::Reference< drawing::XShape > xShape; in tryToGetChartContentAsPrimitive2DSequence() local
/trunk/main/vbahelper/source/vbahelper/
H A Dvbacolorformat.cxx47 ScVbaColorFormat::ScVbaColorFormat( const uno::Reference< XHelperInterface >& xParent, const uno::R… in ScVbaColorFormat()
H A Dvbafillformat.cxx33 ScVbaFillFormat::ScVbaFillFormat( const uno::Reference< XHelperInterface >& xParent, const uno::Ref… in ScVbaFillFormat()
/trunk/main/reportdesign/source/core/sdr/
H A DReportDrawPage.cxx72 uno::Reference< drawing::XShape > xShape; in _CreateShape() local
/trunk/main/sd/source/core/
H A Dsdpage_animations.cxx90 Reference< XShape > xShape( const_cast<SdrObject*>(pObj)->getUnoShape(), UNO_QUERY ); in removeAnimations() local
/trunk/main/sd/source/ui/accessibility/
H A DAccessibleDrawDocumentView.cxx560 uno::Reference< drawing::XShape > xShape = mpChildrenManager->GetChildShape(i); in getGroupPosition() local
756 uno::Reference< drawing::XShape > xShape( pAcc->GetXShape() ); in implIsSelected() local
831 uno::Reference< drawing::XShape > xShape( pAcc->GetXShape() ); in implSelect() local
942 uno::Reference< ::com::sun::star::drawing::XShape > xShape; in get_AccFlowTo() local
/trunk/main/chart2/source/view/main/
H A DDrawModelWrapper.cxx287 uno::Reference< drawing::XShape > xShape; in clearMainDrawPage() local
388 bool DrawModelWrapper::removeShape( const uno::Reference< drawing::XShape >& xShape ) in removeShape()
/trunk/main/xmloff/source/text/
H A DXMLTextFrameHyperlinkContext.cxx173 Reference < drawing::XShape > xShape; in GetShape() local

Completed in 74 milliseconds

123456789