Home
last modified time | relevance | path

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

/trunk/main/unotools/source/config/
H A Ddynamicmenuoptions.cxx780 …sal_Int32 nDestinationStep = lDestination.getLength() ; // start on end of current list … in impl_SortAndExpandPropertyNames() local
782 …lDestination.realloc( (nSourceCount*PROPERTYCOUNT)+nDestinationStep ); // get enough memory for co… in impl_SortAndExpandPropertyNames()
804 lDestination[nDestinationStep] = sFixPath ; in impl_SortAndExpandPropertyNames()
805 lDestination[nDestinationStep] += PROPERTYNAME_URL ; in impl_SortAndExpandPropertyNames()
806 ++nDestinationStep; in impl_SortAndExpandPropertyNames()
807 lDestination[nDestinationStep] = sFixPath ; in impl_SortAndExpandPropertyNames()
808 lDestination[nDestinationStep] += PROPERTYNAME_TITLE ; in impl_SortAndExpandPropertyNames()
809 ++nDestinationStep; in impl_SortAndExpandPropertyNames()
810 lDestination[nDestinationStep] = sFixPath ; in impl_SortAndExpandPropertyNames()
811 lDestination[nDestinationStep] += PROPERTYNAME_IMAGEIDENTIFIER ; in impl_SortAndExpandPropertyNames()
[all …]