Home
last modified time | relevance | path

Searched refs:GetTextRange (Results 1 – 5 of 5) sorted by relevance

/trunk/main/editeng/source/accessibility/
H A DAccessibleEditableTextPara.cxx183 return GetTextRange( 0, GetTextLen() ); in implGetText()
503 …String AccessibleEditableTextPara::GetTextRange( sal_Int32 nStartIndex, sal_Int32 nEndIndex ) SAL_… in GetTextRange() function in accessibility::AccessibleEditableTextPara
2014 Segment.SegmentText = GetTextRange(Segment.SegmentStart, Segment.SegmentEnd); in ExtendByField()
2021 Segment.SegmentText = GetTextRange(Segment.SegmentStart, Segment.SegmentEnd); in ExtendByField()
2073 aResult.SegmentText = GetTextRange(nStartIndex, nEndIndex); in getTextAtIndex()
2124 … aResult.SegmentText = GetTextRange( aResult.SegmentStart, aResult.SegmentEnd + nBulletLen); in getTextAtIndex()
2176 aResult.SegmentText = GetTextRange(nStartIndex, nEndIndex); in getTextBeforeIndex()
2190 aResult.SegmentText = GetTextRange(nStartIndex, nEndIndex); in getTextBeforeIndex()
2248 … aResult.SegmentText = GetTextRange( aResult.SegmentStart, aResult.SegmentEnd + nBulletLen); in getTextBeforeIndex()
2342 aResult.SegmentText = GetTextRange(nStartIndex, nEndIndex); in getTextBehindIndex()
[all …]
/trunk/main/svx/source/mnuctrls/
H A DSmartTagCtl.cxx85 const Reference<text::XTextRange>& xTextRange = mpSmartTagItem->GetTextRange(); in FillMenu()
190 mpSmartTagItem->GetTextRange(), in IMPL_LINK_INLINE_START()
/trunk/main/sw/source/core/unocore/
H A Dunodraw.cxx195 uno::Reference< text::XTextRange > & GetTextRange() in GetTextRange() function in SwShapeDescriptor_Impl
720 if( pDesc && (xRg = pDesc->GetTextRange()).is() ) in add()
1404 uno::Reference< text::XTextRange > & rRange = pImpl->GetTextRange(); in setPropertyValue()
1621 … aRet.setValue(&pImpl->GetTextRange(), ::getCppuType((uno::Reference<text::XTextRange>*)0)); in getPropertyValue()
2094 aRef = pImpl->GetTextRange(); in getAnchor()
/trunk/main/svx/inc/svx/
H A DSmartTagItem.hxx83 …const com::sun::star::uno::Reference<com::sun::star::text::XTextRange>& GetTextRange() const { ret… in GetTextRange() function in SvxSmartTagItem
/trunk/main/editeng/inc/editeng/
H A DAccessibleEditableTextPara.hxx351 …String GetTextRange( sal_Int32 nStartIndex, sal_Int32 nEndIndex ) SAL_THROW((::com::sun::star::uno…

Completed in 48 milliseconds