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 …]
2894 SwXTextEmbeddedObject::SwXTextEmbeddedObject( SwDoc *pDoc ) : in SwXTextEmbeddedObject() function in SwXTextEmbeddedObject2899 SwXTextEmbeddedObject::SwXTextEmbeddedObject(SwFrmFmt& rFmt) : in SwXTextEmbeddedObject() function in SwXTextEmbeddedObject2905 SwXTextEmbeddedObject::~SwXTextEmbeddedObject() in ~SwXTextEmbeddedObject()2910 void SAL_CALL SwXTextEmbeddedObject::acquire()throw() in acquire()2915 void SAL_CALL SwXTextEmbeddedObject::release()throw() in release()2920 ::uno::Any SAL_CALL SwXTextEmbeddedObject::queryInterface( const uno::Type& aType ) in queryInterface()2929 uno::Sequence< uno::Type > SAL_CALL SwXTextEmbeddedObject::getTypes( ) throw(uno::RuntimeException) in getTypes()2949 uno::Sequence< sal_Int8 > SAL_CALL SwXTextEmbeddedObject::getImplementationId( ) throw(uno::Runtim… in getImplementationId()2962 void SwXTextEmbeddedObject::attach(const uno::Reference< text::XTextRange > & xTextRange) throw( la… in attach()2967 uno::Reference< text::XTextRange > SwXTextEmbeddedObject::getAnchor(void) throw( uno::RuntimeExcep… in getAnchor()[all …]
352 SwXTextEmbeddedObject* pOle = new SwXTextEmbeddedObject( pDoc ); in MakeInstance()792 typedef SwXTextEmbeddedObject core_frame_t;1077 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()