Searched refs:aNextPos (Results 1 – 2 of 2) sorted by relevance
250 CompareNodeCntnt aNextPos( ULONG_MAX, STRING_NOTFOUND ); in GotoTOXMark() local312 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()
3654 Point aNextPos = pCtrl->GetPosPixel(); in AdjustPositions() local3655 aNextPos.X() += pCtrl->GetSizePixel().Width(); in AdjustPositions()3658 pCtrl->SetPosPixel(aNextPos); in AdjustPositions()3659 aNextPos.X() += pCtrl->GetSizePixel().Width(); in AdjustPositions()
Completed in 44 milliseconds