Home
last modified time | relevance | path

Searched refs:aNextPos (Results 1 – 2 of 2) sorted by last modified time

/trunk/main/sw/source/ui/index/
H A Dcnttab.cxx3654 Point aNextPos = pCtrl->GetPosPixel(); in AdjustPositions() local
3655 aNextPos.X() += pCtrl->GetSizePixel().Width(); in AdjustPositions()
3658 pCtrl->SetPosPixel(aNextPos); in AdjustPositions()
3659 aNextPos.X() += pCtrl->GetSizePixel().Width(); in AdjustPositions()
/trunk/main/sw/source/core/doc/
H A Ddoctxm.cxx250 CompareNodeCntnt aNextPos( ULONG_MAX, STRING_NOTFOUND ); in GotoTOXMark() local
312 if ( (aAbsNew > aAbsIdx && aAbsNew < aNextPos && in GotoTOXMark()
313 aNextPos != aAbsIdx && aAbsNew != aAbsIdx ) || in GotoTOXMark()
317 (pNew && (aNextPos > aAbsIdx || in GotoTOXMark()
319 (aNextPos == aAbsNew && aAbsIdx != aAbsNew && in GotoTOXMark()
323 aNextPos = aAbsNew; in GotoTOXMark()

Completed in 40 milliseconds