Searched refs:SwXShape (Results 1 – 9 of 9) sorted by relevance
1 "SwXShape";"com::sun::star::lang::XComponent";"dispose()"2 "SwXShape";"com::sun::star::lang::XComponent";"addEventListener()"4 "SwXShape";"com::sun::star::drawing::Shape";"ZOrder#optional"5 "SwXShape";"com::sun::star::drawing::Shape";"LayerID#optional"6 "SwXShape";"com::sun::star::drawing::Shape";"LayerName#optional"7 "SwXShape";"com::sun::star::drawing::Shape";"Printable#optional"9 "SwXShape";"com::sun::star::drawing::Shape";"Name#optional"11 "SwXShape";"com::sun::star::drawing::Shape";"Style#optional"23 "SwXShape";"com::sun::star::drawing::XShape";"getPosition()"25 "SwXShape";"com::sun::star::drawing::XShape";"getSize()"[all …]
322 SwXShape* pxShape = SwIterator<SwXShape,SwFmt>::FirstElement( *pFmt ); in GetInterface()383 SwXShape* pShape = 0; in _CreateShape()606 SwXShape* pShape = 0; in add()893 TYPEINIT1(SwXShape, SwClient);935 SwXShape::SwXShape(uno::Reference< uno::XInterface > & xShape) : in SwXShape() function in SwXShape1019 SwXShape::~SwXShape() in ~SwXShape()2151 void SwXShape::addEventListener( in addEventListener()2786 SwXShape(xShape) in SwXGroupShape()2811 SwXShape::acquire(); in acquire()2816 SwXShape::release(); in release()[all …]
147 class SwXShape : public SwXShapeBaseClass, class255 virtual ~SwXShape();260 SwXShape(::com::sun::star::uno::Reference< ::com::sun::star::uno::XInterface > & xShape);322 public SwXShape,
528 SwXShape *pSwShape = xTunnel.is() ? in init()529 reinterpret_cast< SwXShape * >( sal::static_int_cast< sal_IntPtr>( in init()530 xTunnel->getSomething(SwXShape::getUnoTunnelId()) )) in init()735 SwXShape *pSwShape = xTunnel.is() ? in SetControlSize()736 reinterpret_cast< SwXShape *>( sal::static_int_cast< sal_IntPtr >( in SetControlSize()737 xTunnel->getSomething(SwXShape::getUnoTunnelId()) )) in SetControlSize()
67 public class SwXShape extends TestCase { class
71 #i111190 -o sw.SwXShape
449 SwXShape* pSwXShape = 0; in select()451 … pSwXShape = reinterpret_cast<SwXShape*>(xIfcTunnel->getSomething(SwXShape::getUnoTunnelId())); in select()
1858 xRet = *new SwXShape( xTmp ); in createInstance()
706 SwXShape::AddExistingShapeToFmt( *pObj ); in SwDrawContact()
Completed in 146 milliseconds