Home
last modified time | relevance | path

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

/aoo42x/main/sw/source/core/doc/
H A Ddoclay.cxx1055 const sal_uInt32 nFlyIndex = pFlyPos->nNode.GetIndex(); in TstFlyRange() local
1061 bOk = (nPamStartIndex < nFlyIndex && nPamEndIndex > nFlyIndex) || in TstFlyRange()
1062 (((nPamStartIndex == nFlyIndex) && (pPaMStart->nContent.GetIndex() == 0)) && in TstFlyRange()
1063 (nPamEndIndex > nFlyIndex)); in TstFlyRange()
1068 bOk = (nPamStartIndex < nFlyIndex && in TstFlyRange()
1069 (( nPamEndIndex > nFlyIndex )|| in TstFlyRange()
1070 ((nPamEndIndex == nFlyIndex) && in TstFlyRange()
1073 (((nPamStartIndex == nFlyIndex) && in TstFlyRange()
1075 ((nPamEndIndex > nFlyIndex) || in TstFlyRange()

Completed in 61 milliseconds