Searched refs:SwXTextEmbeddedObject (Results 1 – 10 of 10) sorted by relevance
1 "SwXTextEmbeddedObject";"com::sun::star::lang::XComponent";"dispose()"2 "SwXTextEmbeddedObject";"com::sun::star::lang::XComponent";"addEventListener()"3 "SwXTextEmbeddedObject";"com::sun::star::lang::XComponent";"removeEventListener()"4 "SwXTextEmbeddedObject";"com::sun::star::text::BaseFrame";"FrameStyleName"5 "SwXTextEmbeddedObject";"com::sun::star::drawing::XShapeDescriptor#optional";"getShapeType()"6 "SwXTextEmbeddedObject";"com::sun::star::text::TextContent";"AnchorType#optional"7 "SwXTextEmbeddedObject";"com::sun::star::text::TextContent";"AnchorTypes#optional"8 "SwXTextEmbeddedObject";"com::sun::star::text::TextContent";"TextWrap#optional"9 "SwXTextEmbeddedObject";"com::sun::star::text::TextEmbeddedObject";"CLSID"10 "SwXTextEmbeddedObject";"com::sun::star::text::TextEmbeddedObject";"Model"[all …]
3513 SwXTextEmbeddedObject::SwXTextEmbeddedObject( SwDoc *pDoc ) : in SwXTextEmbeddedObject() function in SwXTextEmbeddedObject3518 SwXTextEmbeddedObject::SwXTextEmbeddedObject(SwFrmFmt& rFmt) : in SwXTextEmbeddedObject() function in SwXTextEmbeddedObject3524 SwXTextEmbeddedObject::~SwXTextEmbeddedObject() in ~SwXTextEmbeddedObject()3529 void SAL_CALL SwXTextEmbeddedObject::acquire()throw() in acquire()3534 void SAL_CALL SwXTextEmbeddedObject::release()throw() in release()3539 ::uno::Any SAL_CALL SwXTextEmbeddedObject::queryInterface( const uno::Type& aType ) in queryInterface()3547 uno::Sequence< uno::Type > SAL_CALL SwXTextEmbeddedObject::getTypes( ) in getTypes()3567 uno::Sequence< sal_Int8 > SAL_CALL SwXTextEmbeddedObject::getImplementationId( ) in getImplementationId()3580 void SwXTextEmbeddedObject::attach(const uno::Reference< text::XTextRange > & xTextRange) in attach()3585 uno::Reference< text::XTextRange > SwXTextEmbeddedObject::getAnchor(void) in getAnchor()[all …]
350 SwXTextEmbeddedObject* pOle = new SwXTextEmbeddedObject( pDoc ); in MakeInstance()785 typedef SwXTextEmbeddedObject core_frame_t;1068 return new SwXTextEmbeddedObject(rFmt); in GetObject()
227 SwXTextEmbeddedObject& rObjectRef ) : in SwFrameEventDescriptor()
167 sw.SwXTextEmbeddedObject::com::sun::star::text::BaseFrameProperties189 sw.SwXTextEmbeddedObject::com::sun::star::document::XEmbeddedObjectSupplier195 sw.SwXTextEmbeddedObject::com::sun::star::beans::XPropertySet
81 -o sw.SwXTextEmbeddedObject
289 class SwXTextEmbeddedObject : public SwXTextEmbeddedObjectBaseClass, class293 virtual ~SwXTextEmbeddedObject();296 SwXTextEmbeddedObject( SwDoc *pDoc );297 SwXTextEmbeddedObject(SwFrmFmt& rFmt);
35 class SwXTextEmbeddedObject;79 SwFrameEventDescriptor( SwXTextEmbeddedObject& rObjectRef );
61 public class SwXTextEmbeddedObject extends TestCase { class
592 … uno::Reference< text::XTextContent > xFrm = new SwXTextEmbeddedObject((SwFrmFmt&)*pFmt); in getSelection()