Home
last modified time | relevance | path

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

/aoo4110/main/l10ntools/source/help/
H A DHelpCompiler.cxx105 HashSet HelpCompiler::switchFind(xmlDocPtr doc) in switchFind()
107 HashSet hs; in switchFind()
232 HashSet *hidlist;
236 HashSet extendedHelpText;
242 hidlist = new HashSet; in myparser()
388 HashSet::const_iterator aEnd = extendedHelpText.end(); in traverse()
389 for (HashSet::const_iterator iter = extendedHelpText.begin(); iter != aEnd; in traverse()
429 HashSet applications = switchFind(docResolvedOrg); in compile()
431 HashSet::const_iterator aEnd = applications.end(); in compile()
432 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()
/aoo4110/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()
H A DInstallationPathIterator.java32 import java.util.HashSet;
H A DParcelPropertiesPanel.java33 import java.util.HashSet;
H A DJavaScriptIterator.java30 import java.util.HashSet;
H A DParcelContentsIterator.java31 import java.util.HashSet;
/aoo4110/main/qadevOOo/tests/java/mod/_forms/
H A DOTimeModel.java33 import java.util.HashSet;
172 HashSet exclude = new HashSet(); in createTestEnvironment()
H A DGenericModelTest.java488 java.util.HashSet exclude = new java.util.HashSet(); in createTestEnvironment()
/aoo4110/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()
/aoo4110/main/qadevOOo/tests/java/mod/_fwl/
H A DPathSettings.java35 import java.util.HashSet;
125 Set exclProps = new HashSet(); in createTestEnvironment()
/aoo4110/main/scripting/java/org/openoffice/netbeans/modules/office/actions/
H A DOfficeDocumentSupport.java31 import java.util.HashSet;
113 listeners = new HashSet(); in addChangeListener()
H A DParcelDescriptorParserSupport.java89 listeners = new HashSet(); in addChangeListener()
/aoo4110/main/reportbuilder/java/com/sun/star/report/pentaho/
H A DPentahoReportEngineMetaData.java34 import java.util.HashSet;
57 mandatoryParameters = new HashSet(); in PentahoReportEngineMetaData()
/aoo4110/main/qadevOOo/runner/lib/
H A DParameters.java28 import java.util.HashSet;
62 Set paramSet = new HashSet(parameters.keySet()); in Parameters()
/aoo4110/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()
H A D_XFastPropertySet.java72 exclude = new java.util.HashSet() ; in before()
/aoo4110/main/qadevOOo/runner/util/
H A DXMLTools.java30 import java.util.HashSet ;
630 protected HashSet tagSet = new HashSet() ;
/aoo4110/main/javaunohelper/com/sun/star/lib/uno/helper/
H A DPropertySetMixin.java63 import java.util.HashSet;
154 initProperties(ifc, map, handleNames, new HashSet()); in PropertySetMixin()
603 XTypeDescription type, HashMap map, ArrayList handleNames, HashSet seen) in initProperties()
/aoo4110/main/comphelper/qa/complex/comphelper/
H A DMap.java49 import java.util.HashSet;
417 Set set = new HashSet(); in impl_verifyEnumerationContent()
/aoo4110/main/reportbuilder/java/com/sun/star/report/pentaho/output/spreadsheet/
H A DSpreadsheetRawReportTarget.java47 import java.util.HashSet;
107 this.tableIndices = new HashSet(); in ColumnBoundary()
/aoo4110/main/sfx2/qa/complex/sfx2/
H A DDocumentProperties.java507 java.util.Collection ret = new java.util.HashSet(); in fromArray()
/aoo4110/main/scripting/java/org/openoffice/netbeans/modules/office/filesystem/
H A DOpenOfficeDocFileSystem.java827 private Collection children = new HashSet();

Completed in 133 milliseconds