Home
last modified time | relevance | path

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

/aoo42x/main/comphelper/source/property/
H A Dpropagg.cxx91 sal_Int32 nMPLoop = 0; in OPropertyArrayAggregationHelper() local
92 for ( ; nMPLoop < nDelegatorProps; ++nMPLoop, ++pDelegateProps ) in OPropertyArrayAggregationHelper()
94 m_aPropertyAccessors[ pDelegateProps->Handle ] = OPropertyAccessor( -1, nMPLoop, sal_False ); in OPropertyArrayAggregationHelper()
103 for ( ; nMPLoop < nMergedProps; ++pAggregateProps ) in OPropertyArrayAggregationHelper()
127 for ( sal_Int32 nCheck = 0; nCheck < nMPLoop; ++nCheck, ++pPropsTilNow ) in OPropertyArrayAggregationHelper()
136 m_aPropertyAccessors[ nHandle ] = OPropertyAccessor( pMergedProps->Handle, nMPLoop, sal_True ); in OPropertyArrayAggregationHelper()
139 ++nMPLoop; in OPropertyArrayAggregationHelper()
151 for ( nMPLoop = 0; nMPLoop < nMergedProps; ++nMPLoop, ++pMergedProps ) in OPropertyArrayAggregationHelper()
152 m_aPropertyAccessors[ pMergedProps->Handle ].nPos = nMPLoop; in OPropertyArrayAggregationHelper()

Completed in 12 milliseconds