Home
last modified time | relevance | path

Searched refs:found (Results 151 – 175 of 334) sorted by last modified time

12345678910>>...14

/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/soltools/mkdepend/
H A Dinclude.c57 boolean found = FALSE; local
66 found = TRUE;
91 if (!found) {
105 found = TRUE;
115 if (!found)
121 found = TRUE;
128 if (!found)
/trunk/main/solenv/inc/
H A Dfound_no.mk23 @echo Error: No makefile.mk found!
/trunk/main/solenv/doc/gbuild/
H A Ddoxygen.cfg101 # in this list, if found as the leading text of the brief description, will be
376 # documentation blocks found inside the body of a function.
1223 # evaluate all C-preprocessor directives found in the sources and include
1242 # in the INCLUDE_PATH (see below) will be search if a #include is found.
1271 # The macro definition that is found in the sources will be used.
1346 # the mscgen tool resides. If left empty the tool is assumed to be found in the
1466 # found. If left blank, it is assumed the dot tool can be found in the path.
/trunk/main/solenv/doc/gbuild/solenv/gbuild/
H A Dalllangres.mk97 …/// Sets the location where resources are to be found. reslocation is a path relative to the defau…
98 …/// Resources will be found in reslocation itself and in the subdirectories res/ and imglst/ of it…
99 …med as the language of the processed resource. In addition, resources are found in the res/ direct…
/trunk/main/solenv/bin/
H A Dreceditor23 echo No environment found, please use 'configure' or 'setsolar'
H A Doochkpatch23 echo No environment found, please use 'configure' or 'setsolar'
H A Dlocalize23 echo No environment found, please use 'setsolar'
H A Dlocalize_sl23 echo No environment found, please use 'setsolar'
H A Dcreatepdbrelocators23 echo createpdbrelocators: no environment found!
H A Dgsicheck23 echo No environment found, please use 'setsolar'
/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;
H A Dscppatchsoname.pm105 my $found = $onefile =~ s/$replacestring/$unicode_productname/sg;
109 return $found;
164 …my $found = replace_productname_in_file($movepath, $destinationpath, $variableshashref, $onefile, …
166 if ($found == 0)
173 $destinationpath, $found);
H A Djavainstaller.pm115 my $found = 0;
127 $found = 1;
130 if ( $found ) { last; }
135 if ( ! $found )
147 $found = 1;
150 if ( $found ) { last; }
1060 my $found = 0;
1065 if ( $onemodule->{'gid'} eq $scpgid ) { $found = 1; }
1066 if ( $found ) { last; }
1069 if ( ! $found )
/trunk/main/solenv/bin/modules/installer/windows/
H A Dshortcut.pm89 my $found = 0;
98 $found = 1;
103 if (!($found))
146 my $found = 0;
164 $found = 1;
169 if (!($found))
192 my $found = 0;
203 $found = 1;
208 if (!($found))
420 $found = 1;
[all …]
H A Dcomponent.pm139 my $found = 0;
144 $found = 1;
150 if ( ! $found)
196 my $found = 0;
205 $found = 1;
210 if (!($found))
H A Didtglobal.pm1053 my $found = 0;
1059 $found = 0;
1066 $found = 1;
1070 if (( ! $found ) && ( ! $allvariables->{'IGNOREDIRECTORYLAYER'} ))
/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/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/scripting/java/com/sun/star/script/framework/io/
H A DUCBStreamHandler.java200 boolean found = false; in getFileStreamFromJarStream()
/trunk/main/scripting/examples/beanshell/Highlight/
H A Dhighlighter.bsh110 searchKey + " was found " + num +
123 "No matches were found", "Not found",
H A DShowDialog.bsh112 // try to create the Highlight dialog (found in the ScriptBindingLibrary)
125 // try to create the Highlight dialog (found in the ScriptBindingLibrary)
/trunk/main/scp2/source/
H A Dmkopenwith.btm49 ECHO Module %1 not found !
/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()

Completed in 117 milliseconds

12345678910>>...14