Home
last modified time | relevance | path

Searched refs:found (Results 1 – 25 of 334) sorted by relevance

12345678910>>...14

/trunk/main/vcl/inc/
H A Dgraphite_cache.hxx128 GrSegRecord * found = NULL; in getSegment() local
136 found = iMap->second; in getSegment()
143 found = iMap->second; in getSegment()
146 if (found) in getSegment()
151 DBG_ASSERT(found && found->m_seg, "null entry in GraphiteSegmentCache"); in getSegment()
153 found->m_seg->setTextSourceOffset(found->m_startChar); in getSegment()
179 found->m_lockCount++; in getSegment()
181 else found = NULL; in getSegment()
209 found = NULL; in getSegment()
212 found = NULL; in getSegment()
[all …]
/trunk/main/i18npool/source/isolang/
H A Dlangid.pl104 my $found = 0;
114 if (!($found = open( IN, $file)))
118 if (!($found = open( IN, $file)))
130 if ($found)
132 $found = 0;
137 if (!$found)
139 $found = 1;
163 if (!$found)
182 if (!$found) {
338 my $found;
[all …]
/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))
/trunk/main/ucb/source/ucp/webdav/
H A DDateTimeHelper.cxx178 sal_Int32 found = s.indexOf (','); in RFC2068_To_DateTime() local
179 if (found != -1) in RFC2068_To_DateTime()
184 found = sscanf (aDT.getStr(), "%3s, %2d %3s %4d %2d:%2d:%2d GMT", in RFC2068_To_DateTime()
186 if (found != 7) in RFC2068_To_DateTime()
192 found = (found == 7) ? 1 : 0; in RFC2068_To_DateTime()
199 found = sscanf (aDT.getStr(), "%3s %3s %d %2d:%2d:%2d %4d", in RFC2068_To_DateTime()
202 found = (found == 7) ? 1 : 0; in RFC2068_To_DateTime()
205 if (found) in RFC2068_To_DateTime()
207 found = 0; in RFC2068_To_DateTime()
247 found = 1; in RFC2068_To_DateTime()
[all …]
/trunk/main/
H A Dconfigure.ac1697 AC_MSG_RESULT([found])
1796 AC_MSG_RESULT( found )
1798 AC_MSG_RESULT( not found )
1979 AC_MSG_RESULT( found )
1981 AC_MSG_RESULT( not found )
2161 AC_MSG_RESULT([found ($CC)])
2189 AC_MSG_RESULT([found.])
2404 AC_MSG_RESULT(found)
3649 AC_MSG_RESULT([found])
4671 Mozilla build tooling not found!
[all …]
/trunk/main/binaryurp/source/
H A Dmarshal.cxx147 bool found; in writeType() local
148 sal_uInt16 idx = state_.typeCache.add(value, &found); in writeType()
149 if (found) { in writeType()
163 bool found; in writeOid() local
166 found = true; in writeOid()
169 idx = state_.oidCache.add(oid, &found); in writeOid()
171 if (found) { in writeOid()
182 bool found; in writeTid() local
183 sal_uInt16 idx = state_.tidCache.add(tid, &found); in writeTid()
184 if (found) { in writeTid()
/trunk/main/jurt/java/jurt/src/main/java/com/sun/star/lib/uno/protocols/urp/
H A DMarshal.java71 boolean[] found = new boolean[1]; in writeObjectId()
72 int index = objectIdCache.add(found, objectId); in writeObjectId()
73 writeStringValue(found[0] ? null : objectId); in writeObjectId()
84 boolean[] found = new boolean[1]; in writeThreadId()
85 int index = threadIdCache.add(found, data); in writeThreadId()
86 if (found[0]) { in writeThreadId()
100 boolean[] found = new boolean[1]; in writeType()
101 int index = typeCache.add(found, type.getTypeName()); in writeType()
102 write8Bit(typeClass.getValue() | (found[0] ? 0 : 0x80)); in writeType()
104 if (!found[0]) { in writeType()
/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/i18npool/source/textconversion/
H A Dtextconversion_zh.cxx126 sal_Bool found = sal_False; in getWordConversion() local
129 for (; len > 0 && ! found; len--) { in getWordConversion()
166 found = sal_True; in getWordConversion()
170 if (!found && index[len+1] - index[len] > 0) { in getWordConversion()
174 while (bottom <= top && !found) { in getWordConversion()
202 found = sal_True; in getWordConversion()
207 if (!found) { in getWordConversion()
/trunk/main/solenv/bin/modules/installer/
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/vcl/source/glyphs/
H A Dgraphite_cache.cxx152 GrSegRecord * found = iMap->second; in cacheSegment() local
156 record->m_nextKey = found->m_nextKey; in cacheSegment()
160 GrRMEntry range = m_ropeMap.equal_range((*(found->m_rope)).hashCode()); in cacheSegment()
163 if (range.first->second == found) in cacheSegment()
173 delete found; in cacheSegment()
/trunk/main/wizards/com/sun/star/wizards/letter/
H A DLetterWizardDialogImpl.java977 boolean found = false; in getOfficeLinguistic()
984 found = true; in getOfficeLinguistic()
988 if (!found) in getOfficeLinguistic()
996 found = true; in getOfficeLinguistic()
1177 found = true; in initializeNorms()
1180 if (!found) in initializeNorms()
1208 boolean found = false; in initializeNorms()
1214 found = false; in initializeNorms()
1222 found = true; in initializeNorms()
1226 if (!found) in initializeNorms()
[all …]
/trunk/main/ucb/qa/complex/tdoc/
H A D_XCommandProcessor.java146 boolean found = false; in _execute()
155 found = true; in _execute()
175 found = propCount == 0; in _execute()
178 returnVal &= found; in _execute()
180 if (!found) { in _execute()
/trunk/main/autodoc/source/ary/cpp/
H A Dusedtype.cxx419 found = CheckForRelatedCe_inNode(*basenode, i_myQualification, i_myName); in RecursiveSearchCe_InBaseClassesOf() local
420 if (found.IsValid()) in RecursiveSearchCe_InBaseClassesOf()
421 return found; in RecursiveSearchCe_InBaseClassesOf()
448 found = RecursiveSearchCe_InBaseClassesOf( in RecursiveSearchCe_InBaseClassesOf()
450 if (found.IsValid()) in RecursiveSearchCe_InBaseClassesOf()
451 return found; in RecursiveSearchCe_InBaseClassesOf()
/trunk/main/qadevOOo/java/OOoRunner/src/main/java/helper/
H A DAPIDescGetter.java609 boolean found = false; in getFromClassPath()
611 while (buf.ready() && !found) in getFromClassPath()
624 found = true; in getFromClassPath()
699 String found = "none"; in getFromDirectory() local
705 found = files[i]; in getFromDirectory()
706 System.out.println("found " + found); in getFromDirectory()
711 if (found.equals("none")) in getFromDirectory()
717 String aUrl = descPath + fs + module + fs + found; in getFromDirectory()
/trunk/main/i18npool/source/breakiterator/data/
H A DLICENSE_INFO17 found in this folder.
25 The ICU data files can be found in the ICU release version 3.2 from 2004-Nov-15.
26 This ICU release can be found at
31 to these files. The license text of the ICU release can be found in the zip
33 the ICU license text found at
/trunk/main/offapi/com/sun/star/resource/
H A DXLocale.idl158 name is not found, returns the ISO code. The desired user language
169 name is not found, returns the ISO codes.
185 name is not found, returns the ISO code. The desired user country
195 name is not found, returns the ISO codes.
217 name is not found, returns the ISO codes.
230 name is not found, uses the ISO codes. The default locale is used
240 name is not found, uses the ISO codes.
/trunk/main/filter/source/xsltdialog/
H A Dxmlfilterdialogstrings.src114 Text [ en-US ] = "The DTD could not be found. Please enter a valid path." ;
119 Text [ en-US ] = "The XSLT for export cannot be found. Please enter a valid path." ;
124 Text [ en-US ] = "The XSLT for import cannot be found. Please enter a valid path." ;
129 Text [ en-US ] = "The given import template cannot be found. Please enter a valid path." ;
139 Text [ en-US ] = "No errors found." ;
/trunk/main/basic/source/classes/
H A Dsb.src119 Text [ en-US ] = "File not found." ;
183 Text [ en-US ] = "Path not found." ;
307 Text [ en-US ] = "Property or method not found: $(ARG1)." ;
343 Text [ en-US ] = "Named argument not found." ;
363 Text [ en-US ] = "Specified DLL function not found." ;
436 Text [ en-US ] = "Variable $(ARG1) not found." ;
440 Text [ en-US ] = "Array or procedure $(ARG1) not found." ;
444 Text [ en-US ] = "Procedure $(ARG1) not found." ;
/trunk/main/xmloff/source/meta/
H A Dxmlmetae.cxx410 bool found(false); in startElement() local
415 found = true; in startElement()
419 if (!found) { in startElement()
435 bool found(false); in startElement() local
441 found = true; in startElement()
445 if (!found) { in startElement()
/trunk/main/udkapi/com/sun/star/registry/
H A DDefaultRegistry.idl116 registry was not found, then the environment variable STAR_REGISTRY will be checked.
125 [Registry]. If found, then take this value instead of "user.rdb" as "REGISTRY NAME".
128 found, return the full path and name of the file. If not found, retry this
131 <dt> 3. If not found, a new user registry with name user.rdb will be created in the user
/trunk/main/sal/osl/unx/
H A Dsecurity.c119 struct passwd * found; in osl_getCurrentSecurity() local
124 switch (getpwuid_r(getuid(), &p->m_pPasswd, p->m_buffer, n, &found)) { in osl_getCurrentSecurity()
128 if (found != NULL) { in osl_getCurrentSecurity()
515 struct passwd * found = NULL; in osl_psz_loginUser()
522 pszUserName, &p->m_pPasswd, p->m_buffer, n, &found); in osl_psz_loginUser()
528 if (found == NULL) { in osl_psz_loginUser()
/trunk/main/python/
H A Dpython-solver-before-std.patch34 # Not found anywhere
46 - # Check whether the found file is in one of the standard directories
69 + # Check whether the found file is in one of the standard directories
83 assert False, "Internal error: Path not found in std_dirs or paths"

Completed in 216 milliseconds

12345678910>>...14