Home
last modified time | relevance | path

Searched refs:found (Results 26 – 50 of 334) sorted by relevance

12345678910>>...14

/trunk/main/setup_native/source/win32/customactions/quickstarter/
H A Dquickstarter.cxx178 bool found = false; in GetProcessImagePath_9x() local
180 while ( !found && fSuccess ) in GetProcessImagePath_9x()
184 found = true; in GetProcessImagePath_9x()
188 if ( !found ) in GetProcessImagePath_9x()
/trunk/main/dbaccess/source/sdbtools/connection/
H A Dtablename.cxx229 bool found = false; in lcl_translateCompositionType_throw() local
231 for ( ; ( i < sizeof( TypeTable ) / sizeof( TypeTable[0] ) ) && !found; ++i ) in lcl_translateCompositionType_throw()
233 found = true; in lcl_translateCompositionType_throw()
234 if ( !found ) in lcl_translateCompositionType_throw()
/trunk/main/solenv/bin/modules/installer/
H A Dxpdinstaller.pm45 my $found = 0;
57 $found = 1;
60 if ( $found ) { last; }
65 if ( ! $found )
77 $found = 1;
80 if ( $found ) { last; }
95 my $found = 0;
105 $found = 1;
/trunk/main/setup_native/scripts/
H A Dosx_install_languagepack.applescript85 -- Show selection dialog only if more than one or no product was found
86 -- The first item is an empty string, if no app was found and no app started with "/Volumes"
87 -- The first item is chooseMyOwn, if no app was found and at least one app started with "/Volumes"
109 -- set choice to found installation
153 -- 2 error from tar - tarball not found (easy to test)
H A Dosx_install_patch.applescript83 -- Show selection dialog only if more than one or no product was found
84 -- The first item is an empty string, if no app was found and no app started with "/Volumes"
85 -- The first item is chooseMyOwn, if no app was found and at least one app started with "/Volumes"
107 -- set choice to found installation
151 -- 2 error from tar - tarball not found (easy to test)
/trunk/main/javainstaller2/src/JavaSetup/org/openoffice/setup/SetupData/
H A DXMLPackageDescription.java165 XMLPackageDescription found = null; in findPackage()
169 found = child.findPackage(name); in findPackage()
170 if (found != null) { in findPackage()
175 return found; in findPackage()
/trunk/main/filter/qa/complex/filter/detection/typeDetection/
H A DHelper.java399 boolean found = false; in checkFileType()
404 found = found || currentFileType.equals(actualFileType); in checkFileType()
406 return found; in checkFileType()
/trunk/main/cli_ure/source/scripts/
H A Dincrement_version.pl153 my $found;
156 $found = 1;
160 if ( ! defined($found)) {
/trunk/main/offapi/com/sun/star/linguistic2/
H A DXDictionary.idl127 the reference to the entry found. If no entry was found,
195 otherwise (especially if the entry was not found).
255 <TRUE/> if the object to be removed was found and removed,
256 <FALSE/> if the object was not found in the list.
/trunk/main/sal/test/
H A Dtestbootstrap.cxx88 sal_Bool found = sal_True; in main() local
94 found = bootstrap.getFrom(name, value); in main()
96 if(found) in main()
/trunk/main/offapi/com/sun/star/security/
H A DCertificateContainerStatus.idl39 * The certificate was not found.
44 * The certificate was found and is trusted.
49 * The certificate was found but is untrusted.
/trunk/main/vcl/source/gdi/
H A Dimpimagetree.cxx181 bool found = false; in loadImage() local
183 found = find(paths, bitmap); in loadImage()
191 if (found) { in loadImage()
194 return found; in loadImage()
/trunk/main/stoc/source/simpleregistry/
H A Dtextualservices.cxx1008 bool found = false; in find() local
1013 found = data_->implementations.find(*j) != in find()
1018 found = true; //TODO in find()
1021 found = data_->services.find(*j) != data_->services.end(); in find()
1024 found = data_->singletons.find(*j) != in find()
1031 found = j->equalsAscii(info[s].transitions[k].segment); in find()
1033 if (found) { in find()
1038 if (!found) { in find()
/trunk/main/qadevOOo/java/OOoRunner/src/main/java/ifc/ucb/
H A D_XContentProviderManager.java211 boolean found = false; in _queryContentProvider()
218 found = true; in _queryContentProvider()
226 tRes.tested("queryContentProvider()", found); in _queryContentProvider()
H A D_XCommandProcessor.java139 boolean found = false; in _execute()
143 found = true; in _execute()
164 tRes.tested("execute()", found); in _execute()
/trunk/main/rsc/source/rscpp/
H A Dcpp2.c328 register int found; in doif() local
336 found = (eval() != 0); /* Evaluate expr, != 0 is TRUE */ in doif()
342 found = (lookid(c) != NULL); /* Look for it in symbol table */ in doif()
344 if (found == (hash == L_ifdef)) { in doif()
/trunk/main/qadevOOo/java/OOoRunner/src/main/java/ifc/beans/
H A D_XPropertyAccess.java81 boolean found = false; in _getPropertyValues()
83 if (properties[i].Name.equals(propertyToChange.Name)) found = true; in _getPropertyValues()
85 if (! found){ in _getPropertyValues()
/trunk/main/jurt/java/jurt/src/main/java/com/sun/star/comp/loader/
H A DFactoryHelper.java386 boolean found = false; in supportsService()
388 for(int i = 0; i < services.length && !found; ++i) in supportsService()
389 found = services[i].equals(serviceName); in supportsService()
391 return found; in supportsService()
/trunk/main/offapi/com/sun/star/sheet/
H A DXSolver.idl63 /// contains <TRUE/> if a solution was found.
66 /// contains the objective value for the solution, if a solution was found.
70 if a solution was found.
/trunk/main/offapi/com/sun/star/util/
H A DSearchOptions.idl60 the found word and the search pattern in a "Weighted Levenshtein
64 /** This many characters can be missing in the found word in a
68 /** This many characters can be additional in the found word in a
/trunk/main/sal/rtl/source/
H A Dbootstrap.cxx203 sal_Bool found = sal_False; in getFromCommandLineArgs() local
212 found = sal_True; in getFromCommandLineArgs()
217 return found; in getFromCommandLineArgs()
736 sal_Bool found = sal_False; in rtl_bootstrap_get_from_handle() local
741 found = static_cast< Bootstrap_Impl * >( handle )->getValue( in rtl_bootstrap_get_from_handle()
745 return found; in rtl_bootstrap_get_from_handle()
/trunk/main/testtools/source/bridgetest/pyuno/
H A Dsamplecomponent.py115 found = 0
118 found = 1
120 if not found:
/trunk/main/autodoc/source/exes/adc_uni/
H A Dspec-CommandLine.txt54 Links to code entities not found within the current parsed
62 If a code entity is not found in the current parsed code, but
112 symbols not found in the currently parsed namespaces of C++
113 or Java can be found.
/trunk/main/reportbuilder/java/com/sun/star/report/pentaho/
H A DSOFormulaParser.java222 boolean found = false; in parseFormula()
226 … if (!found && ex.currentToken != null && images.get(i).equals(ex.currentToken.image)) in parseFormula()
228 found = true; in parseFormula()
230 if (found) in parseFormula()
/trunk/main/soltools/mkdepend/
H A Dmain.c664 boolean found = FALSE; local
702 while (!found && fgets(buf, OURBUFSIZ, fdin)) {
704 found = TRUE;
707 if (!found) {

Completed in 121 milliseconds

12345678910>>...14