Home
last modified time | relevance | path

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

/trunk/main/sw/source/ui/vba/
H A Dvbarangehelper.cxx150 sal_Bool canGo = sal_True; in getPosition() local
152 while( nCompareValue !=0 && canGo ) in getPosition()
154 canGo = xCursor->goRight( 1, sal_False ); in getPosition()
160 if( !canGo && nCompareValue != 0 ) in getPosition()

Completed in 15 milliseconds