Searched refs:candidates (Results 1 – 8 of 8) sorted by relevance
/aoo42x/main/extensions/source/oooimprovement/ |
H A D | logstorage.cxx | 94 Sequence<OUString> candidates = getAllLogStoragefiles(sf); in getLogStoragefiles() local 96 result.reserve(candidates.getLength()); in getLogStoragefiles() 97 for(sal_Int32 idx=0; idx<candidates.getLength(); ++idx) in getLogStoragefiles() 98 if(condition(candidates[idx])) in getLogStoragefiles() 99 result.push_back(candidates[idx]); in getLogStoragefiles()
|
/aoo42x/main/i18npool/source/textconversion/ |
H A D | textconversion_ko.cxx | 208 Sequence <OUString> candidates; in getConversions() local 268 … candidates = xCD->getConversions(aText, start + nStartPos, len, eDirection, nConversionOptions); in getConversions() 269 result.Candidates += candidates; in getConversions()
|
/aoo42x/main/solenv/bin/ |
H A D | build.pl | 1296 my @candidates = (); 1305 push(@candidates, $job); 1309 if (scalar @candidates) { 1313 if (scalar @candidates > 1) { 1314 foreach my $candidate (@candidates) { 1325 my @sorted_candidates = sort(@candidates);
|
H A D | download_external_dependencies.pl | 657 my @candidates = glob(File::Spec->catfile($ENV{'TARFILE_LOCATION'}, "*-" . $basename)); 658 if (scalar @candidates > 0)
|
H A D | patch_tool.pl | 1621 my @candidates = glob($destination_path . "/Details*"); 1622 foreach my $candidate (@candidates)
|
/aoo42x/main/offapi/com/sun/star/i18n/ |
H A D | XTextConversion.idl | 61 /** Method to search dictionaries for the conversion candidates. 94 are multiple candidates, it will return first one. This is for the
|
H A D | TextConversionResult.idl | 53 /** A list of replacement candidates for the first convertible word
|
/aoo42x/main/libtextcat/ |
H A D | libtextcat-2.2.patch | 1182 - candidates[i].score = score; 1191 + candidates[i].score = score; 1192 candidates[i].name = fp_Name( h->fprint[i] ); 1198 if ( candidates[i].score < threshold ) { 1209 qsort( candidates, cnt, sizeof(candidate_t), cmpcandidates ); 1218 free(candidates);
|
Completed in 37 milliseconds