Home
last modified time | relevance | path

Searched refs:HashSet (Results 1 – 25 of 38) sorted by relevance

12

/aoo42x/main/l10ntools/source/help/
H A DHelpCompiler.cxx104 HashSet HelpCompiler::switchFind(xmlDocPtr doc) in switchFind()
106 HashSet hs; in switchFind()
231 HashSet *hidlist;
235 HashSet extendedHelpText;
241 hidlist = new HashSet; in myparser()
387 HashSet::const_iterator aEnd = extendedHelpText.end(); in traverse()
388 for (HashSet::const_iterator iter = extendedHelpText.begin(); iter != aEnd; in traverse()
428 HashSet applications = switchFind(docResolvedOrg); in compile()
430 HashSet::const_iterator aEnd = applications.end(); in compile()
431 for (HashSet::const_iterator aI = applications.begin(); aI != aEnd; ++aI) in compile()
H A DHelpCompiler.hxx218 typedef std::vector<std::string> HashSet; typedef
230 HashSet *appl_hidlist;
235 HashSet *default_hidlist;
298 const std::string &entryName, const HashSet &bytesToAdd);
305 HashSet switchFind(xmlDocPtr doc);
H A DHelpIndexerTool.java29 import java.util.HashSet;
282 HashSet aCaptionFilesHashSet = new HashSet( aCaptionFilesList ); in indexDocs()
286 HashSet aContentFilesHashSet = new HashSet( aContentFilesList ); in indexDocs()
H A DHelpLinker.cxx250 HashSet helpFiles;
422 HashSet::iterator end = helpFiles.end(); in link()
423 for (HashSet::iterator iter = helpFiles.begin(); iter != end; ++iter) in link()
500 const HashSet *hidlist = streamTable.appl_hidlist; in link()
506 HashSet::const_iterator aEnd = hidlist->end(); in link()
507 for (HashSet::const_iterator hidListIter = hidlist->begin(); in link()
/aoo42x/main/scripting/java/org/openoffice/netbeans/modules/office/wizard/
H A DSelectPathPanel.java31 import java.util.HashSet;
102 private final Set listeners = new HashSet(1); // Set<ChangeListener>
116 it = new HashSet(listeners).iterator(); in fireChangeEvent()
/aoo42x/main/qadevOOo/tests/java/mod/_forms/
H A DOTimeModel.java33 import java.util.HashSet;
172 HashSet exclude = new HashSet(); in createTestEnvironment()
/aoo42x/main/connectivity/java/sdbc_postgresql/src/com/sun/star/sdbcx/comp/postgresql/
H A DPostgresqlConnection.java24 import java.util.HashSet;
45 private HashSet<XComponent> statements = new HashSet<>();
/aoo42x/main/reportbuilder/java/com/sun/star/report/pentaho/output/
H A DStyleUtilities.java34 import java.util.HashSet;
84 commonCollection, predefCollection, new HashSet()); in copyStyle()
481 styleFamily, new HashSet()); in deriveCommonStyle()
526 styleName, sectionName, propertyNamespace, propertyName, new HashSet()); in queryStyle()
/aoo42x/main/ooxml/source/framework/JavaOOXMLParser/src/org/apache/openoffice/ooxml/parser/
H A DAcceptingStateTable.java24 import java.util.HashSet;
38 maAcceptingStates = new HashSet<>(); in AcceptingStateTable()
H A DSkipStateTable.java24 import java.util.HashSet;
39 maSkipStates = new HashSet<>(); in SkipStateTable()
/aoo42x/main/ooxml/source/framework/JavaOOXMLParser/src/org/apache/openoffice/ooxml/parser/type/
H A DStringParser.java24 import java.util.HashSet;
40 maEnumeration = new HashSet<>(); in StringParser()
H A DNumberParser.java24 import java.util.HashSet;
91 maEnumeration = new HashSet<>(); in NumberParser()
/aoo42x/main/ooxml/source/framework/SchemaParser/src/org/apache/openoffice/ooxml/schema/automaton/
H A DCreatorBase.java25 import java.util.HashSet;
48 maElementSimpleTypes = new HashSet<>(); in CreatorBase()
H A DStateContext.java25 import java.util.HashSet;
47 maStates = new HashSet<>(); in StateContext()
H A DDFACreator.java26 import java.util.HashSet;
82 maDFATransitions = new HashSet<>(); in DFACreator()
/aoo42x/main/ooxml/source/framework/SchemaParser/src/org/apache/openoffice/ooxml/schema/model/optimize/
H A DSchemaOptimizer.java24 import java.util.HashSet;
52 maProcessedTypes = new HashSet<>(); in SchemaOptimizer()
/aoo42x/main/qadevOOo/tests/java/mod/_fwl/
H A DPathSettings.java35 import java.util.HashSet;
125 Set exclProps = new HashSet(); in createTestEnvironment()
/aoo42x/main/scripting/java/org/openoffice/netbeans/modules/office/actions/
H A DOfficeDocumentSupport.java31 import java.util.HashSet;
113 listeners = new HashSet(); in addChangeListener()
/aoo42x/main/reportbuilder/java/com/sun/star/report/pentaho/
H A DPentahoReportEngineMetaData.java34 import java.util.HashSet;
57 mandatoryParameters = new HashSet(); in PentahoReportEngineMetaData()
/aoo42x/main/ooxml/source/framework/SchemaParser/src/org/apache/openoffice/ooxml/schema/simple/
H A DStringNode.java24 import java.util.HashSet;
65 maEnumerationValueIds = new HashSet<>(); in ApplyRestriction()
/aoo42x/main/qadevOOo/runner/lib/
H A DParameters.java28 import java.util.HashSet;
62 Set paramSet = new HashSet(parameters.keySet()); in Parameters()
/aoo42x/main/ooxml/source/framework/JavaOOXMLParser/src/org/apache/openoffice/ooxml/parser/attribute/
H A DAttributeManager.java25 import java.util.HashSet;
134 final Set<AttributeDescriptor> aUsedAttributes = new HashSet<>(); in ParseAttributes()
/aoo42x/main/qadevOOo/tests/java/ifc/beans/
H A D_XMultiPropertySet.java27 import java.util.HashSet;
91 if (exclProps == null) exclProps = new HashSet(0); in before()
/aoo42x/main/qadevOOo/runner/util/
H A DXMLTools.java30 import java.util.HashSet ;
630 protected HashSet tagSet = new HashSet() ;
/aoo42x/main/ooxml/source/framework/SchemaParser/src/org/apache/openoffice/ooxml/schema/
H A DSchemaReader.java28 import java.util.HashSet;
80 maSchemaFiles = new HashSet<>(); in SchemaReader()

Completed in 557 milliseconds

12