Home
last modified time | relevance | path

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

1234567891011

/trunk/main/qadevOOo/java/OOoRunner/src/main/java/base/
H A Djava_complex.java68 return executeTest(param, entries); in executeTest()
78 public boolean executeTest(TestParameters param, DescEntry[] entries) in executeTest() argument
102 for (int i = 0; i < entries.length; i++) in executeTest()
105 if (entries[i] == null) in executeTest()
109 String iniName = entries[i].longName; in executeTest()
136 entries[i].Logger = log; in executeTest()
148 testClass.executeMethods(entries[i], param); in executeTest()
151 sum.summarizeUp(entries[i]); in executeTest()
160 out.initialize(entries[i], true); in executeTest()
161 out.summary(entries[i]); in executeTest()
[all …]
H A Djava_fat_service.java64 DescEntry[] entries = dg.getDescriptionFor(job, in executeTest() local
67 if (entries == null ) { in executeTest()
76 for (int l=0;l<entries.length;l++) { in executeTest()
78 if (entries[l] == null ) { in executeTest()
82 if (entries[l].hasErrorMsg) { in executeTest()
83 log.println(entries[l].ErrorMsg); in executeTest()
87 DescEntry entry = entries[l]; in executeTest()
206 if (entries.length > 1) { in executeTest()
210 for (int i=0;i<entries.length;i++) { in executeTest()
211 if (! entries[i].State.endsWith("OK")) { in executeTest()
[all …]
H A Dbasic_fat.java80 DescEntry[] entries = dg.getDescriptionFor(job, in executeTest() local
85 if (entries == null) in executeTest()
105 for (int l = 0; l < entries.length; l++) in executeTest()
107 if (entries[l].hasErrorMsg) in executeTest()
109 System.out.println(entries[l].ErrorMsg); in executeTest()
126 DescEntry entry = entries[l]; in executeTest()
291 if (entries.length > 1) in executeTest()
299 for (int i = 0; i < entries.length; i++) in executeTest()
301 if (!entries[i].State.endsWith("OK")) in executeTest()
303 System.out.println("\t " + entries[i].longName); in executeTest()
[all …]
H A Djava_fat.java94 DescEntry[] entries = dg.getDescriptionFor(job, sDescriptionPath, m_isDebug); in executeTest() local
98 if (entries == null) in executeTest()
120 for (int l = 0; l < entries.length; l++) in executeTest()
122 DescEntry entry = entries[l]; in executeTest()
131 System.out.println(entries[l].ErrorMsg); in executeTest()
296 if (entries.length > 0) in executeTest()
303 for (int i = 0; i < entries.length; i++) in executeTest()
305 final String sState = entries[i].State; in executeTest()
308 System.out.println("\t " + entries[i].longName); in executeTest()
313 System.out.println(counter + " of " + entries.length + " tests failed"); in executeTest()
/trunk/main/scripting/java/org/openoffice/idesupport/ui/
H A DScriptPanel.java55 public void reload(ScriptEntry[] entries) { in reload() argument
57 addScriptEntries(entries); in reload()
60 public void addScriptEntries(ScriptEntry[] entries) { in addScriptEntries() argument
61 for (int i = 0; i < entries.length; i++) { in addScriptEntries()
65 entry = (ScriptEntry) entries[i].clone(); in addScriptEntries()
68 entry = new ScriptEntry(entries[i].getLanguage(), in addScriptEntries()
133 public ScriptTableModel(ScriptEntry[] entries) { in ScriptTableModel() argument
134 scripts = new Vector(entries.length + 11); in ScriptTableModel()
135 for (int i = 0; i < entries.length; i++) { in ScriptTableModel()
136 scripts.addElement(entries[i]); in ScriptTableModel()
[all …]
/trunk/main/cppuhelper/source/
H A Dimplementationentry.cxx37 void *, void *pRegistryKey , const struct ImplementationEntry entries[] ) in component_writeInfoHelper() argument
44 for( sal_Int32 i = 0; entries[i].create ; i ++ ) in component_writeInfoHelper()
48 buf.append( entries[i].getImplementationName() ); in component_writeInfoHelper()
53 Sequence< OUString > seq = entries[i].getSupportedServiceNames(); in component_writeInfoHelper()
71 const struct ImplementationEntry entries[] ) in component_getFactoryHelper() argument
77 for( sal_Int32 i = 0 ; entries[i].create ; i ++ ) in component_getFactoryHelper()
79 OUString implName = entries[i].getImplementationName(); in component_getFactoryHelper()
82 xFactory = entries[i].createFactory( in component_getFactoryHelper()
83 entries[i].create, in component_getFactoryHelper()
85 entries[i].getSupportedServiceNames(), in component_getFactoryHelper()
[all …]
/trunk/main/offapi/com/sun/star/sheet/
H A DFilterOperator2.idl45 /** selects empty entries.
51 /** selects non-empty entries.
93 /** selects a specified number of entries with the greatest values.
105 /** selects a specified number of entries with the lowest values.
111 /** selects a specified percentage of entries with the lowest values.
117 /** selects contains entries.
123 /** selects does-not-contain entries.
129 /** selects begins-with entries.
135 /** selects does-not-begin-with entries.
140 /** selects ends-with entries.
[all …]
H A DFilterOperator.idl39 /** selects empty entries.
45 /** selects non-empty entries.
87 /** selects a specified number of entries with the greatest values.
93 /** selects a specified percentage of entries with the greatest values.
99 /** selects a specified number of entries with the lowest values.
105 /** selects a specified percentage of entries with the lowest values.
/trunk/main/soltools/testSHL/util/
H A DtstMgr.cxx63 sal_Bool tstMgr::test_Entries( vector< sal_Char* > entries, in test_Entries() argument
67 if ( ! entries.empty() ) { in test_Entries()
70 vector< sal_Char* >::iterator iter = entries.begin(); in test_Entries()
75 while ( iter != entries.end() ) { in test_Entries()
106 vector< sal_Char* > entries; in test_EntriesFromFile() local
108 if ( getEntriesFromFile( fName, entries ) ) { in test_EntriesFromFile()
109 sal_Bool bOK = test_Entries( entries, logName ); in test_EntriesFromFile()
111 vector< sal_Char* >::iterator iter = entries.begin(); in test_EntriesFromFile()
112 while ( iter != entries.end() ) { in test_EntriesFromFile()
/trunk/main/qadevOOo/java/OOoRunner/src/main/java/helper/
H A DAPIDescGetter.java151 entries[i] = getDescriptionForSingleJob( in getDescriptionFor()
159 return entries; in getDescriptionFor()
180 entries[i] = getDescriptionForSingleJob( in getDescriptionFor()
183 return entries; in getDescriptionFor()
479 protected static Object[] makeArray(ArrayList entries) in makeArray() argument
481 Object[] entriesArray = entries.toArray(); in makeArray()
523 DescEntry[] entries = new DescEntry[list.length]; in getDescArray() local
527 entries[i] = (DescEntry) list[i]; in getDescArray()
530 return entries; in getDescArray()
584 java.util.Enumeration e = f.entries(); in getFromClassPath()
[all …]
/trunk/main/offapi/com/sun/star/embed/
H A DXRelationshipAccess.idl54 The relationship data is organized as a set of entries. Each of entry
57 "ID", the value of this tag must be uniqued for the whole set of entries,
144 /** retrieves the sequence containing all the entries which "Type" tag
149 string, in this case all the entries that have empty "Type" tag or
153 sequence of entries, each entry is represented by sequence,
169 /** retrieves the sequence containing all the entries controlled by the
173 sequence of entries, each entry is represented by sequence,
236 /** allows to insert a set of entries
239 sequence of entries, each entry is represented by sequence,
264 /** allows to clear the set of entries.
/trunk/main/qadevOOo/java/OOoRunner/src/main/java/share/
H A DDescGetter.java57 DescEntry[] entries = null; in getScenario() local
67 return entries; in getScenario()
170 entries = new DescEntry[entryList.size()]; in getScenario()
171 entries = (DescEntry[]) entryList.toArray(entries); in getScenario()
173 return entries; in getScenario()
/trunk/ext_libraries/hunspell/
H A Dhunspell-1.3.3-overflow.patch41 - fprintf(stderr,"parsing %c entries %d\n",achar,numents);
46 + "Error: too many entries: %d\n", numents);
52 + fprintf(stderr,"parsing %c entries %d\n",
75 - fprintf(stderr,"parsing %c entries %d\n",achar,numents);
80 + "Error: too many entries: %d\n", numents);
86 + fprintf(stderr,"parsing %c entries %d\n",
/trunk/main/offapi/com/sun/star/linguistic2/
H A DXDictionary.idl58 The entries of an active, positive dictionary are words that are
100 the number of entries in the dictionary.
143 <P>In positive dictionaries only positive entries
144 can be made, and in negative ones only negative entries.</P>
164 <P>In positive dictionaries only positive entries
165 can be made, and in negative ones only negative entries.</P>
210 maximum number of allowed entries the result may become unreasonable large!</p>
213 a sequence with all the entries of the dictionary.
223 /** removes all entries from the dictionary.
H A DDictionaryListEventFlags.idl51 dictionary-list or a dictionary with positive entries
64 dictionary-list or a dictionary with negative entries
70 /** A dictionary with positive entries was activated or
76 /** A dictionary with positive entries was deactivated or
82 /** A dictionary with negative entries was activated or
88 /** A dictionary with negative entries was deactivated or
H A DXConversionDictionary.idl63 <p>The dictionary consists of entries (pairs) of the form
66 for all entries where the left text or the right text matches
122 /** removes all entries from the dictionary.
127 /** searches for entries or conversions that match the given text.
209 in entries.
212 specifies if the left text or the right text of entries will
223 a list of all left or right parts of the dictionaries entries.
225 specifies if all left or all right parts of the entries
H A DXConversionDictionaryList.idl123 /** searches for entries that match the given text.
127 for entries matching the given text.</p>
134 the list of entries found. If no entry was found,
184 in entries.
189 right text from entries should be considered.</p>
198 specifies if the left text or the right text of entries will
H A DDictionaryType.idl36 only positive entries (words defined to be correct for spell
37 checking) and a negative one only negative entries (words defined
46 /** all entries in the dictionary are positive.
51 /** all entries in the dictionary are negative.
/trunk/main/odk/examples/java/DocumentHandling/
H A DDocumentConverter.java75 File[] entries = fileDirectory.listFiles(); in traverse() local
79 for ( int i = 0; i < entries.length; ++i ) { in traverse()
81 if ( entries[ i ].isDirectory() ) { in traverse()
83 traverse( entries[ i ] ); in traverse()
89 + entries[ i ].getAbsolutePath().replace( '\\', '/' ); in traverse()
148 System.out.println(sIndent + entries[ i ].getName()); in traverse()
/trunk/main/reportbuilder/java/com/sun/star/report/util/
H A DManifestWriter.java54 private final Map entries; field in ManifestWriter
58 entries = new HashMap(); in ManifestWriter()
75 entries.put(fullPath, mimeType); in addEntry()
80 return entries.isEmpty(); in isEmpty()
106 final Iterator iterator = entries.entrySet().iterator(); in write()
/trunk/main/qadevOOo/java/OOoRunner/src/main/java/util/
H A DSysUtils.java62 File[] entries = fileDirectory.listFiles( in traverse() local
71 for ( int i = 0; i < entries.length; ++i ) { in traverse()
73 if ( entries[ i ].isDirectory() ) { in traverse()
75 traverse( entries[ i ].getAbsolutePath() ); in traverse()
81 + entries[ i ].getAbsolutePath().replace( '\\', '/' ); in traverse()
/trunk/main/sw/source/ui/lingu/
H A Dolmenu.hrc60 // id range for auto correction sub menu entries
64 // max number of language entries sub menus
71 // id range for 'set language for selection' sub menu entries
78 // id range for 'set language for paragraph' sub menu entries
85 // id range for 'set language for all text' sub menu entries
/trunk/main/offapi/com/sun/star/form/binding/
H A DXListEntrySink.idl43 /** sets the new source for the list entries of the component
46 filled with the entries from the new list source.</p>
49 the new source for the list entries. May be <NULL/>, in this
54 /** retrieves the current source for the list entries of the component.
/trunk/main/cli_ure/
H A Dreadme.txt24 After a release the entries in cli_ure/version/version.txt must be changed to reflect the versions
75 entries starting with CLI_URETYPES refer to the cli_uretypes.dll. Entries which contain the part "P…
136 cliureversion.mk contains all the entries of version.txt. The versions have been incremented
147 The entries in version.txt are needed for building the assemblies and for building the
151 entries. For example:
158 The meaning of these entries is the following:
211 incremented is contained in cli_ure/version/incversions.txt. It contains, for example these entries:
229 If new types have been added the script would create these entries in cliureversion.mk
/trunk/main/offapi/com/sun/star/text/
H A DDocumentIndex.idl53 /** determines if same entries on different pages are combined into one index entry.
57 /** determines if the similarity of index entries is checked case sensitively.
69 /** determines if all entries start with a capital letter.
89 /** contains the name of the sort algorithm that is used to sort the entries.

Completed in 98 milliseconds

1234567891011