Home
last modified time | relevance | path

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

/trunk/main/sw/source/core/unocore/
H A Dunochart.cxx1103 sal_Int32 nNumDS_LDS = aDS_LDS.getLength(); in detectArguments() local
1105 if (nNumDS_LDS == 0) in detectArguments()
1120 uno::Sequence< sal_Int32 > aSequenceMapping( nNumDS_LDS ); in detectArguments()
1131 for (sal_Int32 nDS1 = 0; nDS1 < nNumDS_LDS; ++nDS1) in detectArguments()
1379 DBG_ASSERT( aSortedMapping.getLength() == nNumDS_LDS, "unexpected size of sequence" ); in detectArguments()
1381 for (sal_Int32 i = 0; i < nNumDS_LDS; ++i) in detectArguments()
1383 sal_Int32 *pIt = std::find( pSortedMapping, pSortedMapping + nNumDS_LDS, in detectArguments()
1403 for (k = nNumDS_LDS - 1; k >= 0; --k) in detectArguments()

Completed in 29 milliseconds