Lines Matching refs:SwXText

86 class SwXText::Impl
90 SwXText & m_rThis;
96 Impl( SwXText & rThis, in Impl()
134 SwXText::SwXText(SwDoc *const pDoc, const enum CursorType eType) in SwXText() function in SwXText
135 : m_pImpl( new SwXText::Impl(*this, pDoc, eType) ) in SwXText()
141 SwXText::~SwXText() in ~SwXText()
149 const SwDoc * SwXText::GetDoc() const in GetDoc()
153 SwDoc * SwXText::GetDoc() in GetDoc()
158 bool SwXText::IsValid() const in IsValid()
163 void SwXText::Invalidate() in Invalidate()
168 void SwXText::SetDoc(SwDoc *const pDoc) in SetDoc()
177 SwXText::PrepareForAttach(uno::Reference< text::XTextRange > &, const SwPaM &) in PrepareForAttach()
181 bool SwXText::CheckForOwnMemberMeta(const SwPaM &, const bool) in CheckForOwnMemberMeta()
188 const SwStartNode *SwXText::GetStartNode() const in GetStartNode()
194 SwXText::CreateCursor() throw (uno::RuntimeException) in CreateCursor()
212 SwXText::queryInterface(const uno::Type& rType) throw (uno::RuntimeException) in queryInterface()
285 SwXText::getTypes() throw (uno::RuntimeException) in getTypes()
307 SwXText::insertString(const uno::Reference< text::XTextRange >& xTextRange, in insertString()
414 SwXText::insertControlCharacter( in insertControlCharacter()
530 SwXText::insertTextContent( in insertTextContent()
654 SwXText::insertTextContentBefore( in insertTextContentBefore()
718 SwXText::insertTextContentAfter( in insertTextContentAfter()
779 SwXText::removeTextContentBefore( in removeTextContentBefore()
835 SwXText::removeTextContentAfter( in removeTextContentAfter()
892 SwXText::removeTextContent( in removeTextContent()
910 SwXText::getText() throw (uno::RuntimeException) in getText()
922 SwXText::getStart() throw (uno::RuntimeException) in getStart()
941 SwXText::getEnd() throw (uno::RuntimeException) in getEnd()
960 OUString SAL_CALL SwXText::getString() throw (uno::RuntimeException) in getString()
978 SwXText::setString(const OUString& rString) throw (uno::RuntimeException) in setString()
1046 bool SwXText::Impl::CheckForOwnMember( in CheckForOwnMember()
1093 SwXText::Impl::ComparePositions( in ComparePositions()
1136 SwXText::compareRegionStarts( in compareRegionStarts()
1156 SwXText::compareRegionEnds( in compareRegionEnds()
1177 SwXText::getPropertySetInfo() throw(uno::RuntimeException) in getPropertySetInfo()
1190 SwXText::setPropertyValue(const ::rtl::OUString& /*aPropertyName*/, in setPropertyValue()
1202 SwXText::getPropertyValue( in getPropertyValue()
1261 SwXText::addPropertyChangeListener( in addPropertyChangeListener()
1274 SwXText::removePropertyChangeListener( in removePropertyChangeListener()
1287 SwXText::addVetoableChangeListener( in addVetoableChangeListener()
1300 SwXText::removeVetoableChangeListener( in removeVetoableChangeListener()
1313 const uno::Sequence< sal_Int8 > & SwXText::getUnoTunnelId() in getUnoTunnelId()
1322 SwXText::getSomething(const uno::Sequence< sal_Int8 >& rId) in getSomething()
1325 return ::sw::UnoTunnelImpl<SwXText>(rId, this); in getSomething()
1332 SwXText::appendParagraph( in appendParagraph()
1344 SwXText::finishParagraph( in finishParagraph()
1357 SwXText::Impl::finishOrAppendParagraph( in finishOrAppendParagraph()
1462 SwXText::appendTextPortion( in appendTextPortion()
1567 SwXText::appendTextContent( in appendTextContent()
1628 SwXText::convertToTextFrame( in convertToTextFrame()
1859 void SwXText::Impl::ConvertCell( in ConvertCell()
2236 SwXText::convertToTable( in convertToTable()
2371 SwXText::copyText( in copyText()
2402 : SwXText(pDoc, CURSOR_BODY) in SwXBodyText()
2467 aRet = SwXText::queryInterface( rType ); in queryAggregation()
2483 const uno::Sequence< uno::Type > aTextTypes = SwXText::getTypes(); in getTypes()
2509 const uno::Any ret = SwXText::queryInterface(rType); in queryInterface()
2733 : SwXText(rHeadFootFmt.GetDoc(), in SwXHeadFootText()
2809 const uno::Sequence< uno::Type > aTextTypes = SwXText::getTypes(); in getTypes()
2838 ? SwXText::queryInterface(rType) in queryInterface()