Home
last modified time | relevance | path

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

/aoo42x/main/ooxml/source/framework/SchemaParser/src/org/apache/openoffice/ooxml/schema/simple/
H A DSimpleTypeDescriptor.java33 maSubTypes = null; in SimpleTypeDescriptor()
49 maSubTypes = aSubTypes; in SetSubTypes()
57 return maSubTypes; in GetSubType()
76 for (final ISimpleTypeNode aSubType : maSubTypes) in Print()
85 private ISimpleTypeNode[] maSubTypes; field in SimpleTypeDescriptor
/aoo42x/main/sd/source/core/
H A DCustomAnimationPreset.cxx171 maSubTypes[ pEffect->getPresetSubType() ] = pEffect; in add()
178 if( maSubTypes.size() > 1 ) in getSubTypes()
180 EffectsSubTypeMap::iterator aIter( maSubTypes.begin() ); in getSubTypes()
181 const EffectsSubTypeMap::iterator aEnd( maSubTypes.end() ); in getSubTypes()
197 CustomAnimationEffectPtr pEffect = maSubTypes[strSubType]; in create()
/aoo42x/main/sd/inc/
H A DCustomAnimationPreset.hxx78 EffectsSubTypeMap maSubTypes; member in sd::CustomAnimationPreset

Completed in 26 milliseconds