Searched refs:nCpy (Results 1 – 2 of 2) sorted by relevance
175 sal_uInt16 nCpy = Count(), nDel = 0; in Invert() local179 nCpy = aInvRegion.Count(); in Invert()182 memcpy( pData, aInvRegion.GetData(), nCpy * sizeof( SwRect )); in Invert()184 if( nCpy < aInvRegion.Count() ) in Invert()185 Insert( &aInvRegion, nCpy, nCpy ); in Invert()187 Remove( nCpy, nDel ); in Invert()
124 int nCpy = 1 + idx; in ResultSetForQuery() local125 if( nCpy >= query.getLength() ) in ResultSetForQuery()
Completed in 18 milliseconds