Home
last modified time | relevance | path

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

/aoo4110/main/unotools/source/config/
H A Dconfigitem.cxx351 sal_Int32 nPropertiesSize ; // marks end of inner loop in impl_packLocalizedProperties() local
383 nPropertiesSize = lPropertyNames.getLength() ; in impl_packLocalizedProperties()
384 lProperties.realloc( nPropertiesSize ) ; in impl_packLocalizedProperties()
386 for( nPropertyCounter=0; nPropertyCounter<nPropertiesSize; ++nPropertyCounter ) in impl_packLocalizedProperties()
426 sal_Int32 nPropertiesSize ; // marks end of inner loop in impl_unpackLocalizedProperties() local
457 nPropertiesSize = lProperties.getLength() ; in impl_unpackLocalizedProperties()
459 if( (nDestinationCounter+nPropertiesSize) > lOutNames.getLength() ) in impl_unpackLocalizedProperties()
461 lOutNames.realloc ( nDestinationCounter+nPropertiesSize ); in impl_unpackLocalizedProperties()
462 lOutValues.realloc ( nDestinationCounter+nPropertiesSize ); in impl_unpackLocalizedProperties()
465 for( nPropertyCounter=0; nPropertyCounter<nPropertiesSize; ++nPropertyCounter ) in impl_unpackLocalizedProperties()

Completed in 26 milliseconds