Home
last modified time | relevance | path

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

12345678910>>...13

/trunk/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 …]
/trunk/main/offapi/com/sun/star/drawing/
H A DGenericDrawPage.idl79 xShape = xProv.createInstance( "com::sun::star::drawing::LineShape" )
80 xShape.LineColor = rgb( 255, 0, n%+20 )
81 xShape.LineWidth = 20
82 xShape.Position = Point( x%, 2*x% )
83 xShape.Size = Size( 300-x%, 20 )
84 xPage.add( xShape )
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 );
/trunk/main/sd/source/ui/slideshow/
H A Dslideshowimpl.cxx1405 Reference< XShape > xShape; in registerShapeEvents() local
1406 xShapes->getByIndex( nShape ) >>= xShape; in registerShapeEvents()
1408 if( xShape.is() && in registerShapeEvents()
1411 Reference< XShapes > xSubShapes( xShape, UNO_QUERY ); in registerShapeEvents()
1416 Reference< XPropertySet > xSet( xShape, UNO_QUERY ); in registerShapeEvents()
1456 maShapeEventMap[ xShape ] = pEvent; in registerShapeEvents()
1459 mxListenerProxy->addShapeEventListener( xShape ); in registerShapeEvents()
1630 WrappedShapeEventImplPtr pEvent = maShapeEventMap[xShape]; in click()
1738 SdrObject* pObj = GetSdrObjectFromXShape( xShape ); in click()
3761 mxSlideShow->addShapeEventListener( xListener, xShape ); in addShapeEventListener()
[all …]
/trunk/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…
/trunk/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 );
/trunk/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()
/trunk/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,
/trunk/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()
/trunk/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()
1895 xShape.set( xSelectedText->getText(), UNO_QUERY_THROW ); in getTextSelection()
1996 Reference< XShape > xShape; in onChange() local
1998 if( getTextSelection( maViewSelection, xShape, aParaList ) ) in onChange()
2001 aParaTarget.Shape = xShape; in onChange()
2060 Reference< XShape > xShape( (*aIter), UNO_QUERY ); in onChange() local
2061 if( xShape.is() && !hasVisibleShape( xShape ) ) in onChange()
2546 Reference< XShape > xShape( pEffect->getTargetShape() ); in markShapesFromSelectedEffects() local
[all …]
/trunk/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,
/trunk/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()
/trunk/main/reportdesign/source/core/sdr/
H A DRptPage.cxx119 uno::Reference< drawing::XShape> xShape(pObj->getUnoShape(),uno::UNO_QUERY); in RemoveObject() local
120 pSection->notifyElementRemoved(xShape); in RemoveObject()
228 uno::Reference< drawing::XShape> xShape(pObj->getUnoShape(),uno::UNO_QUERY); in NbcInsertObject() local
229 pSection->notifyElementAdded(xShape); in NbcInsertObject()
/trunk/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()
/trunk/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()
/trunk/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,
/trunk/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()
/trunk/main/sw/source/core/access/
H A Daccmap.cxx2073 uno::Reference < drawing::XShape > xShape( in GetContext() local
2076 if( xShape.is() ) in GetContext()
2082 xShape, xParent, this ); in GetContext()
2156 if (xShape.is()) in RemoveGroupContext()
2158 SdrObject* pObj = GetSdrObjectFromXShape(xShape); in RemoveGroupContext()
2199 if (xShape.is()) in AddGroupContext()
2201 SdrObject* pObj = GetSdrObjectFromXShape(xShape); in AddGroupContext()
2364 uno::Reference < drawing::XShape > xShape( in Dispose() local
2367 if( xShape.is() ) in Dispose()
2371 mpShapes->push_back( xShape ); in Dispose()
[all …]
/trunk/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()
/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
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()
/trunk/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()
/trunk/main/chart2/source/view/inc/
H A DShapeFactory.hxx192 ::com::sun::star::drawing::XShape >& xShape );
195 ::com::sun::star::drawing::XShape >& xShape
199 ::com::sun::star::drawing::XShape >& xShape );
219 const ::com::sun::star::uno::Reference< ::com::sun::star::drawing::XShape >& xShape );
222 …const ::com::sun::star::uno::Reference< ::com::sun::star::drawing::XShape >& xShape, double fRotat…
/trunk/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()

Completed in 162 milliseconds

12345678910>>...13