Home
last modified time | relevance | path

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

/trunk/main/sax/source/tools/
H A Dfastattribs.cxx60 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 …]
/trunk/main/ooxml/source/framework/SchemaParser/src/org/apache/openoffice/ooxml/schema/iterator/
H A DAttributeNodeIterator.java51 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
H A DAttributeIterator.java51 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
/trunk/main/ooxml/source/framework/SchemaParser/src/org/apache/openoffice/ooxml/schema/model/base/
H A DNode.java45 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
/trunk/main/ooxml/source/framework/SchemaParser/src/org/apache/openoffice/ooxml/schema/automaton/
H A DFiniteAutomaton.java47 maAttributes = aAttributes!=null in FiniteAutomaton()
103 maAttributes, in CreateDFA()
160 return maAttributes; in GetAttributes()
167 private final Vector<Attribute> maAttributes; field in FiniteAutomaton
H A DCreatorBase.java111 maAttributes.add(aAttribute); in ProcessAttributes()
122 protected Vector<Attribute> maAttributes; field in CreatorBase
H A DNonValidatingCreator.java171 maAttributes = new Vector<>(); in CreateForComplexType()
179 return new FiniteAutomaton(aStateContext, maAttributes, aComplexType.GetLocation()); in CreateForComplexType()
H A DValidatingCreator.java142 maAttributes = new Vector<>(); in CreateForComplexType()
151 maAttributes, in CreateForComplexType()
/trunk/main/oox/source/ppt/
H A Dcommonbehaviorcontext.cxx74 if( !maAttributes.empty() ) in endFastElement()
78 for(iter = maAttributes.begin(); iter != maAttributes.end(); iter++) in endFastElement()
107 maAttributes.push_back( attr ); in endFastElement()
H A Dcommonbehaviorcontext.hxx70 std::list< Attribute > maAttributes; member in oox::ppt::CommonBehaviorContext
/trunk/main/canvas/source/vcl/
H A Dcachedbitmap.cxx56 maAttributes( rAttr ) in CachedBitmap()
92 maAttributes ) ) in doRedraw()
H A Dcachedbitmap.hxx70 const GraphicAttr maAttributes; member in vclcanvas::CachedBitmap
/trunk/main/sax/inc/sax/
H A Dfastattribs.hxx78 FastAttributeMap maAttributes; member in sax_fastparser::FastAttributeList

Completed in 36 milliseconds