Searched refs:GetTextRange (Results 1 – 5 of 5) sorted by relevance
/aoo4110/main/editeng/source/accessibility/ |
H A D | AccessibleEditableTextPara.cxx | 183 return GetTextRange( 0, GetTextLen() ); in implGetText() 503 …String AccessibleEditableTextPara::GetTextRange( sal_Int32 nStartIndex, sal_Int32 nEndIndex ) SAL_… in GetTextRange() function in accessibility::AccessibleEditableTextPara 2013 Segment.SegmentText = GetTextRange(Segment.SegmentStart, Segment.SegmentEnd); in ExtendByField() 2020 Segment.SegmentText = GetTextRange(Segment.SegmentStart, Segment.SegmentEnd); in ExtendByField() 2072 aResult.SegmentText = GetTextRange(nStartIndex, nEndIndex); in getTextAtIndex() 2123 … aResult.SegmentText = GetTextRange( aResult.SegmentStart, aResult.SegmentEnd + nBulletLen); in getTextAtIndex() 2175 aResult.SegmentText = GetTextRange(nStartIndex, nEndIndex); in getTextBeforeIndex() 2189 aResult.SegmentText = GetTextRange(nStartIndex, nEndIndex); in getTextBeforeIndex() 2247 … aResult.SegmentText = GetTextRange( aResult.SegmentStart, aResult.SegmentEnd + nBulletLen); in getTextBeforeIndex() 2341 aResult.SegmentText = GetTextRange(nStartIndex, nEndIndex); in getTextBehindIndex() [all …]
|
/aoo4110/main/svx/source/mnuctrls/ |
H A D | SmartTagCtl.cxx | 85 const Reference<text::XTextRange>& xTextRange = mpSmartTagItem->GetTextRange(); in FillMenu() 190 mpSmartTagItem->GetTextRange(), in IMPL_LINK_INLINE_START()
|
/aoo4110/main/sw/source/core/unocore/ |
H A D | unodraw.cxx | 197 uno::Reference< text::XTextRange > & GetTextRange() in GetTextRange() function in SwShapeDescriptor_Impl 722 if( pDesc && (xRg = pDesc->GetTextRange()).is() ) in add() 1406 uno::Reference< text::XTextRange > & rRange = pImpl->GetTextRange(); in setPropertyValue() 1623 … aRet.setValue(&pImpl->GetTextRange(), ::getCppuType((uno::Reference<text::XTextRange>*)0)); in getPropertyValue() 2096 aRef = pImpl->GetTextRange(); in getAnchor()
|
/aoo4110/main/svx/inc/svx/ |
H A D | SmartTagItem.hxx | 83 …const com::sun::star::uno::Reference<com::sun::star::text::XTextRange>& GetTextRange() const { ret… in GetTextRange() function in SvxSmartTagItem
|
/aoo4110/main/editeng/inc/editeng/ |
H A D | AccessibleEditableTextPara.hxx | 351 …String GetTextRange( sal_Int32 nStartIndex, sal_Int32 nEndIndex ) SAL_THROW((::com::sun::star::uno…
|
Completed in 41 milliseconds