Home
last modified time | relevance | path

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

/aoo41x/main/sw/source/core/doc/
H A Ddoclay.cxx1063 const sal_uInt32 nFlyIndex = pFlyPos->nNode.GetIndex(); in TstFlyRange() local
1069 bOk = (nPamStartIndex < nFlyIndex && nPamEndIndex > nFlyIndex) || in TstFlyRange()
1070 (((nPamStartIndex == nFlyIndex) && (pPaMStart->nContent.GetIndex() == 0)) && in TstFlyRange()
1071 (nPamEndIndex > nFlyIndex)); in TstFlyRange()
1076 bOk = (nPamStartIndex < nFlyIndex && in TstFlyRange()
1077 (( nPamEndIndex > nFlyIndex )|| in TstFlyRange()
1078 ((nPamEndIndex == nFlyIndex) && in TstFlyRange()
1081 (((nPamStartIndex == nFlyIndex) && in TstFlyRange()
1083 ((nPamEndIndex > nFlyIndex) || in TstFlyRange()

Completed in 36 milliseconds