| /trunk/main/sax/source/tools/ |
| H A D | fastattribs.cxx | 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() 93 return ( maLastIter != maAttributes.end() ) ? sal_True : sal_False; in hasAttribute() 98 if( ( maLastIter == maAttributes.end() ) || ( ( *maLastIter ).first != Token ) ) in getValueToken() 99 maLastIter = maAttributes.find( Token ); in getValueToken() 101 if( maLastIter == maAttributes.end() ) in getValueToken() 110 if( ( maLastIter == maAttributes.end() ) || ( ( *maLastIter ).first != Token ) ) in getOptionalValueToken() [all …]
|
| /trunk/main/ooxml/source/framework/SchemaParser/src/org/apache/openoffice/ooxml/schema/iterator/ |
| H A D | AttributeNodeIterator.java | 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
|
| H A D | AttributeIterator.java | 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
|
| /trunk/main/ooxml/source/framework/SchemaParser/src/org/apache/openoffice/ooxml/schema/model/base/ |
| H A D | Node.java | 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
|
| /trunk/main/ooxml/source/framework/SchemaParser/src/org/apache/openoffice/ooxml/schema/automaton/ |
| H A D | FiniteAutomaton.java | 47 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 D | CreatorBase.java | 111 maAttributes.add(aAttribute); in ProcessAttributes() 122 protected Vector<Attribute> maAttributes; field in CreatorBase
|
| H A D | NonValidatingCreator.java | 171 maAttributes = new Vector<>(); in CreateForComplexType() 179 return new FiniteAutomaton(aStateContext, maAttributes, aComplexType.GetLocation()); in CreateForComplexType()
|
| H A D | ValidatingCreator.java | 142 maAttributes = new Vector<>(); in CreateForComplexType() 151 maAttributes, in CreateForComplexType()
|
| /trunk/main/oox/source/ppt/ |
| H A D | commonbehaviorcontext.cxx | 74 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 D | commonbehaviorcontext.hxx | 70 std::list< Attribute > maAttributes; member in oox::ppt::CommonBehaviorContext
|
| /trunk/main/canvas/source/vcl/ |
| H A D | cachedbitmap.cxx | 56 maAttributes( rAttr ) in CachedBitmap() 92 maAttributes ) ) in doRedraw()
|
| H A D | cachedbitmap.hxx | 70 const GraphicAttr maAttributes; member in vclcanvas::CachedBitmap
|
| /trunk/main/sax/inc/sax/ |
| H A D | fastattribs.hxx | 78 FastAttributeMap maAttributes; member in sax_fastparser::FastAttributeList
|