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"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"11 "SwXTextEmbeddedObject";"com::sun::star::text::TextEmbeddedObject";"Component"59 "SwXTextEmbeddedObject";"com::sun::star::container::XNamed";"getName()"60 "SwXTextEmbeddedObject";"com::sun::star::container::XNamed";"setName()"[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()2973 void SwXTextEmbeddedObject::dispose(void) throw( uno::RuntimeException ) in dispose()3132 uno::Sequence< OUString > SwXTextEmbeddedObject::getSupportedServiceNames(void) in getSupportedServiceNames()3142 void * SAL_CALL SwXTextEmbeddedObject::operator new( size_t t) throw() in operator new()3147 void SAL_CALL SwXTextEmbeddedObject::operator delete( void * p) throw() in operator delete()[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()
Completed in 52 milliseconds