Home
last modified time | relevance | path

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

/trunk/main/sc/source/filter/excel/
H A Dexcform.cxx1601 sal_Int16 nSkipEnd = -1; // skip all parameters <= nSkipEnd in DoMulArgs() local
1607 nSkipEnd = 0; // letzten Parameter bei Bedarf weglassen in DoMulArgs()
1630 while( nSkipEnd < nLastRemovable && in DoMulArgs()
1631 aPool.IsSingleOp( eParam[ nSkipEnd + 1 ], ocMissing ) ) in DoMulArgs()
1632 nSkipEnd++; in DoMulArgs()
1638 if( nLast > nSkipEnd ) in DoMulArgs()
1641 for( nLauf = nLast - 1 ; nLauf > nSkipEnd ; nLauf-- ) in DoMulArgs()

Completed in 19 milliseconds