Home
last modified time | relevance | path

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

/trunk/main/sw/source/core/layout/
H A Dsortedobjsimpl.cxx125 const SwPosition* pCntntAnchorListed = pAnchorListed->GetCntntAnchor(); in operator ()() local
127 if ( pCntntAnchorListed && pCntntAnchorNew && in operator ()()
128 pCntntAnchorListed->nNode != pCntntAnchorNew->nNode ) in operator ()()
130 return pCntntAnchorListed->nNode < pCntntAnchorNew->nNode; in operator ()()
139 pCntntAnchorListed && pCntntAnchorNew ) in operator ()()
141 if ( pCntntAnchorListed->nContent != pCntntAnchorNew->nContent ) in operator ()()
143 return pCntntAnchorListed->nContent < pCntntAnchorNew->nContent; in operator ()()

Completed in 11 milliseconds