Searched refs:maAttributes (Results 1 – 13 of 13) sorted by relevance
60 maLastIter = maAttributes.end(); in FastAttributeList()69 maAttributes.clear(); in clear()71 maLastIter = maAttributes.end(); in clear()76 maAttributes[nToken] = rValue; in add()92 maLastIter = maAttributes.find( Token ); in hasAttribute()99 maLastIter = maAttributes.find( Token ); in getValueToken()101 if( maLastIter == maAttributes.end() ) in getValueToken()111 maLastIter = maAttributes.find( Token ); in getOptionalValueToken()113 if( maLastIter == maAttributes.end() ) in getOptionalValueToken()125 if( maLastIter == maAttributes.end() ) in getValue()[all …]
51 maAttributes = new Vector<INode>(); in AttributeNodeIterator()60 return maAttributes.iterator(); in iterator()77 maAttributes.add(aAttribute); in CollectAttributes()81 maAttributes.add(aAttributeReference); in CollectAttributes()86 maAttributes.add(aAttributeGroup); in CollectAttributes()92 maAttributes.add(aAttributeGroupReference); in CollectAttributes()111 private final Vector<INode> maAttributes; field in AttributeNodeIterator
51 maAttributes = new TreeSet<Attribute>(); in AttributeIterator()60 return maAttributes.iterator(); in iterator()77 maAttributes.add(aAttribute); in CollectAttributes()108 private final Set<Attribute> maAttributes; field in AttributeIterator
45 maAttributes = new Vector<>(); in Node()90 maAttributes.add(aAttribute); in AddAttribute()99 return maAttributes.size(); in GetAttributeCount()108 return maAttributes; in GetAttributes()170 private final Vector<INode> maAttributes; field in Node
47 maAttributes = aAttributes!=null in FiniteAutomaton()103 maAttributes, in CreateDFA()160 return maAttributes; in GetAttributes()167 private final Vector<Attribute> maAttributes; field in FiniteAutomaton
111 maAttributes.add(aAttribute); in ProcessAttributes()122 protected Vector<Attribute> maAttributes; field in CreatorBase
171 maAttributes = new Vector<>(); in CreateForComplexType()179 return new FiniteAutomaton(aStateContext, maAttributes, aComplexType.GetLocation()); in CreateForComplexType()
142 maAttributes = new Vector<>(); in CreateForComplexType()151 maAttributes, in CreateForComplexType()
74 if( !maAttributes.empty() ) in endFastElement()78 for(iter = maAttributes.begin(); iter != maAttributes.end(); iter++) in endFastElement()107 maAttributes.push_back( attr ); in endFastElement()
70 std::list< Attribute > maAttributes; member in oox::ppt::CommonBehaviorContext
56 maAttributes( rAttr ) in CachedBitmap()92 maAttributes ) ) in doRedraw()
70 const GraphicAttr maAttributes; member in vclcanvas::CachedBitmap
78 FastAttributeMap maAttributes; member in sax_fastparser::FastAttributeList
Completed in 55 milliseconds