Home
last modified time | relevance | path

Searched refs:xShape (Results 101 – 125 of 310) sorted by relevance

12345678910>>...13

/aoo41x/main/chart2/source/view/charttypes/
H A DAreaChart.cxx369 uno::Reference< drawing::XShape > xShape(NULL); in impl_createLine() local
398 xShape = m_pShapeFactory->createLine2D( xSeriesGroupShape_Shapes in impl_createLine()
400 this->setMappedProperties( xShape in impl_createLine()
404 m_pShapeFactory->setShapeName( xShape, C2U("MarkHandles") ); in impl_createLine()
470 uno::Reference< drawing::XShape > xShape(NULL); in impl_createArea() local
473 xShape = m_pShapeFactory->createArea3D( xSeriesGroupShape_Shapes in impl_createArea()
478 xShape = m_pShapeFactory->createArea2D( xSeriesGroupShape_Shapes in impl_createArea()
481 this->setMappedProperties( xShape in impl_createArea()
485 m_pShapeFactory->setShapeName( xShape, C2U("MarkHandles") ); in impl_createArea()
/aoo41x/main/svx/source/svdraw/
H A Dcharthelper.cxx99 uno::Reference< drawing::XShape > xShape; in tryToGetChartContentAsPrimitive2DSequence() local
103 xShapeAccess->getByIndex(a) >>= xShape; in tryToGetChartContentAsPrimitive2DSequence()
105 if(xShape.is()) in tryToGetChartContentAsPrimitive2DSequence()
109 xShape, in tryToGetChartContentAsPrimitive2DSequence()
/aoo41x/main/offapi/com/sun/star/drawing/
H A DXShapes.idl54 @param xShape
57 void add( [in] com::sun::star::drawing::XShape xShape );
63 @param xShape
67 void remove( [in] com::sun::star::drawing::XShape xShape );
H A DXConnectorShape.idl54 void connectStart( [in] com::sun::star::drawing::XConnectableShape xShape,
62 void connectEnd( [in] com::sun::star::drawing::XConnectableShape xShape,
71 void disconnectBegin( [in] com::sun::star::drawing::XConnectableShape xShape );
79 void disconnectEnd( [in] com::sun::star::drawing::XConnectableShape xShape );
H A DXLayerManager.idl83 @param xShape
89 void attachShapeToLayer( [in] com::sun::star::drawing::XShape xShape,
96 @param xShape
104 com::sun::star::drawing::XLayer getLayerForShape( [in] com::sun::star::drawing::XShape xShape );
/aoo41x/main/slideshow/source/engine/slide/
H A Dshapemanagerimpl.hxx131 ::com::sun::star::drawing::XShape > const & xShape ) const;
160 ::com::sun::star::drawing::XShape>& xShape );
165 ::com::sun::star::drawing::XShape>& xShape );
171 ::com::sun::star::drawing::XShape>& xShape,
/aoo41x/main/sd/inc/
H A DCustomAnimationEffect.hxx306 …ol disposeShape( const com::sun::star::uno::Reference< com::sun::star::drawing::XShape >& xShape );
309 … bool hasEffect( const com::sun::star::uno::Reference< com::sun::star::drawing::XShape >& xShape );
310 …d onTextChanged( const com::sun::star::uno::Reference< com::sun::star::drawing::XShape >& xShape );
407 …ol disposeShape( const com::sun::star::uno::Reference< com::sun::star::drawing::XShape >& xShape );
410 … bool hasEffect( const com::sun::star::uno::Reference< com::sun::star::drawing::XShape >& xShape );
411 …d onTextChanged( const com::sun::star::uno::Reference< com::sun::star::drawing::XShape >& xShape );
443 …iveSequence( const ::com::sun::star::uno::Reference< ::com::sun::star::drawing::XShape >& xShape );
/aoo41x/main/sw/inc/
H A Dunodraw.hxx60 …t( const ::com::sun::star::uno::Reference< ::com::sun::star::drawing::XShape > & xShape ) throw ();
113 … ::com::sun::star::uno::Reference< ::com::sun::star::drawing::XShape > & xShape) throw( ::com::sun…
114 … ::com::sun::star::uno::Reference< ::com::sun::star::drawing::XShape > & xShape) throw( ::com::sun…
260 SwXShape(::com::sun::star::uno::Reference< ::com::sun::star::uno::XInterface > & xShape);
328 SwXGroupShape(::com::sun::star::uno::Reference< ::com::sun::star::uno::XInterface > & xShape);
336 …t ::com::sun::star::uno::Reference< ::com::sun::star::drawing::XShape >& xShape ) throw (::com::su…
337 …t ::com::sun::star::uno::Reference< ::com::sun::star::drawing::XShape >& xShape ) throw (::com::su…
/aoo41x/main/sc/source/filter/xml/
H A Dxmlexprt.cxx665 if (xShape.is()) in CollectSharedData()
674 CollectInternalShape( xShape ); in CollectSharedData()
689 awt::Point aPoint(xShape->getPosition()); in CollectSharedData()
690 awt::Size aSize(xShape->getSize()); in CollectSharedData()
706 aMyShape.xShape = xShape; in CollectSharedData()
713 pSharedData->AddTableShape(nTable, xShape); in CollectSharedData()
3225 if (aItr->xShape.is()) in WriteShapes()
3228 … aPoint.X = 2 * aItr->xShape->getPosition().X + aItr->xShape->getSize().Width - aPoint.X; in WriteShapes()
3242 awt::Point aStartPoint(aItr->xShape->getPosition()); in WriteShapes()
3243 awt::Size aSize(aItr->xShape->getSize()); in WriteShapes()
[all …]
/aoo41x/main/sd/source/ui/slideshow/
H A Dslideshowimpl.cxx1384 Reference< XShape > xShape; in registerShapeEvents() local
1385 xShapes->getByIndex( nShape ) >>= xShape; in registerShapeEvents()
1387 if( xShape.is() && in registerShapeEvents()
1390 Reference< XShapes > xSubShapes( xShape, UNO_QUERY ); in registerShapeEvents()
1395 Reference< XPropertySet > xSet( xShape, UNO_QUERY ); in registerShapeEvents()
1435 maShapeEventMap[ xShape ] = pEvent; in registerShapeEvents()
1438 mxListenerProxy->addShapeEventListener( xShape ); in registerShapeEvents()
1609 WrappedShapeEventImplPtr pEvent = maShapeEventMap[xShape]; in click()
1717 SdrObject* pObj = GetSdrObjectFromXShape( xShape ); in click()
3740 mxSlideShow->addShapeEventListener( xListener, xShape ); in addShapeEventListener()
[all …]
/aoo41x/main/svx/source/unodraw/
H A Dunoshcol.cxx174 void SAL_CALL SvxShapeCollection::add( const Reference< drawing::XShape >& xShape ) throw( uno::Run… in add() argument
176 maShapeContainer.addInterface( xShape ); in add()
180 void SAL_CALL SvxShapeCollection::remove( const uno::Reference< drawing::XShape >& xShape ) throw( … in remove() argument
182 maShapeContainer.removeInterface( xShape ); in remove()
/aoo41x/main/slideshow/source/engine/shapes/
H A Ddrawshape.hxx89 ::com::sun::star::drawing::XShape >& xShape,
118 ::com::sun::star::drawing::XShape >& xShape,
237 ::com::sun::star::drawing::XShape >& xShape,
265 ::com::sun::star::drawing::XShape >& xShape,
H A Dexternalshapebase.cxx93 ExternalShapeBase::ExternalShapeBase( const uno::Reference< drawing::XShape >& xShape, in ExternalShapeBase() argument
97 mxShape( xShape ), in ExternalShapeBase()
102 maBounds( getAPIShapeBounds( xShape ) ) in ExternalShapeBase()
/aoo41x/main/reportdesign/source/core/sdr/
H A DRptPage.cxx118 uno::Reference< drawing::XShape> xShape(pObj->getUnoShape(),uno::UNO_QUERY); in RemoveObject() local
119 pSection->notifyElementRemoved(xShape); in RemoveObject()
227 uno::Reference< drawing::XShape> xShape(pObj->getUnoShape(),uno::UNO_QUERY); in NbcInsertObject() local
228 pSection->notifyElementAdded(xShape); in NbcInsertObject()
/aoo41x/main/filter/source/svg/
H A Dsvgexport.cxx784 Reference< XShape > xShape; in implExportShapes() local
789 if( ( rxShapes->getByIndex( i ) >>= xShape ) && xShape.is() ) in implExportShapes()
790 bRet = implExportShape( xShape ) || bRet; in implExportShapes()
792 xShape = NULL; in implExportShapes()
1041 Reference< XShape > xShape; in implCreateObjectsFromShapes() local
1046 if( ( rxShapes->getByIndex( i ) >>= xShape ) && xShape.is() ) in implCreateObjectsFromShapes()
1047 bRet = implCreateObjectsFromShape( xShape ) || bRet; in implCreateObjectsFromShapes()
1049 xShape = NULL; in implCreateObjectsFromShapes()
/aoo41x/main/xmloff/source/text/
H A Dtxtparaimphint.hxx239 Reference < drawing::XShape > xShape; in GetShape() local
242 xShape = PTR_CAST( XMLTextFrameContext, pContext )->GetShape(); in GetShape()
244 xShape = PTR_CAST( XMLTextFrameHyperlinkContext, pContext )->GetShape(); in GetShape()
246 return xShape; in GetShape()
/aoo41x/main/sd/source/ui/animations/
H A DCustomAnimationPane.cxx1298 static sal_Bool hasVisibleShape( const Reference< XShape >& xShape ) in hasVisibleShape() argument
1302 const OUString sShapeType( xShape->getShapeType() ); in hasVisibleShape()
1311 Reference< XPropertySet > xSet( xShape, UNO_QUERY_THROW ); in hasVisibleShape()
1892 xShape.set( xSelectedText->getText(), UNO_QUERY_THROW ); in getTextSelection()
1993 Reference< XShape > xShape; in onChange() local
1995 if( getTextSelection( maViewSelection, xShape, aParaList ) ) in onChange()
1998 aParaTarget.Shape = xShape; in onChange()
2057 Reference< XShape > xShape( (*aIter), UNO_QUERY ); in onChange() local
2058 if( xShape.is() && !hasVisibleShape( xShape ) ) in onChange()
2543 Reference< XShape > xShape( pEffect->getTargetShape() ); in markShapesFromSelectedEffects() local
[all …]
/aoo41x/main/sc/source/ui/unoobj/
H A Dpageuno.cxx47 uno::Reference<drawing::XShape> xShape(SvxFmDrawPage::_CreateShape( pObj )); in _CreateShape() local
49 new ScShapeObj( xShape ); // aggregates object and modifies xShape in _CreateShape()
51 return xShape; in _CreateShape()
/aoo41x/main/sc/source/filter/inc/
H A Dxeescher.hxx185 … ::com::sun::star::uno::Reference< ::com::sun::star::drawing::XShape > xShape );
217 … ::com::sun::star::uno::Reference< ::com::sun::star::drawing::XShape > xShape,
239 … ::com::sun::star::uno::Reference< ::com::sun::star::drawing::XShape > xShape,
287 … ::com::sun::star::uno::Reference< ::com::sun::star::drawing::XShape > xShape,
/aoo41x/main/svx/source/sdr/primitive2d/
H A Dprimitivefactory2d.cxx64 const uno::Reference< drawing::XShape >& xShape, in createPrimitivesFromXShape()
69 if(xShape.is()) in createPrimitivesFromXShape()
71 SdrObject* pSource = GetSdrObjectFromXShape(xShape); in createPrimitivesFromXShape()
/aoo41x/main/sd/source/core/
H A DCustomAnimationCloner.cxx272 Reference< XShape > xShape; in transformValue() local
273 rValue >>= xShape; in transformValue()
274 if( xShape.is() ) in transformValue()
276 return makeAny( getClonedShape( xShape ) ); in transformValue()
/aoo41x/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
53 if( pPage->getMainSequence()->hasEffect( xShape ) ) in UndoRemovePresObjectImpl()
204 …com::sun::star::uno::Reference< com::sun::star::drawing::XShape > xShape( rObject.getUnoShape(), c… in UndoObjectSetText() local
205 if( pPage->getMainSequence()->hasEffect( xShape ) ) in UndoObjectSetText()
/aoo41x/main/chart2/source/view/axes/
H A DVPolarGrid.cxx166 Reference< drawing::XShape > xShape = m_pShapeFactory->createLine2D( in create2DAngleGrid() local
169 m_pShapeFactory->setShapeName( xShape, C2U("MarkHandles") ); in create2DAngleGrid()
230 Reference< drawing::XShape > xShape = m_pShapeFactory->createLine2D( in create2DRadiusGrid() local
233 m_pShapeFactory->setShapeName( xShape, C2U("MarkHandles") ); in create2DRadiusGrid()
/aoo41x/main/oox/inc/oox/vml/
H A Dvmlshapecontainer.hxx116 ::boost::shared_ptr< ShapeT > xShape( new ShapeT( mrDrawing ) ); in createShape()
117 maShapes.push_back( xShape ); in createShape()
118 return *xShape; in createShape()
/aoo41x/main/chart2/source/controller/main/
H A DChartController_Window.cxx815 … uno::Reference< drawing::XShape > xShape( pObj->getUnoShape(), uno::UNO_QUERY ); in execute_MouseButtonUp() local
816 if ( xShape.is() ) in execute_MouseButtonUp()
818 m_aSelection.setSelection( xShape ); in execute_MouseButtonUp()
1520 … uno::Reference< drawing::XShape > xShape( m_aSelection.getSelectedAdditionalShape() ); in execute_KeyInput() local
1521 if( xShape.is() ) in execute_KeyInput()
1523 awt::Point aPos( xShape->getPosition() ); in execute_KeyInput()
1524 awt::Size aSize( xShape->getSize() ); in execute_KeyInput()
1537 xShape->setPosition( aPos ); in execute_KeyInput()
1664 uno::Reference< drawing::XShape > xShape; in select() local
1665 if ( ( rSelection >>= xShape ) && m_aSelection.setSelection( xShape ) ) in select()

Completed in 168 milliseconds

12345678910>>...13