Home
last modified time | relevance | path

Searched refs:SwXTextFrame (Results 1 – 13 of 13) sorted by relevance

/AOO41X/main/qadevOOo/objdsc/sw/
H A Dcom.sun.star.comp.office.SwXTextFrame.csv1 "SwXTextFrame";"com::sun::star::lang::XComponent";"dispose()"
2 "SwXTextFrame";"com::sun::star::lang::XComponent";"addEventListener()"
3 "SwXTextFrame";"com::sun::star::lang::XComponent";"removeEventListener()"
4 "SwXTextFrame";"com::sun::star::text::BaseFrame";"FrameStyleName"
5 "SwXTextFrame";"com::sun::star::drawing::XShapeDescriptor#optional";"getShapeType()"
6 "SwXTextFrame";"com::sun::star::text::TextContent";"AnchorType#optional"
7 "SwXTextFrame";"com::sun::star::text::TextContent";"AnchorTypes#optional"
8 "SwXTextFrame";"com::sun::star::text::TextContent";"TextWrap#optional"
9 "SwXTextFrame";"com::sun::star::text::XTextFrame";"getText()"
10 "SwXTextFrame";"com::sun::star::text::TextFrame";"FrameHeightAbsolute"
[all …]
/AOO41X/main/sw/source/core/unocore/
H A Dunoframe.cxx2166 ((SwXTextFrame*)this)->SetDoc( bIsDescriptor ? m_pDoc : GetFrmFmt()->GetDoc() ); in attachToRange()
2452 SwXTextFrame::SwXTextFrame( SwDoc *_pDoc ) : in SwXTextFrame() function in SwXTextFrame
2458 SwXTextFrame::SwXTextFrame(SwFrmFmt& rFmt) : in SwXTextFrame() function in SwXTextFrame
2465 SwXTextFrame::~SwXTextFrame() in ~SwXTextFrame()
2469 void SAL_CALL SwXTextFrame::acquire( )throw() in acquire()
2474 void SAL_CALL SwXTextFrame::release( )throw() in release()
2479 ::uno::Any SAL_CALL SwXTextFrame::queryInterface( const uno::Type& aType ) in queryInterface()
2490 uno::Sequence< uno::Type > SAL_CALL SwXTextFrame::getTypes( ) throw(uno::RuntimeException) in getTypes()
2515 uno::Sequence< sal_Int8 > SAL_CALL SwXTextFrame::getImplementationId( ) throw(uno::RuntimeExceptio… in getImplementationId()
2528 uno::Reference< text::XText > SwXTextFrame::getText(void) throw( uno::RuntimeException ) in getText()
[all …]
H A Dunocoll.cxx338 SwXTextFrame* pTextFrame = new SwXTextFrame( pDoc ); in MakeInstance()
776 typedef SwXTextFrame core_frame_t;
1073 return new SwXTextFrame(rFmt); in GetObject()
H A Dunoevent.cxx212 SwXTextFrame& rFrameRef ) : in SwFrameEventDescriptor()
H A Dunoobj2.cxx1233 SwXTextFrame* pFrame = SwIterator<SwXTextFrame,SwFmt>::FirstElement( *pFmt ); in CreateParentXText()
1234 xParentText = pFrame ? pFrame : new SwXTextFrame( *pFmt ); in CreateParentXText()
H A Dunocrsrhelper.cxx420 … uno::Reference< XTextFrame > xFrm = (SwXTextFrame*) SwXFrames::GetObject(*pFmt, FLYCNTTYPE_FRM); in getCrsrPropertyValue()
H A Dunotext.cxx1744 SwXTextFrame *const pNewFrame = new SwXTextFrame(m_pImpl->m_pDoc); in convertToTextFrame()
/AOO41X/main/sw/inc/
H A Dunoevent.hxx33 class SwXTextFrame;
78 SwFrameEventDescriptor( SwXTextFrame& rFrameRef );
H A Dunoframe.hxx165 class SwXTextFrame : public SwXTextFrameBaseClass, class
179 virtual ~SwXTextFrame();
181 SwXTextFrame(SwDoc *pDoc);
182 SwXTextFrame(SwFrmFmt& rFmt);
/AOO41X/main/sw/qa/unoapi/
H A Dknownissues.xcl147 sw.SwXTextFrame::com::sun::star::text::BaseFrameProperties
197 sw.SwXTextFrame::com::sun::star::beans::XPropertySet
H A Dsw.sce86 -o sw.SwXTextFrame
/AOO41X/main/qadevOOo/tests/java/mod/_sw/
H A DSwXTextFrame.java51 public class SwXTextFrame extends TestCase { class
/AOO41X/main/sw/source/ui/uno/
H A Dunotxvw.cxx583 … uno::Reference< text::XTextFrame > xFrm = new SwXTextFrame((SwFrmFmt&)*pFmt); in getSelection()