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.cxx231 sal_uInt16 nLen, nCurArrPos; member
245 if( ++nCurArrPos >= aArr.Count() ) in Inc()
246 nCurArrPos = (bEndLess && !bIsAutoText )? 0 : nCurArrPos-1; in Inc()
250 if( 0 == nCurArrPos-- ) in Dec()
251 nCurArrPos = (bEndLess && !bIsAutoText ) ? aArr.Count()-1 : 0; in Dec()
2479 String sFnd( *aTmpQHD.aArr[ aTmpQHD.nCurArrPos ] ); in KeyInput()
5562 nCurArrPos = rCpy.nCurArrPos; in Move()
5579 nLen = nCurArrPos = 0; in ClearCntnt()
5598 nCurArrPos = 0; in Start()
5609 *aArr[ nCurArrPos ], in Start()
[all …]

Completed in 30 milliseconds