Home
last modified time | relevance | path

Searched refs:candidates (Results 1 – 8 of 8) sorted by relevance

/aoo41x/main/extensions/source/oooimprovement/
H A Dlogstorage.cxx94 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()
/aoo41x/main/i18npool/source/textconversion/
H A Dtextconversion_ko.cxx208 Sequence <OUString> candidates; in getConversions() local
268candidates = xCD->getConversions(aText, start + nStartPos, len, eDirection, nConversionOptions); in getConversions()
269 result.Candidates += candidates; in getConversions()
/aoo41x/main/solenv/bin/
H A Ddownload_external_dependencies.pl657 my @candidates = glob(File::Spec->catfile($ENV{'TARFILE_LOCATION'}, "*-" . $basename));
658 if (scalar @candidates > 0)
H A Dbuild.pl1296 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 Dpatch_tool.pl1621 my @candidates = glob($destination_path . "/Details*");
1622 foreach my $candidate (@candidates)
/aoo41x/main/offapi/com/sun/star/i18n/
H A DXTextConversion.idl61 /** Method to search dictionaries for the conversion candidates.
94 are multiple candidates, it will return first one. This is for the
H A DTextConversionResult.idl53 /** A list of replacement candidates for the first convertible word
/aoo41x/main/libtextcat/
H A Dlibtextcat-2.2.patch1149 - candidates[i].score = score;
1158 + candidates[i].score = score;
1159 candidates[i].name = fp_Name( h->fprint[i] );
1165 if ( candidates[i].score < threshold ) {
1176 qsort( candidates, cnt, sizeof(candidate_t), cmpcandidates );
1185 free(candidates);

Completed in 61 milliseconds