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.cxx229 sal_uInt16 nLen, nCurArrPos; member
243 if( ++nCurArrPos >= aArr.Count() ) in Inc()
244 nCurArrPos = (bEndLess && !bIsAutoText )? 0 : nCurArrPos-1; in Inc()
248 if( 0 == nCurArrPos-- ) in Dec()
249 nCurArrPos = (bEndLess && !bIsAutoText ) ? aArr.Count()-1 : 0; in Dec()
2477 String sFnd( *aTmpQHD.aArr[ aTmpQHD.nCurArrPos ] ); in KeyInput()
5560 nCurArrPos = rCpy.nCurArrPos; in Move()
5577 nLen = nCurArrPos = 0; in ClearCntnt()
5596 nCurArrPos = 0; in Start()
5607 *aArr[ nCurArrPos ], in Start()
[all …]

Completed in 24 milliseconds