Home
last modified time | relevance | path

Searched refs:idx (Results 1 – 25 of 117) sorted by relevance

12345

/trunk/main/qadevOOo/java/OOoRunner/src/main/java/ifc/sdbc/
H A D_XRowUpdate.java178 if (idx < 0) { in _updateBoolean()
207 if (idx < 0) { in _updateByte()
236 if (idx < 0) { in _updateShort()
265 if (idx < 0) { in _updateInt()
294 if (idx < 0) { in _updateLong()
323 if (idx < 0) { in _updateFloat()
352 if (idx < 0) { in _updateDouble()
381 if (idx < 0) { in _updateString()
412 if (idx < 0) { in _updateBytes()
446 if (idx < 0) { in _updateDate()
[all …]
H A D_XParameters.java121 int idx = findParamOfType(String.class) ; in _setNull() local
174 oObj.setBoolean(idx, true) ; in _setBoolean()
191 int idx = findParamOfType(Byte.class) ; in _setByte() local
195 oObj.setByte(idx, (byte)122) ; in _setByte()
237 oObj.setInt(idx, 13300) ; in _setInt()
254 int idx = findParamOfType(Long.class) ; in _setLong() local
258 oObj.setLong(idx, 13362453) ; in _setLong()
300 oObj.setDouble(idx, 133) ; in _setDouble()
338 int idx = findParamOfType(Date.class) ; in _setDate() local
360 int idx = findParamOfType(Time.class) ; in _setTime() local
[all …]
/trunk/main/xmlhelp/source/treeview/
H A Dtvread.cxx201 if( oustring.indexOf( prodName,idx ) == idx ) in replaceName()
203 else if( oustring.indexOf( prodVersion,idx ) == idx ) in replaceName()
205 else if( oustring.indexOf( vendName,idx ) == idx ) in replaceName()
207 else if( oustring.indexOf( vendVersion,idx ) == idx ) in replaceName()
209 else if( oustring.indexOf( vendShort,idx ) == idx ) in replaceName()
392 sal_Int32 idx; in getByHierarchicalName() local
409 sal_Int32 idx; in hasByHierarchicalName() local
561 if( idx < 0 || Elements.size() <= sal_uInt32( idx ) ) in getByName()
592 if( idx < 0 || Elements.size() <= sal_uInt32( idx ) ) in hasByName()
607 sal_Int32 idx; in getByHierarchicalName() local
[all …]
/trunk/main/desktop/source/splash/
H A Dsplash.cxx325 sal_Int32 idx = 0; in loadConfig() local
327 if ( idx != -1 ) in loadConfig()
332 if ( idx != -1 ) in loadConfig()
350 sal_Int32 idx = 0; in loadConfig() local
352 if ( idx != -1 ) in loadConfig()
357 if ( idx != -1 ) in loadConfig()
372 sal_Int32 idx = 0; in loadConfig() local
374 if ( idx != -1 ) in loadConfig()
386 sal_Int32 idx = 0; in loadConfig() local
388 if ( idx != -1 ) in loadConfig()
[all …]
/trunk/main/binaryurp/source/
H A Dunmarshal.cxx170 if (idx == cache::ignore || !state_.typeCache[idx].is()) { in readType()
255 return state_.oidCache[idx]; in readOid()
257 if (idx != cache::ignore) { in readOid()
258 state_.oidCache[idx] = oid; in readOid()
274 if (idx == cache::ignore || state_.tidCache[idx].getLength() == 0) { in readTid()
281 return state_.tidCache[idx]; in readTid()
283 if (idx != cache::ignore) { in readTid()
284 state_.tidCache[idx] = tid; in readTid()
432 sal_uInt16 idx = read16(); in readCacheIndex() local
433 if (idx >= cache::size && idx != cache::ignore) { in readCacheIndex()
[all …]
H A Dmarshal.cxx148 sal_uInt16 idx = state_.typeCache.add(value, &found); in writeType() local
151 write16(buffer, idx); in writeType()
154 write16(buffer, idx); in writeType()
164 sal_uInt16 idx; in writeOid() local
167 idx = cache::ignore; in writeOid()
169 idx = state_.oidCache.add(oid, &found); in writeOid()
176 write16(buffer, idx); in writeOid()
183 sal_uInt16 idx = state_.tidCache.add(tid, &found); in writeTid() local
193 write16(buffer, idx); in writeTid()
/trunk/main/xmlhelp/source/cxxhelp/provider/
H A Dcontentcaps.cxx55 props[idx++] = in getProperties()
63 props[idx++] = in getProperties()
71 props[idx++] = in getProperties()
79 props[idx++] = in getProperties()
87 props[idx++] = in getProperties()
95 props[idx++] = in getProperties()
104 props[idx++] = in getProperties()
114 props[idx++] = in getProperties()
122 props[idx++] = in getProperties()
132 props[idx++] = in getProperties()
[all …]
H A Ddatabases.cxx332 ++idx; in replaceName()
351 if( oustring.indexOf( prodName,idx ) == idx ) in replaceName()
353 else if( oustring.indexOf( prodVersion,idx ) == idx ) in replaceName()
355 else if( oustring.indexOf( vendName,idx ) == idx ) in replaceName()
357 else if( oustring.indexOf( vendVersion,idx ) == idx ) in replaceName()
359 else if( oustring.indexOf( vendShort,idx ) == idx ) in replaceName()
361 else if( oustring.indexOf( newProdName,idx ) == idx ) in replaceName()
452 ( str[idx + 1] == 'c' || str[idx + 1] == 'C' ) && in getModuleList()
453 ( str[idx + 2] == 'f' || str[idx + 2] == 'F' ) && in getModuleList()
454 ( str[idx + 3] == 'g' || str[idx + 3] == 'G' ) && in getModuleList()
[all …]
H A Durlparameter.cxx586 while( idx < length && isLetterOrDigit( (m_aExpr.getStr())[idx] ) ) in module()
587 ++idx; in module()
589 if( idx != 0 ) in module()
591 m_aModule = m_aExpr.copy( 0,idx ); in module()
592 m_aExpr = m_aExpr.copy( idx ); in module()
609 sal_Int32 idx = 1; in name() local
610 while( idx < length && (m_aExpr.getStr())[idx] != '?' ) in name()
614 ++idx; in name()
616 if( idx != 1 && ! modulePresent ) in name()
620 m_aId = m_aExpr.copy( 1,idx-1 ); in name()
[all …]
/trunk/main/sal/osl/unx/
H A Dprocess.c698 unsigned int idx; in osl_executeProcess_WithRedirectedIO() local
720 for ( idx = 0 ; idx < nArguments ; ++idx ) in osl_executeProcess_WithRedirectedIO()
733 pArguments[idx+1]=NULL; in osl_executeProcess_WithRedirectedIO()
736 for ( idx = 0 ; idx < nEnvironmentVars ; ++idx ) in osl_executeProcess_WithRedirectedIO()
753 pEnvironment[idx+1]=NULL; in osl_executeProcess_WithRedirectedIO()
771 for ( idx = 0 ; idx < nArguments ; ++idx ) in osl_executeProcess_WithRedirectedIO()
773 if ( pArguments[idx] != NULL ) in osl_executeProcess_WithRedirectedIO()
775 free(pArguments[idx]); in osl_executeProcess_WithRedirectedIO()
783 for ( idx = 0 ; idx < nEnvironmentVars ; ++idx ) in osl_executeProcess_WithRedirectedIO()
785 if ( pEnvironment[idx] != NULL ) in osl_executeProcess_WithRedirectedIO()
[all …]
H A Dprofile.c336 unsigned int idx=0; in osl_closeProfile() local
339 for ( idx = 0 ; idx < pProfile->m_NoLines ; ++idx) in osl_closeProfile()
341 if ( pProfile->m_Lines[idx] != NULL ) in osl_closeProfile()
343 free(pProfile->m_Lines[idx]); in osl_closeProfile()
353 for ( idx = 0 ; idx < pProfile->m_NoSections ; ++idx ) in osl_closeProfile()
357 free(pProfile->m_Sections[idx].m_Entries); in osl_closeProfile()
1533 unsigned int idx=0; in addLine() local
1539 for ( idx = oldmax ; idx < pProfile->m_MaxLines ; ++idx ) in addLine()
1541 pProfile->m_Lines[idx]=NULL; in addLine()
1748 unsigned int idx=0; in addSection() local
[all …]
/trunk/main/i18npool/source/indexentry/
H A Dindexentrysupplier_asian.cxx72 sal_uInt16** idx=func(&max_index); in getIndexCharacter() local
74 sal_uInt16 address=idx[0][ch >> 8]; in getIndexCharacter()
76 address=idx[1][address+(ch & 0xFF)]; in getIndexCharacter()
77 return idx[2] ? OUString(&idx[2][address]) : OUString(address); in getIndexCharacter()
127 sal_uInt16** idx=func(&max_index); in getPhoneticCandidate() local
132 sal_uInt16 address = idx[0][ch>>8]; in getPhoneticCandidate()
134 address = idx[1][address + (ch & 0xFF)]; in getPhoneticCandidate()
137 if (idx[2]) in getPhoneticCandidate()
138 candidate.append(&idx[2][address]); in getPhoneticCandidate()
/trunk/main/sw/source/core/bastyp/
H A Dbparr.cxx135 ElementPtr BigPtrArray::operator[]( sal_uLong idx ) const in operator []()
138 DBG_ASSERT( idx < nSize, "operator[]: Index aussserhalb" ); in operator []()
140 sal_uInt16 cur = Index2Block( idx ); in operator []()
143 return p->pData[ idx - p->nStart ]; in operator []()
209 sal_uLong idx = (*pp)->nEnd + 1; in UpdIndex() local
214 p->nStart = idx; in UpdIndex()
215 idx += p->nElem; in UpdIndex()
216 p->nEnd = idx - 1; in UpdIndex()
459 DBG_ASSERT( idx < nSize, "Set: Index aussserhalb" ); in Replace()
461 sal_uInt16 cur = Index2Block( idx ); in Replace()
[all …]
/trunk/main/extensions/source/oooimprovement/
H A Dsoaprequest.cxx82 sal_Int32 idx = 0; in replaceAll() local
84 result.append(str.getToken(0, old, idx)); in replaceAll()
85 if(idx>=0) result.append(replacement); in replaceAll()
86 } while(idx >= 0); in replaceAll()
101 for(sal_Int32 idx=0; idx < size; idx++) in createSequenceFromString() local
102 (*result)[idx] = str[idx]; in createSequenceFromString()
/trunk/main/l10ntools/source/
H A Dexport2.cxx482 for( xub_StrLen idx = 0; idx <= rString.Len()-8 ; idx++ ) in replaceEncoding() local
484 if( rString.GetChar( idx ) == '&' && in replaceEncoding()
485 rString.GetChar( idx+1 ) == '#' && in replaceEncoding()
486 rString.GetChar( idx+2 ) == 'x' && in replaceEncoding()
487 rString.GetChar( idx+7 ) == ';' ) in replaceEncoding()
489 ByteString sTmp = rString.Copy( 0 , idx ); in replaceEncoding()
491 sTmp.Append( rString.GetChar( idx+3 ) ); in replaceEncoding()
492 sTmp.Append( rString.GetChar( idx+4 ) ); in replaceEncoding()
493 sTmp.Append( rString.GetChar( idx+5 ) ); in replaceEncoding()
494 sTmp.Append( rString.GetChar( idx+6 ) ); in replaceEncoding()
[all …]
/trunk/main/setup_native/source/win32/customactions/reg4msdoc/
H A Dregistrationcontextinformation.cxx254 std::wstring::size_type idx = str.find(TEXT("~")); in ShellNewCommandDisplayName() local
256 if(std::wstring::npos != idx) in ShellNewCommandDisplayName()
257 str.replace(idx, 1, TEXT("&")); in ShellNewCommandDisplayName()
273 std::wstring::size_type idx = str.find(TEXT("~")); in ShellEditCommandDisplayName() local
275 if(std::wstring::npos != idx) in ShellEditCommandDisplayName()
276 str.replace(idx, 1, TEXT("&")); in ShellEditCommandDisplayName()
367 std::wstring::size_type idx = m_OOExecPath.find_last_of(TEXT('\\')); in ExtractOpenOfficeExecNameFromPath() local
368 assert(idx != std::wstring::npos); // assert valid path in ExtractOpenOfficeExecNameFromPath()
369 m_OOExecName = m_OOExecPath.substr(idx + 1); in ExtractOpenOfficeExecNameFromPath()
/trunk/main/i18npool/source/calendar/
H A Dcalendar_gregorian.cxx200 if (idx == 0) return LocaleData().getLocaleItem(jaLocale).timeAM; in getDisplayName()
201 else if (idx == 1) return LocaleData().getLocaleItem(jaLocale).timePM; in getDisplayName()
931 if( idx >= aCalendar.Days.getLength() ) throw ERROR; in getDisplayName()
932 if (nameType == 0) aStr = aCalendar.Days[idx].AbbrevName; in getDisplayName()
933 else if (nameType == 1) aStr = aCalendar.Days[idx].FullName; in getDisplayName()
937 if( idx >= aCalendar.Months.getLength() ) throw ERROR; in getDisplayName()
938 if (nameType == 0) aStr = aCalendar.Months[idx].AbbrevName; in getDisplayName()
939 else if (nameType == 1) aStr = aCalendar.Months[idx].FullName; in getDisplayName()
943 if( idx >= aCalendar.Eras.getLength() ) throw ERROR; in getDisplayName()
944 if (nameType == 0) aStr = aCalendar.Eras[idx].AbbrevName; in getDisplayName()
[all …]
/trunk/main/i18nutil/source/utility/
H A Dcasefolding.cxx125 sal_Unicode casefolding::getNextChar(const sal_Unicode *str, sal_Int32& idx, sal_Int32 len, Mapping… in getNextChar() argument
127 if( idx >= len ) in getNextChar()
137 e.element = getValue(str, idx++, len, aLocale, nMappingType); in getNextChar()
142 c = *(str + idx++); in getNextChar()
154 if (0x3040 <= c && c <= 0x30ff && idx < len && in getNextChar()
155 is_ja_voice_sound_mark(c, half2fullTable[*(str + idx)])) in getNextChar()
156 idx++; in getNextChar()
/trunk/main/vcl/unx/generic/fontmanager/
H A DparseAFM.cxx272 int ch, idx; in token() local
279 idx = 0; in token()
282 ident[idx++] = ch; in token()
286 if (ch == -1 && idx < 1) return ((char *)NULL); in token()
288 if (idx < 1 ) ident[idx++] = ch; /* single-character token */ in token()
289 ident[idx] = 0; in token()
290 rLen = idx; in token()
307 int ch, idx; in linetoken() local
311 idx = 0; in linetoken()
314 ident[idx++] = ch; in linetoken()
[all …]
/trunk/main/scripting/java/org/openoffice/netbeans/modules/office/utils/
H A DPackageRemover.java81 int idx = line.indexOf(ParcelZipper.CONTENTS_DIRNAME); in evaluate() local
82 if (idx == -1) in evaluate()
85 idx = idx + ParcelZipper.CONTENTS_DIRNAME.length(); in evaluate()
86 if (line.charAt(idx) == '.') in evaluate()
87 return "package " + line.substring(idx + 1);; in evaluate()
/trunk/main/bean/java/officebean/src/main/java/com/sun/star/beans/
H A DLocalOfficeConnection.java372 int idx = url.indexOf(";urp;StarOffice.NamingService"); in parseUnoUrlWithOfficePath() local
373 if (idx < 0) in parseUnoUrlWithOfficePath()
376 String params = url.substring(prefix.length(), idx + 1); in parseUnoUrlWithOfficePath()
385 for(idx = 0; idx < params.length(); idx += 1) { in parseUnoUrlWithOfficePath()
386 ch = params.charAt(idx); in parseUnoUrlWithOfficePath()
459 idx -= 1; // put back the last read character in parseUnoUrlWithOfficePath()
/trunk/main/mysqlc/source/
H A Dmysqlc_propertyids.cxx108 OUString OPropertyMap::getNameByIndex(sal_Int32 idx) const in getNameByIndex()
111 ::std::map<sal_Int32 , rtl_uString*>::const_iterator aIter = m_aPropertyMap.find(idx); in getNameByIndex()
113 sRet = const_cast<OPropertyMap*>(this)->fillValue(idx); in getNameByIndex()
183 OUString OPropertyMap::fillValue(sal_Int32 idx) in fillValue() argument
186 rtl_uString_newFromAscii(&pStr, property_callbacks[idx]()); in fillValue()
187 m_aPropertyMap[idx] = pStr; in fillValue()
/trunk/main/qadevOOo/java/OOoRunner/src/main/java/mod/_cached/
H A DCachedDynamicResultSetStubFactory.java118 int idx = url.indexOf("/") ; in createTestEnvironment() local
120 while (idx >= 0) { in createTestEnvironment()
121 escUrl += url.substring(lastIdx + 1, idx) + "%2F" ; in createTestEnvironment()
122 lastIdx = idx ; in createTestEnvironment()
123 idx = url.indexOf("/", idx + 1) ; in createTestEnvironment()
/trunk/main/i18npool/source/transliteration/
H A DtextToPronounce_zh.cxx49 if (idx) { in getPronounce()
50 sal_uInt16 address = idx[0][ch>>8]; in getPronounce()
52 return &idx[2][idx[1][address + (ch & 0xFF)]]; in getPronounce()
153 idx=NULL; in TextToPronounce_zh()
157 idx=function(); in TextToPronounce_zh()
/trunk/main/qadevOOo/java/OOoRunner/src/main/java/ifc/ucb/
H A D_XSortedDynamicResultSetFactory.java93 int idx = url.indexOf("/") ; in _createSortedDynamicResultSet() local
95 while (idx >= 0) { in _createSortedDynamicResultSet()
96 escUrl += url.substring(lastIdx + 1, idx) + "%2F" ; in _createSortedDynamicResultSet()
97 lastIdx = idx ; in _createSortedDynamicResultSet()
98 idx = url.indexOf("/", idx + 1) ; in _createSortedDynamicResultSet()

Completed in 136 milliseconds

12345