Home
last modified time | relevance | path

Searched refs:xShape (Results 151 – 175 of 310) sorted by relevance

12345678910>>...13

/aoo41x/main/svx/source/unodraw/
H A Dunoshap3.cxx146 void SAL_CALL Svx3DSceneObject::add( const Reference< drawing::XShape >& xShape ) in add() argument
151 SvxShape* pShape = SvxShape::getImplementation( xShape ); in add()
156 SdrObject* pSdrShape = mxPage->_CreateSdrObject( xShape ); in add()
175 void SAL_CALL Svx3DSceneObject::remove( const Reference< drawing::XShape >& xShape ) in remove() argument
180 SvxShape* pShape = SvxShape::getImplementation( xShape ); in remove()
245 Reference< drawing::XShape > xShape( pDestObj->getUnoShape(), uno::UNO_QUERY ); in getByIndex() local
247 aAny <<= xShape; in getByIndex()
H A DUnoGraphicExporter.cxx858 Reference< XShape > xShape; in GetGraphic() local
863 mxShapes->getByIndex( nIndex ) >>= xShape; in GetGraphic()
864 SdrObject* pObj = GetSdrObjectFromXShape( xShape ); in GetGraphic()
1224 Reference< XShape > xShape; in setSourceDocument() local
1234 mxShapes->getByIndex( nIndex ) >>= xShape; in setSourceDocument()
1235 pObj = GetSdrObjectFromXShape( xShape ); in setSourceDocument()
/aoo41x/main/sd/source/ui/slideshow/
H A Dslideshowimpl.hxx147 void addShapeEventListener( const css::uno::Reference< css::drawing::XShape >& xShape );
148 void removeShapeEventListener( const css::uno::Reference< css::drawing::XShape >& xShape );
168 …virtual void SAL_CALL click(const css::uno::Reference< css::drawing::XShape > & xShape, const css:…
242 …void click(const css::uno::Reference< css::drawing::XShape > & xShape, const css::awt::MouseEvent …
/aoo41x/main/qadevOOo/tests/java/ifc/sheet/
H A D_XDocumentAuditing.java199 XShape xShape = (XShape)UnoRuntime.queryInterface(XShape.class, o); in hasRightAmountOfShapes() local
200 pos = xShape.getPosition(); in hasRightAmountOfShapes()
201 System.out.println("Shape Type: " + xShape.getShapeType()); in hasRightAmountOfShapes()
H A D_XSheetAnnotationShapeSupplier.java35 XShape xShape = oObj.getAnnotationShape (); in _getAnnotationShape() local
36 tRes.tested ("getAnnotationShape()",xShape!=null); in _getAnnotationShape()
/aoo41x/main/slideshow/source/engine/
H A Dtools.cxx790 ::basegfx::B2DRectangle getAPIShapeBounds( const uno::Reference< drawing::XShape >& xShape ) in getAPIShapeBounds() argument
792 uno::Reference< beans::XPropertySet > xPropSet( xShape, in getAPIShapeBounds()
809 double getAPIShapePrio( const uno::Reference< drawing::XShape >& xShape ) in getAPIShapePrio() argument
811 uno::Reference< beans::XPropertySet > xPropSet( xShape, in getAPIShapePrio()
/aoo41x/main/reportdesign/source/filter/xml/
H A DxmlCell.cxx205 … uno::Reference<report::XShape> xShape(m_pContainer->getSection()->getByIndex(i),uno::UNO_QUERY); in EndElement() local
206 if ( xShape.is() ) in EndElement()
207 m_pContainer->addCell(xShape.get()); in EndElement()
/aoo41x/main/oox/source/drawingml/
H A Dgraphicshapecontext.cxx147 OleObjectGraphicDataContext::OleObjectGraphicDataContext( ContextHandler& rParent, ShapePtr xShape in OleObjectGraphicDataContext() argument
148 ShapeContext( rParent, ShapePtr(), xShape ), in OleObjectGraphicDataContext()
149 mrOleObjectInfo( xShape->setOleObjectType() ) in OleObjectGraphicDataContext()
H A Dcustomshapeproperties.cxx118 const Reference < XPropertySet >& xPropSet, const Reference < XShape > & xShape ) const in pushToPropSet()
123 Reference< drawing::XEnhancedCustomShapeDefaulter > xDefaulter( xShape, UNO_QUERY ); in pushToPropSet()
234 awt::Size aSize( xShape->getSize() ); in pushToPropSet()
/aoo41x/main/chart2/source/controller/drawinglayer/
H A DDrawViewWrapper.cxx427 drawing::XShape >& xShape ) in getSdrObject()
430 uno::Reference< lang::XUnoTunnel > xUnoTunnel( xShape, uno::UNO_QUERY ); in getSdrObject()
431 uno::Reference< lang::XTypeProvider > xTypeProvider( xShape, uno::UNO_QUERY ); in getSdrObject()
/aoo41x/main/toolkit/test/accessibility/
H A DSimpleOffice.java397 XShape xShape = null; in getAccessibleDocumentWindow() local
399 xShape = (XShape) UnoRuntime.queryInterface( in getAccessibleDocumentWindow()
404 XAccessible.class, xShape); in getAccessibleDocumentWindow()
H A DInformationWriter.java119 XShape xShape = (XShape) UnoRuntime.queryInterface( in showShapes() local
124 XShapeDescriptor.class, xShape); in showShapes()
130 XPropertySet.class, xShape); in showShapes()
/aoo41x/main/accessibility/workben/org/openoffice/accessibility/misc/
H A DSimpleOffice.java412 XShape xShape = null; in GetAccessibleDocumentWindow() local
414 xShape = (XShape) UnoRuntime.queryInterface( in GetAccessibleDocumentWindow()
419 XAccessible.class, xShape); in GetAccessibleDocumentWindow()
/aoo41x/main/xmloff/source/draw/
H A Dximppage.cxx486 Reference< drawing::XShape > xShape; in DeleteAllShapes() local
489 aAny >>= xShape; in DeleteAllShapes()
491 if(xShape.is()) in DeleteAllShapes()
493 mxShapes->remove(xShape); in DeleteAllShapes()
H A Dximpshap.cxx420 void SdXMLShapeContext::AddShape(uno::Reference< drawing::XShape >& xShape) in AddShape() argument
422 if(xShape.is()) in AddShape()
425 mxShape = xShape; in AddShape()
435 xImp->addShape( xShape, mxAttrList, mxShapes ); in AddShape()
446 uno::Reference< beans::XPropertySet > xSet( xShape, uno::UNO_QUERY_THROW ); in AddShape()
462 xImp->shapeWithZIndexAdded( xShape, mnZOrder ); in AddShape()
474 uno::Reference< uno::XInterface > xRef( xShape, uno::UNO_QUERY ); in AddShape()
487 mxLockable = uno::Reference< document::XActionLockable >::query( xShape ); in AddShape()
509 uno::Reference< drawing::XShape > xShape; in AddShape() local
520 if( xShape.is() ) in AddShape()
[all …]
/aoo41x/main/reportdesign/source/core/inc/
H A DSection.hxx173 …t ::com::sun::star::uno::Reference< ::com::sun::star::drawing::XShape >& xShape ) throw (::com::su…
174 …t ::com::sun::star::uno::Reference< ::com::sun::star::drawing::XShape >& xShape ) throw (::com::su…
200 …yElementAdded(const ::com::sun::star::uno::Reference< ::com::sun::star::drawing::XShape >& xShape);
201 …lementRemoved(const ::com::sun::star::uno::Reference< ::com::sun::star::drawing::XShape >& xShape);
/aoo41x/main/chart2/source/controller/main/
H A DObjectHierarchy.cxx527 Reference< drawing::XShape > xShape; in createAdditionalShapesTree() local
528 if ( xDrawPageShapes->getByIndex( i ) >>= xShape ) in createAdditionalShapesTree()
530 if ( xShape.is() && xShape != xChartRoot ) in createAdditionalShapesTree()
532 rContainer.push_back( ObjectIdentifier( xShape ) ); in createAdditionalShapesTree()
/aoo41x/main/xmloff/inc/xmloff/
H A Danimexp.hxx42 …void prepare( ::com::sun::star::uno::Reference< ::com::sun::star::drawing::XShape > xShape, SvXMLE…
43 …void collect( ::com::sun::star::uno::Reference< ::com::sun::star::drawing::XShape > xShape, SvXMLE…
/aoo41x/main/writerfilter/source/dmapper/
H A DGraphicImport.cxx1058 uno::Reference< drawing::XShape> xShape; in lcl_attribute() local
1059 val.getAny( ) >>= xShape; in lcl_attribute()
1061 if ( xShape.is( ) ) in lcl_attribute()
1068 ( xShape, uno::UNO_QUERY_THROW ); in lcl_attribute()
1086 awt::Size aSize = xShape->getSize( ); in lcl_attribute()
1094 … uno::Reference< beans::XPropertySet > xSourceGraphProps( xShape, uno::UNO_QUERY ); in lcl_attribute()
1111 m_xShape = xShape; in lcl_attribute()
/aoo41x/main/sd/source/filter/eppt/
H A Dpptexanimations.cxx1747 Reference< XShape > xShape; in exportAnimateTargetElement() local
1748 aAny >>= xShape; in exportAnimateTargetElement()
1753 if( !xShape.is() ) in exportAnimateTargetElement()
1757 xShape = aParaTarget.Shape; in exportAnimateTargetElement()
1758 if ( xShape.is() ) in exportAnimateTargetElement()
1762 Reference< XSimpleText > xText( xShape, UNO_QUERY ); in exportAnimateTargetElement()
1793 if ( xShape.is() || bCreate2b01Atom ) in exportAnimateTargetElement()
1796 if ( xShape.is() ) in exportAnimateTargetElement()
1801 sal_uInt32 nRefId = ((EscherSolverContainer&)mrSolverContainer).GetShapeId( xShape ); in exportAnimateTargetElement()
/aoo41x/main/chart2/source/view/main/
H A DChartView.cxx1780 if(xShape.is()) in getRectangleOfObject()
1788 SvxShape* pRoot = SvxShape::getImplementation( xShape ); in getRectangleOfObject()
1808 awt::Size aSize( xShape->getSize() ); in getRectangleOfObject()
1809 awt::Point aPoint( xShape->getPosition() ); in getRectangleOfObject()
1814 SvxShape* pShape = SvxShape::getImplementation( xShape ); in getRectangleOfObject()
2385 uno::Reference< drawing::XShape > xShape( in formatPage() local
2389 xShape.is()) in formatPage()
2391 xTarget->add( xShape ); in formatPage()
2392 xShape->setSize( rPageSize ); in formatPage()
2393 xPageProp.set( xShape, uno::UNO_QUERY ); in formatPage()
[all …]
/aoo41x/main/slideshow/source/inc/
H A Dshapelistenereventhandler.hxx58 … ::com::sun::star::drawing::XShape>& xShape ) = 0;
63 … ::com::sun::star::drawing::XShape>& xShape ) = 0;
/aoo41x/main/chart2/source/tools/
H A DRangeHighlighter.cxx176 Reference< drawing::XShape > xShape; in determineRanges() local
177 aSelection >>= xShape; in determineRanges()
178 if ( xShape.is() ) in determineRanges()
/aoo41x/main/slideshow/source/engine/animationnodes/
H A Dnodetools.cxx69 … const uno::Reference< drawing::XShape >& xShape ) in lookupAttributableShape()
74 ShapeSharedPtr pShape( rShapeManager->lookupShape( xShape ) ); in lookupAttributableShape()
/aoo41x/main/chart2/source/view/axes/
H A DVCartesianAxis.cxx117 bool lcl_doesShapeOverlapWithTickmark( const Reference< drawing::XShape >& xShape in lcl_doesShapeOverlapWithTickmark() argument
122 if(!xShape.is()) in lcl_doesShapeOverlapWithTickmark()
125 …e aShapeRect = BaseGFXHelper::makeRectangle(xShape->getPosition(),ShapeFactory::getSizeAfterRotati… in lcl_doesShapeOverlapWithTickmark()
1641 Reference< drawing::XShape > xShape = m_pShapeFactory->createLine2D( in createShapes() local
1645 m_pShapeFactory->setShapeName( xShape, C2U("MarkHandles") ); in createShapes()
1657 Reference< drawing::XShape > xShape = m_pShapeFactory->createLine2D( in createShapes() local

Completed in 179 milliseconds

12345678910>>...13