Home
last modified time | relevance | path

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

/aoo41x/main/sd/source/core/
H A DCustomAnimationPreset.cxx176 UStringList aSubTypes; in getSubTypes() local
183 aSubTypes.push_back( (*aIter++).first ); in getSubTypes()
186 return aSubTypes; in getSubTypes()
650 UStringList aSubTypes = pPreset->getSubTypes(); in getRandomPreset() local
653 if( !aSubTypes.empty() ) in getRandomPreset()
655 sal_Int32 nSubType = (rand() * aSubTypes.size() / RAND_MAX); in getRandomPreset()
656 aSubType = aSubTypes[nSubType]; in getRandomPreset()
/aoo41x/main/sd/source/ui/animations/
H A DCustomAnimationDialog.cxx163 UStringList aSubTypes( pDescriptor->getSubTypes() ); in setValue() local
164 UStringList::iterator aIter( aSubTypes.begin() ); in setValue()
165 const UStringList::iterator aEnd( aSubTypes.end() ); in setValue()

Completed in 29 milliseconds