/aoo41x/main/scaddins/source/analysis/ |
H A D | bessel.cxx | 98 double k= 0.0; in BesselJ() local 124 k = 2.0; in BesselJ() 130 for (k =1.0; k<= N-1; k = k + 1.0) in BesselJ() 148 k = k + 1.0; in BesselJ() 161 k = k + 1.0; in BesselJ() 354 double k = 1.0; in Bessely0() local 365 k = k + 1; in Bessely0() 384 k=k+1; in Bessely0() 409 double k = 1.0; in Bessely1() local 422 k = k + 1.0; in Bessely1() [all …]
|
/aoo41x/main/qadevOOo/tests/java/ifc/beans/ |
H A D | _XMultiHierarchicalPropertySet.java | 90 for (int k = 0; k < oldValues.length; k++) { in _setHierarchicalPropertyValues() 91 newValues[k] = ValueChanger.changePValue(oldValues[k]); in _setHierarchicalPropertyValues() 98 for (int k = 0; k < pNames.length; k++) { in _setHierarchicalPropertyValues() 131 for (int k = 0; k < name.length; k++) { in checkType() 132 if (type[k].equals("Boolean")) { in checkType() 135 if (!(value[k] instanceof Boolean)) { in checkType() 137 log.println("Expected " + type[k]); in checkType() 140 } else if (type[k].equals("Short")) { in checkType() 141 result &= (value[k] instanceof Short); in checkType() 143 if (!(value[k] instanceof Short)) { in checkType() [all …]
|
/aoo41x/main/i18npool/source/textconversion/ |
H A D | genconv_dict.cxx | 94 sal_Int32 count, address, i, j, k; in make_hhc_char() local 142 for (k = 0; k < 0x100; k++) { in make_hhc_char() 164 for (k = 0; k < 0x10; k++) { in make_hhc_char() 165 sal_Unicode c = Hanja2HangulData[((i*0x10+j)*0x10)+k]; in make_hhc_char() 184 sal_Int32 address, i, j, k; in make_stc_char() local 218 for (k = 0; k < 0x100; k++) { in make_stc_char() 240 for (k = 0; k < 0x10; k++) { in make_stc_char() 255 for (k = 0; k < 0x100; k++) { in make_stc_char() 277 for (k = 0; k < 0x10; k++) { in make_stc_char() 292 for (k = 0; k < 0x100; k++) { in make_stc_char() [all …]
|
/aoo41x/main/qadevOOo/tests/java/ifc/util/ |
H A D | _XSortable.java | 83 for (int k = 0; k < oPV.length; k++) { in _createSortDescriptor() 84 log.println("DescriptorProperty " + k + ": Name=" + in _createSortDescriptor() 85 oPV[k].Name + "; Value=" + oPV[k].Value); in _createSortDescriptor() 87 if (oPV[k].Name.equals("SortFields")) { in _createSortDescriptor() 168 for (int k = 0; k < TableFields.length; k++) { in modifyDescriptor() 169 TableFields[k].IsAscending = isSortAscending; in modifyDescriptor() 173 TableFields[k].CollatorAlgorithm = "numeric"; in modifyDescriptor() 195 for (int k = 0; k < oPV.length; k++) { in modifyDescriptor() 196 log.println("DescriptorProperty " + k + ": Name=" + in modifyDescriptor() 197 oPV[k].Name + "; Value=" + oPV[k].Value); in modifyDescriptor() [all …]
|
/aoo41x/main/writerperfect/source/filter/ |
H A D | TextRunStyle.cxx | 66 WPXPropertyList::Iter k((*mpPropList)); in write() 67 for (k.rewind(); k.next(); ) in write() 71 if (strcmp(k.key(), "fo:margin-left") == 0) in write() 73 if (strcmp(k.key(), "fo:margin-right") == 0) in write() 75 if (strcmp(k.key(), "fo:text-indent") == 0) in write() 77 if (strcmp(k.key(), "fo:margin-top") == 0) in write() 78 propList.insert("fo:margin-top", k()->getStr()); in write() 79 if (strcmp(k.key(), "fo:margin-bottom") == 0) in write() 81 if (strcmp(k.key(), "fo:line-height") == 0) in write() 83 if (strcmp(k.key(), "fo:break-before") == 0) in write() [all …]
|
/aoo41x/main/basegfx/source/workbench/ |
H A D | gauss.hxx | 52 int max, i, j, k; /* *must* be signed, when looping like: j>=0 ! */ in eliminate() local 68 for(k=0; k<cols; ++k) in eliminate() 70 temp = matrix[ i*cols + k ]; in eliminate() 71 matrix[ i*cols + k ] = matrix[ max*cols + k ]; in eliminate() 72 matrix[ max*cols + k ] = temp; in eliminate() 77 for(k=cols-1; k>=i; --k) in eliminate() 78 matrix[ j*cols + k ] -= matrix[ i*cols + k ] * in eliminate() 114 int j,k; /* *must* be signed, when looping like: j>=0 ! */ in substitute() local 120 for(k=j+1; k<cols-1; ++k) in substitute() 121 temp += matrix[ j*cols + k ] * result[k]; in substitute()
|
H A D | bezierclip.cxx | 331 for( k=0; k<poly.size(); ++k ) in Impl_calcSafeParams_clip() 333 cout << poly[k].x << " " << poly[k].y << endl; in Impl_calcSafeParams_clip() 338 for( k=0; k<convHull.size(); ++k ) in Impl_calcSafeParams_clip() 340 cout << convHull[k].x << " " << convHull[k].y << endl; in Impl_calcSafeParams_clip() 853 for( d=0.0, k=::std::max(0,i-n); k<=k_max && k<=i; ++k ) in Impl_calcSafeParams_focus() 1412 for( k=0; k<convHull.size(); ++k ) in main() 1668 for( k=0; k<poly.size(); ++k ) in main() 1670 cout << poly[k].x << " " << poly[k].y << endl; in main() 1675 for( k=0; k<convHull.size(); ++k ) in main() 2037 for( k=0; k<result.size(); ++k ) in main() [all …]
|
/aoo41x/main/lingucomponent/source/hyphenator/altlinuxhyph/hyphen/ |
H A D | hyphenimp.cxx | 178 for (k = 0; k < nLen2; ++k) in getLocales() 186 k = 0; in getLocales() 206 k = 0; in getLocales() 224 aDicts[k].apCC = new CharClass( aDicts[k].aLoc ); in getLocales() 288 int k = 0; in hyphenate() local 302 k = -1; in hyphenate() 306 k = j; in hyphenate() 310 if (k != -1) in hyphenate() 553 int k; in createPossibleHyphens() local 566 k = -1; in createPossibleHyphens() [all …]
|
/aoo41x/main/sal/rtl/source/ |
H A D | cipher.c | 678 k++; in __rtl_cipherBF_init() 680 k = 0; in __rtl_cipherBF_init() 697 for (k = 0; k < 256; k += 2) in __rtl_cipherBF_init() 878 sal_uInt32 k; in __rtl_cipherBF_updateCFB() local 883 if (k == 0) in __rtl_cipherBF_updateCFB() 896 iv[k] ^= *pData; in __rtl_cipherBF_updateCFB() 902 iv[k] = *pData; in __rtl_cipherBF_updateCFB() 1179 for (k = 0; k < nKeyLen; k++) L[k] = pKeyData[k]; in rtl_cipherARCFOUR_init_Impl() 1182 for (k = 0; k < n; k++) L[k] = pKeyData[k]; in rtl_cipherARCFOUR_init_Impl() 1219 for (k = 0; k < nDatLen; k++) in rtl_cipherARCFOUR_update_Impl() [all …]
|
H A D | random.c | 169 sal_sSize j, k; in __rtl_random_seedPool() local 180 k = (pImpl->m_nIndex + j) - RTL_RANDOM_SIZE_POOL; in __rtl_random_seedPool() 181 if (k > 0) in __rtl_random_seedPool() 186 pImpl->m_hDigest, &(pImpl->m_pData[0]), k); in __rtl_random_seedPool() 199 for (k = 0; k < j; k++) in __rtl_random_seedPool() 201 pImpl->m_pData[pImpl->m_nIndex++] ^= pImpl->m_pDigest[k]; in __rtl_random_seedPool() 220 sal_Int32 j, k; in __rtl_random_readPool() local 234 k = (pImpl->m_nIndex + j) - pImpl->m_nData; in __rtl_random_readPool() 235 if (k > 0) in __rtl_random_readPool() 240 pImpl->m_hDigest, &(pImpl->m_pData[0]), k); in __rtl_random_readPool() [all …]
|
H A D | alloc_impl.h | 102 k |= 32, n >>= 32; in highbit() 109 k |= 4, n >>= 4; in highbit() 113 k++; in highbit() 115 return (k); in highbit() 135 k |= 32, n >>= 32; in lowbit() 138 k |= 16, n >>= 16; in lowbit() 140 k |= 8, n >>= 8; in lowbit() 142 k |= 4, n >>= 4; in lowbit() 144 k |= 2, n >>= 2; in lowbit() 146 k++; in lowbit() [all …]
|
/aoo41x/main/hyphen/ |
H A D | hyphen-2.7.1-read-charset.patch | 5 if (k == 0) { 6 for (i=0;i<MAX_NAME;i++) dict[k]->cset[i]= 0; 7 - if (fgets(dict[k]->cset, sizeof(dict[k]->cset),f) != NULL) { 9 - if ((dict[k]->cset[i] == '\r') || (dict[k]->cset[i] == '\n')) 10 - dict[k]->cset[i] = 0; 12 - dict[k]->cset[0] = 0; 14 + fgets(dict[k]->cset, sizeof(dict[k]->cset),f); 16 + if ((dict[k]->cset[i] == '\r') || (dict[k]->cset[i] == '\n')) 17 + dict[k]->cset[i] = 0; 18 dict[k]->utf8 = (strcmp(dict[k]->cset, "UTF-8") == 0); [all …]
|
/aoo41x/main/libtextcat/data/new_fingerprints/lm/ |
H A D | mingo.lm | 5 k 788 57 'k 86 68 kë 72 127 kê 45 131 a'k 44 133 ák 43 170 ëk 35 172 ök 35 187 ôk 33 207 kö 29 [all …]
|
/aoo41x/main/qadevOOo/tests/java/ifc/sheet/ |
H A D | _XSheetFilterableEx.java | 84 for (int k = 0; k < fields.length; k++) { in checkFilterDescriptor() 85 log.println("StringValue(" + k + "): " + fields[k].StringValue); in checkFilterDescriptor() 86 log.println("IsNumeric(" + k + "): " + fields[k].IsNumeric); in checkFilterDescriptor() 87 log.println("NumericValue(" + k + "): " + fields[k].NumericValue); in checkFilterDescriptor() 88 log.println("Field(" + k + "): " + fields[k].Field); in checkFilterDescriptor() 89 log.println("Connection(" + k + "): " + fields[k].Connection); in checkFilterDescriptor() 90 log.println("Operator(" + k + "): " + fields[k].Operator); in checkFilterDescriptor()
|
/aoo41x/main/svl/source/misc/ |
H A D | inethist.cxx | 260 hash_entry h = a[k]; in downheap() 261 while (k < n / 2) in downheap() 263 sal_uInt16 i = k + k + 1; in downheap() 266 a[k] = a[i]; in downheap() 267 k = i; in downheap() 269 a[k] = h; in downheap() 279 for (sal_uInt16 k = (n - 1) / 2 + 1; k > 0; k--) in heapsort() local 280 downheap (a, n, k - 1); in heapsort() 345 sal_uInt16 k = find (h); in putUrl() local 346 if ((k < capacity()) && (m_pHash[k] == h)) in putUrl() [all …]
|
/aoo41x/main/i18npool/source/search/ |
H A D | textsearch.cxx | 246 for ( int k = 0; k < sres.startOffset.getLength(); k++ ) in searchForward() local 260 if (sres.endOffset[k]) in searchForward() 261 sres.endOffset[k] = offset[sres.endOffset[k]-1] + 1; in searchForward() 289 for ( int k = 0; k < sres2.startOffset.getLength(); k++ ) in searchForward() local 292 sres2.startOffset[k] = offset[sres2.startOffset[k]-1] + 1; in searchForward() 294 sres2.endOffset[k] = offset[sres2.endOffset[k]-1] + 1; in searchForward() 343 for ( int k = 0; k < sres.startOffset.getLength(); k++ ) in searchBackward() local 346 sres.startOffset[k] = offset[sres.startOffset[k] - 1] + 1; in searchBackward() 386 for( int k = 0; k < sres2.startOffset.getLength(); k++ ) in searchBackward() local 389 sres2.startOffset[k] = offset[sres2.startOffset[k]-1]+1; in searchBackward() [all …]
|
/aoo41x/extras/l10n/source/hu/ |
H A D | localize.sdf | 4826 …g STR_SVT_FONTMAP_PRINTERONLY 0 hu Ez egy nyomtató-betűkészlet. A képernyőn megjelenő kép külön… 4827 ….src 0 string STR_SVT_FONTMAP_SCREENONLY 0 hu Ez egy képernyő-betűkészlet. A nyomtatott kép kül… 27286 …_id3151389 8 0 hu Meghatározza a változók és operátorok közötti, a vonalak közötti és a gyökjele… 39584 …_id3150417 105 0 hu Az \<emph\>érték:\</emph\> az ellenőrizni kívánt érték, szám, logikai érték,… 42590 …k\</emph\> a jelenérték. A készpénzérték a készpénzletét vagy a természetbeni juttatás aktuális ké… 42591 …47515 286 0 hu A \<emph\>jövőérték\</emph\> a várt érték. A jövőérték határozza meg a letét kívá… 43187 …középső értékét. Páratlan számú értéket tartalmazó halmazban a középső érték a halmaz közepén elhe… 49339 …id3150740 67 0 hu Ahogy az interaktív képek különbözőképpen használhatók, különböző formátumokba… 54182 …u A középső sor a következő alapvonal-alakzatokat tartalmazza: \<emph\>Felső körív\</emph\>, \<emp… 54826 …red\01\06040100.xhp 0 help par_id1421246 0 hu A -- B (A, szóköz, kötőjel, kötőjel, szóköz, B) … [all …]
|
/aoo41x/main/qadevOOo/tests/java/ifc/accessibility/ |
H A D | _XAccessibleSelection.java | 213 for (int k = 0; k < SelectableChildCount; k++) { in _isAccessibleChildSelected() 216 if (isSelectable(tEnv.getTestObject(), k)) { in _isAccessibleChildSelected() 217 oObj.selectAccessibleChild(k); in _isAccessibleChildSelected() 434 int k = 0; in _getSelectedAccessibleChild() local 436 for (k = 0; k < SelectableChildCount; k++) { in _getSelectedAccessibleChild() 439 if (isSelectable(tEnv.getTestObject(), k)) { in _getSelectedAccessibleChild() 440 oObj.selectAccessibleChild(k); in _getSelectedAccessibleChild() 453 "\toObj.selectAccessibleChild("+k+")\n" + in _getSelectedAccessibleChild() 511 for (int k = 0; k < maxCount; k++) { in _deselectAccessibleChild() 514 if (oObj.isAccessibleChildSelected(k)) { in _deselectAccessibleChild() [all …]
|
/aoo41x/main/extensions/workben/ |
H A D | testpgp.cxx | 226 while (k > 0) in setBuffer() 229 m_buffer.realloc (n + k); in setBuffer() 232 n += k; in setBuffer() 234 rtl_zeroMemory (buffer, k); in setBuffer() 282 k = VOS_BOUND(k, 0, nBytesToRead); in readBytes() 283 if (k > 0) in readBytes() 285 rData.realloc(k); in readBytes() 288 m_position += k; in readBytes() 290 return k; in readBytes() 322 return ((k > 0) ? k : 0); in available() [all …]
|
/aoo41x/main/connectivity/source/drivers/macab/ |
H A D | MacabRecords.cxx | 372 sal_Int32 i, j, k; in createHeaderForRecordType() local 379 k = 0; in createHeaderForRecordType() 407 k++; in createHeaderForRecordType() 582 sal_Int32 i,j,k; in createHeaderForProperty() local 642 for(i = 0, j = 0, k = 0; i < multiLengthSecondLevel; i++,k++) in createHeaderForProperty() 647 k = 0; in createHeaderForProperty() 676 sal_Int32 i,j,k; in createHeaderForProperty() local 720 for(i = 0, j = 0, k = 0; i < length; i++,k++) in createHeaderForProperty() 725 k = 0; in createHeaderForProperty() 780 for(i = 0, j = 0, k = 0; i < length; i++,k++) in createHeaderForProperty() [all …]
|
/aoo41x/main/qadevOOo/runner/util/ |
H A D | AccessibilityTools.java | 134 k = 50; in getAccessibleObjectForRoleIgnoreShowing_() 137 for (int i = 0; i < k; i++) { in getAccessibleObjectForRoleIgnoreShowing_() 165 k = 50; in getAccessibleObjectForRole_() 168 for (int i = 0; i < k; i++) { in getAccessibleObjectForRole_() 216 k = 50; in getAccessibleObjectForRoleIgnoreShowing() 219 for (int i = 0; i < k; i++) { in getAccessibleObjectForRoleIgnoreShowing() 258 k = 50; in getAccessibleObjectForRole() 261 for (int i = 0; i < k; i++) { in getAccessibleObjectForRole() 367 k = 50; in printAccessibleTree() 370 for (int i = 0; i < k; i++) { in printAccessibleTree() [all …]
|
/aoo41x/main/sdext/source/pdfimport/xpdfwrapper/ |
H A D | wrapper_gpl.cxx | 58 int k = 0; in main() 59 while (k < argc) in main() 61 if (!strcmp(argv[k], "-f")) in main() 63 outputFile = argv[k+1]; in main() 65 for (int j = k; j < argc; ++j) in main() 68 else if (!strcmp(argv[k], "-opw")) in main() 70 ownerPassword = argv[k+1]; in main() 72 for (int j = k; j < argc; ++j) in main() 75 else if (!strcmp(argv[k], "-upw")) in main() 77 userPassword = argv[k+1]; in main() [all …]
|
/aoo41x/main/qadevOOo/tests/java/ifc/lang/ |
H A D | _XMultiServiceFactory.java | 125 for (int k = 0; k < services.length; k++) { in _createInstance() 127 log.println("Creating Instance: " + services[k]); in _createInstance() 129 Object Inst = oObj.createInstance(services[k]); in _createInstance() 174 for (int k = 0; k < sNames.length; k++) { in _createInstanceWithArguments() 175 log.println("Creating service '" + sNames[k] + in _createInstanceWithArguments() 179 Object Inst = oObj.createInstanceWithArguments(sNames[k], in _createInstanceWithArguments() 180 args[k]); in _createInstanceWithArguments()
|
/aoo41x/main/linguistic/source/ |
H A D | misc.cxx | 192 sal_Int32 & Value( int i, int k ); 207 sal_Int32 & IntArray2D::Value( int i, int k ) in Value() argument 210 DBG_ASSERT( 0 <= k && k < n2, "first index out of range" ); in Value() 212 return pData[ i * n2 + k ]; in Value() 228 sal_Int32 i, k; in LevDistance() local 231 for (k = 0; k <= nLen2; ++k) in LevDistance() 232 aData.Value(0, k) = k; in LevDistance() 235 for (k = 1; k <= nLen2; ++k) in LevDistance() 244 if (2 < i && 2 < k) in LevDistance() 249 if (rTxt2.getStr()[k - 2] != c2k) in LevDistance() [all …]
|
/aoo41x/main/codemaker/source/codemaker/ |
H A D | unotype.cxx | 75 sal_Int32 k = j; in decompose() local 77 ++k; // skip '<' or ',' in decompose() 78 sal_Int32 l = k; in decompose() 94 arguments->push_back(type.copy(k, l - k)); in decompose() 95 k = l; in decompose() 96 } while (k != len && type[k] != '>'); in decompose() 97 OSL_ASSERT(k == len - 1 && type[k] == '>'); in decompose()
|