Home
last modified time | relevance | path

Searched refs:candidate (Results 1 – 14 of 14) sorted by relevance

/trunk/main/canvas/source/tools/
H A Dpagemanager.cxx121 FragmentContainer_t::const_iterator candidate(maFragments.begin()); in nakedFragment() local
122 while(candidate != aEnd) in nakedFragment()
124 if(*candidate && !((*candidate)->isNaked())) in nakedFragment()
126 ++candidate; in nakedFragment()
129 if (candidate != aEnd) in nakedFragment()
131 const ::basegfx::B2ISize& rSize((*candidate)->getSize()); in nakedFragment()
134 FragmentContainer_t::const_iterator it(candidate); in nakedFragment()
143 candidate=it; in nakedFragment()
153 (*candidate)->free(*candidate); in nakedFragment()
/trunk/main/solenv/bin/modules/
H A DExtensionsLst.pm85 my $candidate = File::Spec->catfile($ENV{SRC_ROOT}, "extensions.lst");
86 die "can not read file $candidate" if ! -r $candidate;
87 return $candidate;
422 my $candidate = File::Spec->catfile($download_path, $name);
423 if ( ! -f $candidate)
433 if ( ! open($cur_oxt, $candidate))
437 unlink($candidate);
447 unlink($candidate);
/trunk/main/i18npool/source/indexentry/
H A Dindexentrysupplier_asian.cxx125 OUStringBuffer candidate; in getPhoneticCandidate() local
136 candidate.appendAscii(" "); in getPhoneticCandidate()
138 candidate.append(&idx[2][address]); in getPhoneticCandidate()
140 candidate.append(address); in getPhoneticCandidate()
142 candidate.appendAscii(" "); in getPhoneticCandidate()
145 return candidate.makeStringAndClear(); in getPhoneticCandidate()
/trunk/main/javainstaller2/src/JavaSetup/org/openoffice/setup/Util/
H A DFileExtensionFilter.java42 File candidate = new File(dir, name); in accept() local
43 if (candidate.isFile() && candidate.canRead()) { in accept()
/trunk/main/vcl/unx/generic/fontmanager/
H A Dfontconfig.cxx545 FcChar8* candidate = families.begin()->second; in bestname() local
559 candidate = aIter->second; in bestname()
567 candidate = aIter->second; in bestname()
573 candidate = aIter->second; in bestname()
576 return candidate; in bestname()
613 const char *candidate = (const char*)(aIter->second); in FamilyFromPattern() local
614 if (rtl_str_compare(candidate, (const char*)(*family)) != 0) in FamilyFromPattern()
615 m_aFontNameToLocalized[OString(candidate)] = OString((const char*)(*family)); in FamilyFromPattern()
/trunk/main/solenv/bin/
H A Ddownload_external_dependencies.pl260 my $candidate = $LocalEnvironment->{$variable_name};
261 return $candidate if defined $candidate;
H A Dbuild_release.pl925 my $candidate = $archive_path . "/" . $archive_name;
926 if (-f $candidate)
1145 my $candidate = $archive_path."/".$archive_name;
1146 if ( ! -f $candidate)
H A Dpatch_tool.pl1622 foreach my $candidate (@candidates)
1624 next unless -f $candidate;
1625 my $new_name = $candidate;
1629 open my $in, "<", $candidate;
H A Dbuild.pl1314 foreach my $candidate (@candidates) {
1315 my $candidate_weight = get_waiters_number($candidate);
1317 $best_candidate = $candidate;
/trunk/main/offapi/com/sun/star/form/
H A DFormComponent.idl59 /** identifies the component as a candidate for being part of a form.
/trunk/main/scripting/source/pyprov/
H A Dpythonscript.py461 def isScript( candidate ): argument
463 if isinstance( candidate, type(isScript) ):
/trunk/main/offapi/com/sun/star/i18n/
H A DXExtendedIndexEntrySupplier.idl75 Returns phonetic candidate for index entry for the locale.
H A DXTextConversion.idl93 /** Method to search dictionaries for the conversion candidate, if there
/trunk/main/offapi/com/sun/star/report/
H A DXReportComponent.idl66 /** identifies the component as a candidate for being part of a report.

Completed in 96 milliseconds