Home
last modified time | relevance | path

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

/aoo4110/main/sw/source/ui/uno/
H A Dunotxdoc.cxx1007 if(!pResultCrsr) in findAll()
1010 xRet = new SwXTextRanges( (nResult) ? pResultCrsr : 0 ); in findAll()
1011 delete pResultCrsr; in findAll()
1025 if(!pResultCrsr) in findFirst()
1032 *pResultCrsr->GetPoint()); in findFirst()
1033 xRet = *new SwXTextCursor(xParent, *pResultCrsr); in findFirst()
1034 delete pResultCrsr; in findFirst()
1052 if(!pResultCrsr) in findNext()
1059 *pResultCrsr->GetPoint()); in findNext()
1061 xRet = *new SwXTextCursor(xParent, *pResultCrsr); in findNext()
[all …]

Completed in 40 milliseconds