Searched refs:SwXTextGraphicObject (Results 1 – 10 of 10) sorted by relevance
1 "SwXTextGraphicObject";"com::sun::star::text::TextGraphicObject";"ImageMap"2 "SwXTextGraphicObject";"com::sun::star::text::TextGraphicObject";"ContentProtected"3 "SwXTextGraphicObject";"com::sun::star::text::TextGraphicObject";"SurroundContour"4 "SwXTextGraphicObject";"com::sun::star::text::TextGraphicObject";"ContourOutside"5 "SwXTextGraphicObject";"com::sun::star::text::TextGraphicObject";"ContourPolyPolygon#optional"6 "SwXTextGraphicObject";"com::sun::star::text::TextGraphicObject";"GraphicCrop"7 "SwXTextGraphicObject";"com::sun::star::text::TextGraphicObject";"HoriMirroredOnEvenPages"8 "SwXTextGraphicObject";"com::sun::star::text::TextGraphicObject";"HoriMirroredOnOddPages"9 "SwXTextGraphicObject";"com::sun::star::text::TextGraphicObject";"VertMirrored"10 "SwXTextGraphicObject";"com::sun::star::text::TextGraphicObject";"GraphicURL"[all …]
3398 SwXTextGraphicObject::SwXTextGraphicObject( SwDoc *pDoc ) : in SwXTextGraphicObject() function in SwXTextGraphicObject3403 SwXTextGraphicObject::SwXTextGraphicObject(SwFrmFmt& rFmt) : in SwXTextGraphicObject() function in SwXTextGraphicObject3409 SwXTextGraphicObject::~SwXTextGraphicObject() in ~SwXTextGraphicObject()3414 void SAL_CALL SwXTextGraphicObject::acquire( )throw() in acquire()3419 void SAL_CALL SwXTextGraphicObject::release( )throw() in release()3424 ::uno::Any SAL_CALL SwXTextGraphicObject::queryInterface( const uno::Type& aType ) in queryInterface()3434 SwXTextGraphicObject::getTypes( ) throw(uno::RuntimeException) in getTypes()3453 uno::Sequence< sal_Int8 > SAL_CALL SwXTextGraphicObject::getImplementationId( ) throw(uno::Runtime… in getImplementationId()3466 void SwXTextGraphicObject::attach(const uno::Reference< text::XTextRange > & xTextRange) throw( lan… in attach()3471 uno::Reference< text::XTextRange > SwXTextGraphicObject::getAnchor(void) throw( uno::RuntimeExcept… in getAnchor()[all …]
343 SwXTextGraphicObject* pGraphic = new SwXTextGraphicObject( pDoc ); in MakeInstance()782 typedef SwXTextGraphicObject core_frame_t;1073 return new SwXTextGraphicObject(rFmt); in GetObject()
221 SwXTextGraphicObject& rGraphicRef ) : in SwFrameEventDescriptor()
34 class SwXTextGraphicObject;79 SwFrameEventDescriptor( SwXTextGraphicObject& rGraphicRef );
242 class SwXTextGraphicObject : public SwXTextGraphicObjectBaseClass, class246 virtual ~SwXTextGraphicObject();248 SwXTextGraphicObject( SwDoc *pDoc );249 SwXTextGraphicObject(SwFrmFmt& rFmt);
173 sw.SwXTextGraphicObject::com::sun::star::text::BaseFrameProperties196 sw.SwXTextGraphicObject::com::sun::star::beans::XPropertySet
88 -o sw.SwXTextGraphicObject
44 public class SwXTextGraphicObject extends TestCase { class
588 … uno::Reference< text::XTextContent > xFrm = new SwXTextGraphicObject((SwFrmFmt&)*pFmt); in getSelection()