Home
last modified time | relevance | path

Searched refs:SwXShape (Results 1 – 9 of 9) sorted by relevance

/AOO41X/main/qadevOOo/objdsc/sw/
H A Dcom.sun.star.comp.office.SwXShape.csv1 "SwXShape";"com::sun::star::lang::XComponent";"dispose()"
2 "SwXShape";"com::sun::star::lang::XComponent";"addEventListener()"
3 "SwXShape";"com::sun::star::lang::XComponent";"removeEventListener()"
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"
8 "SwXShape";"com::sun::star::drawing::Shape";"MoveProtect#optional"
9 "SwXShape";"com::sun::star::drawing::Shape";"Name#optional"
10 "SwXShape";"com::sun::star::drawing::Shape";"SizeProtect#optional"
[all …]
/AOO41X/main/sw/source/core/unocore/
H A Dunodraw.cxx322 SwXShape* pxShape = SwIterator<SwXShape,SwFmt>::FirstElement( *pFmt ); in GetInterface()
383 SwXShape* pShape = 0; in _CreateShape()
385 pShape = reinterpret_cast< SwXShape * >( in _CreateShape()
386 … sal::static_int_cast< sal_IntPtr >( xShapeTunnel->getSomething(SwXShape::getUnoTunnelId()) )); in _CreateShape()
396 xPrSet = new SwXShape( xCreate ); in _CreateShape()
606 SwXShape* pShape = 0; in add()
610 pShape = reinterpret_cast< SwXShape * >( in add()
611 … sal::static_int_cast< sal_IntPtr >( xShapeTunnel->getSomething(SwXShape::getUnoTunnelId()) )); in add()
893 TYPEINIT1(SwXShape, SwClient);
895 const uno::Sequence< sal_Int8 > & SwXShape::getUnoTunnelId() in getUnoTunnelId()
[all …]
/AOO41X/main/sw/inc/
H A Dunodraw.hxx147 class SwXShape : public SwXShapeBaseClass, class
255 virtual ~SwXShape();
260 SwXShape(::com::sun::star::uno::Reference< ::com::sun::star::uno::XInterface > & xShape);
322 public SwXShape,
/AOO41X/main/sw/source/filter/html/
H A Dhtmlform.cxx528 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()
/AOO41X/main/qadevOOo/tests/java/mod/_sw/
H A DSwXShape.java67 public class SwXShape extends TestCase { class
/AOO41X/main/sw/qa/unoapi/
H A Dsw.sce71 #i111190 -o sw.SwXShape
/AOO41X/main/sw/source/ui/uno/
H A Dunotxvw.cxx449 SwXShape* pSwXShape = 0; in select()
451 … pSwXShape = reinterpret_cast<SwXShape*>(xIfcTunnel->getSomething(SwXShape::getUnoTunnelId())); in select()
H A Dunotxdoc.cxx1858 xRet = *new SwXShape( xTmp ); in createInstance()
/AOO41X/main/sw/source/core/draw/
H A Ddcontact.cxx706 SwXShape::AddExistingShapeToFmt( *pObj ); in SwDrawContact()