Searched refs:pResultCrsr (Results 1 – 1 of 1) sorted by relevance
| /trunk/main/sw/source/ui/uno/ |
| H A D | unotxdoc.cxx | 1006 SwUnoCrsr* pResultCrsr = FindAny(xDesc, xCrsr, sal_True, nResult, xTmp); in findAll() local 1007 if(!pResultCrsr) in findAll() 1010 xRet = new SwXTextRanges( (nResult) ? pResultCrsr : 0 ); in findAll() 1011 delete pResultCrsr; in findAll() 1024 SwUnoCrsr* pResultCrsr = FindAny(xDesc, xCrsr, sal_False, nResult, xTmp); in findFirst() local 1025 if(!pResultCrsr) in findFirst() 1032 *pResultCrsr->GetPoint()); in findFirst() 1033 xRet = *new SwXTextCursor(xParent, *pResultCrsr); in findFirst() 1034 delete pResultCrsr; in findFirst() 1051 SwUnoCrsr* pResultCrsr = FindAny(xDesc, xCrsr, sal_False, nResult, xStartAt); in findNext() local [all …]
|