/aoo4110/main/vcl/inc/ |
H A D | graphite_cache.hxx | 128 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 …]
|
/aoo4110/main/i18npool/source/isolang/ |
H A D | langid.pl | 104 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 …]
|
/aoo4110/main/solenv/bin/modules/installer/windows/ |
H A D | shortcut.pm | 89 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 D | component.pm | 139 my $found = 0; 144 $found = 1; 150 if ( ! $found) 196 my $found = 0; 205 $found = 1; 210 if (!($found))
|
/aoo4110/main/ucb/source/ucp/webdav/ |
H A D | DateTimeHelper.cxx | 178 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 …]
|
/aoo4110/main/ |
H A D | configure.ac | 1638 AC_MSG_RESULT([found]) 1754 AC_MSG_RESULT( found ) 1756 AC_MSG_RESULT( not found ) 1937 AC_MSG_RESULT( found ) 1939 AC_MSG_RESULT( not found ) 2130 AC_MSG_RESULT([found.]) 2232 AC_MSG_RESULT(found) 2623 _patch="found" 2645 _patch="found" 3622 AC_MSG_RESULT([found]) [all …]
|
H A D | fetch_tarballs.sh | 53 echo found FreeBSD fetch: $fetch_bin 61 echo found wget at `which $fetch_bin` 74 echo found curl at `which $fetch_bin` 97 echo found md5sum at `which $md5sum`
|
/aoo4110/main/binaryurp/source/ |
H A D | marshal.cxx | 147 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()
|
/aoo4110/main/jurt/com/sun/star/lib/uno/protocols/urp/ |
H A D | Marshal.java | 71 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()
|
/aoo4110/main/soltools/mkdepend/ |
H A D | include.c | 57 boolean found = FALSE; local 66 found = TRUE; 91 if (!found) { 105 found = TRUE; 115 if (!found) 121 found = TRUE; 128 if (!found)
|
/aoo4110/main/i18npool/source/textconversion/ |
H A D | textconversion_zh.cxx | 126 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()
|
/aoo4110/main/solenv/bin/modules/installer/ |
H A D | scppatchsoname.pm | 105 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 D | javainstaller.pm | 115 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 )
|
/aoo4110/main/vcl/source/glyphs/ |
H A D | graphite_cache.cxx | 152 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()
|
/aoo4110/main/ucb/qa/complex/tdoc/ |
H A D | _XCommandProcessor.java | 146 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()
|
/aoo4110/main/autodoc/source/ary/cpp/ |
H A D | usedtype.cxx | 419 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()
|
/aoo4110/main/wizards/com/sun/star/wizards/letter/ |
H A D | LetterWizardDialogImpl.java | 977 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 …]
|
/aoo4110/main/i18npool/source/breakiterator/data/ |
H A D | LICENSE_INFO | 17 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
|
/aoo4110/main/filter/source/xsltdialog/ |
H A D | xmlfilterdialogstrings.src | 114 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 = "No errors found.";
|
/aoo4110/main/qadevOOo/runner/helper/ |
H A D | APIDescGetter.java | 609 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()
|
/aoo4110/main/offapi/com/sun/star/resource/ |
H A D | XLocale.idl | 158 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.
|
/aoo4110/main/udkapi/com/sun/star/registry/ |
H A D | DefaultRegistry.idl | 116 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
|
/aoo4110/main/xmloff/source/meta/ |
H A D | xmlmetae.cxx | 410 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()
|
/aoo4110/main/python/ |
H A D | python-solver-before-std.patch | 34 # 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"
|
/aoo4110/main/sal/osl/unx/ |
H A D | security.c | 120 struct passwd * found; in osl_getCurrentSecurity() local 125 switch (getpwuid_r(getuid(), &p->m_pPasswd, p->m_buffer, n, &found)) { in osl_getCurrentSecurity() 129 if (found != NULL) { in osl_getCurrentSecurity() 516 struct passwd * found = NULL; in osl_psz_loginUser() 523 pszUserName, &p->m_pPasswd, p->m_buffer, n, &found); in osl_psz_loginUser() 529 if (found == NULL) { in osl_psz_loginUser()
|