Searched refs:aXShape (Results 1 – 7 of 7) sorted by relevance
494 Reference< drawing::XShape > aXShape = GetXShapeForSdrObject( (SdrObjCustomShape*)pObj ); in execute() local495 if ( aXShape.is() ) in execute()497 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()
4612 ::com::sun::star::uno::Reference< ::com::sun::star::drawing::XShape > aXShape;4617 aXShape ( rShape ), in EscherShapeListEntry()4653 aXShape( ( bFirst ) ? mXConnectToA : mXConnectToB ); in GetConnectorRule()4655 String aString( (::rtl::OUString)aXShape->getShapeType() ); in GetConnectorRule()4662 aPropertySet( aXShape, ::com::sun::star::uno::UNO_QUERY ); in GetConnectorRule()4708 aPropertySet2( aXShape, ::com::sun::star::uno::UNO_QUERY ); in GetConnectorRule()4765 SdrObject* pCustoShape( GetSdrObjectFromXShape( aXShape ) ); in GetConnectorRule()4845 ::com::sun::star::awt::Point aPoint( aXShape->getPosition() ); in GetConnectorRule()4846 ::com::sun::star::awt::Size aSize( aXShape->getSize() ); in GetConnectorRule()4901 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 159 milliseconds