Searched refs:aXShape (Results 1 – 7 of 7) sorted by relevance
500 Reference< drawing::XShape > aXShape = GetXShapeForSdrObject( (SdrObjCustomShape*)pObj ); in execute() local501 if ( aXShape.is() ) in execute()503 Reference< drawing::XEnhancedCustomShapeDefaulter > xDefaulter( aXShape, UNO_QUERY ); in execute()
493 …uno::Reference< drawing::XShape > aXShape = *(uno::Reference< drawing::XShape > *)maXShapes->getB… in EndGroup() local494 if (aXShape.is() ) in EndGroup()496 aXShapes->add( aXShape ); in EndGroup()
297 Reference<XShape> aXShape; in ProcessEscherObj() local302 aXShape = GetXShapeForSdrObject(pCaption); in ProcessEscherObj()303 Reference< XPropertySet > aXPropSet( aXShape, UNO_QUERY ); in ProcessEscherObj()
4601 ::com::sun::star::uno::Reference< ::com::sun::star::drawing::XShape > aXShape;4606 aXShape ( rShape ), in EscherShapeListEntry()4642 aXShape( ( bFirst ) ? mXConnectToA : mXConnectToB ); in GetConnectorRule()4644 String aString( (::rtl::OUString)aXShape->getShapeType() ); in GetConnectorRule()4651 aPropertySet( aXShape, ::com::sun::star::uno::UNO_QUERY ); in GetConnectorRule()4697 aPropertySet2( aXShape, ::com::sun::star::uno::UNO_QUERY ); in GetConnectorRule()4754 SdrObject* pCustoShape( GetSdrObjectFromXShape( aXShape ) ); in GetConnectorRule()4834 ::com::sun::star::awt::Point aPoint( aXShape->getPosition() ); in GetConnectorRule()4835 ::com::sun::star::awt::Size aSize( aXShape->getSize() ); in GetConnectorRule()4890 if ( rXShape == pPtr->aXShape ) in GetShapeId()
474 Reference< XShape > aXShape( pO->getUnoShape(), UNO_QUERY ); in SolveSolver() local548 PolyPolygon aPolyPoly( EscherPropertyContainer::GetPolyPolygon( aXShape ) ); in SolveSolver()765 aAny <<= aXShape; in SolveSolver()774 aAny <<= aXShape; in SolveSolver()
36 sequence<any> get_AccFlowTo([in] any aXShape, [in] long nType);
367 Reference< XShape > aXShape = GetXShapeForSdrObject( (SdrObjCustomShape*)pCustomShape ); in GetCustomShapeEngine() local368 if ( aXShape.is() ) in GetCustomShapeEngine()375 aPropValues[ 0 ].Value <<= aXShape; in GetCustomShapeEngine()
Completed in 137 milliseconds