Home
last modified time | relevance | path

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

/trunk/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()
/trunk/main/ooxml/source/framework/SchemaParser/src/org/apache/openoffice/ooxml/schema/simple/
H A DSimpleTypeDescriptor.java47 public void SetSubTypes (final ISimpleTypeNode[] aSubTypes) in SetSubTypes() argument
49 maSubTypes = aSubTypes; in SetSubTypes()
/trunk/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 31 milliseconds