Home
last modified time | relevance | path

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

/aoo41x/main/sw/source/core/bastyp/
H A Dswregion.cxx175 sal_uInt16 nCpy = Count(), nDel = 0; in Invert() local
179 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()
/aoo41x/main/xmlhelp/source/cxxhelp/provider/
H A Dresultsetforquery.cxx124 int nCpy = 1 + idx; in ResultSetForQuery() local
125 if( nCpy >= query.getLength() ) in ResultSetForQuery()

Completed in 20 milliseconds