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 …]
3537 SwXTextEmbeddedObject::SwXTextEmbeddedObject( SwDoc *pDoc ) : in SwXTextEmbeddedObject() function in SwXTextEmbeddedObject3542 SwXTextEmbeddedObject::SwXTextEmbeddedObject(SwFrmFmt& rFmt) : in SwXTextEmbeddedObject() function in SwXTextEmbeddedObject3548 SwXTextEmbeddedObject::~SwXTextEmbeddedObject() in ~SwXTextEmbeddedObject()3553 void SAL_CALL SwXTextEmbeddedObject::acquire()throw() in acquire()3558 void SAL_CALL SwXTextEmbeddedObject::release()throw() in release()3563 ::uno::Any SAL_CALL SwXTextEmbeddedObject::queryInterface( const uno::Type& aType ) in queryInterface()3572 uno::Sequence< uno::Type > SAL_CALL SwXTextEmbeddedObject::getTypes( ) throw(uno::RuntimeException) in getTypes()3592 uno::Sequence< sal_Int8 > SAL_CALL SwXTextEmbeddedObject::getImplementationId( ) throw(uno::Runtim… in getImplementationId()3605 void SwXTextEmbeddedObject::attach(const uno::Reference< text::XTextRange > & xTextRange) throw( la… in attach()3610 uno::Reference< text::XTextRange > SwXTextEmbeddedObject::getAnchor(void) throw( uno::RuntimeExcep… in getAnchor()[all …]
350 SwXTextEmbeddedObject* pOle = new SwXTextEmbeddedObject( pDoc ); in MakeInstance()790 typedef SwXTextEmbeddedObject core_frame_t;1075 return new SwXTextEmbeddedObject(rFmt); in GetObject()
228 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
35 class SwXTextEmbeddedObject;80 SwFrameEventDescriptor( SwXTextEmbeddedObject& rObjectRef );
290 class SwXTextEmbeddedObject : public SwXTextEmbeddedObjectBaseClass, class294 virtual ~SwXTextEmbeddedObject();297 SwXTextEmbeddedObject( SwDoc *pDoc );298 SwXTextEmbeddedObject(SwFrmFmt& rFmt);
61 public class SwXTextEmbeddedObject extends TestCase { class
593 … uno::Reference< text::XTextContent > xFrm = new SwXTextEmbeddedObject((SwFrmFmt&)*pFmt); in getSelection()