Searched refs:SwXTextRanges (Results 1 – 8 of 8) sorted by relevance
1558 class SwXTextRanges::Impl1600 void SwXTextRanges::Impl::MakeRanges() in MakeRanges()1621 const SwUnoCrsr* SwXTextRanges::GetCursor() const in GetCursor()1626 SwXTextRanges::SwXTextRanges(SwPaM *const pPaM) in SwXTextRanges() function in SwXTextRanges1627 : m_pImpl( new SwXTextRanges::Impl(pPaM) ) in SwXTextRanges()1631 SwXTextRanges::~SwXTextRanges() in ~SwXTextRanges()1635 const uno::Sequence< sal_Int8 > & SwXTextRanges::getUnoTunnelId() in getUnoTunnelId()1642 SwXTextRanges::getSomething(const uno::Sequence< sal_Int8 >& rId) in getSomething()1645 return ::sw::UnoTunnelImpl<SwXTextRanges>(rId, this); in getSomething()1688 uno::Any SAL_CALL SwXTextRanges::getByIndex(sal_Int32 nIndex) in getByIndex()[all …]
1 "SwXTextRanges";"com::sun::star::container::XIndexAccess";"getCount()"2 "SwXTextRanges";"com::sun::star::container::XIndexAccess";"getByIndex()"3 "SwXTextRanges";"com::sun::star::container::XElementAccess";"getElementType()"4 "SwXTextRanges";"com::sun::star::container::XElementAccess";"hasElements()"
283 class SwXTextRanges class292 virtual ~SwXTextRanges();296 SwXTextRanges(SwPaM *const pCrsr);
51 public class SwXTextRanges extends TestCase { class
303 SwXTextRanges* pPosN = 0; in select()319 …0 != (pPosN = reinterpret_cast<SwXTextRanges*>(xIfcTunnel->getSomething(SwXTextRanges::getUnoTunne… in select()562 uno::Reference< container::XIndexAccess > xPos = new SwXTextRanges(rSh.GetCrsr()); in getSelection()
1010 xRet = new SwXTextRanges( (nResult) ? pResultCrsr : 0 ); in findAll()
93 -o sw.SwXTextRanges
238 job240=sw.SwXTextRanges
Completed in 81 milliseconds