Home
last modified time | relevance | path

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

/trunk/main/sw/source/ui/docvw/
H A Dedtwin.cxx228 sal_uInt16 nLen, nCurArrPos; member
242 if( ++nCurArrPos >= aArr.Count() ) in Inc()
243 nCurArrPos = (bEndLess && !bIsAutoText )? 0 : nCurArrPos-1; in Inc()
247 if( 0 == nCurArrPos-- ) in Dec()
248 nCurArrPos = (bEndLess && !bIsAutoText ) ? aArr.Count()-1 : 0; in Dec()
2476 String sFnd( *aTmpQHD.aArr[ aTmpQHD.nCurArrPos ] ); in KeyInput()
5559 nCurArrPos = rCpy.nCurArrPos; in Move()
5576 nLen = nCurArrPos = 0; in ClearCntnt()
5595 nCurArrPos = 0; in Start()
5606 *aArr[ nCurArrPos ], in Start()
[all …]