Home
last modified time | relevance | path

Searched refs:k (Results 51 – 75 of 454) sorted by relevance

12345678910>>...19

/trunk/main/qadevOOo/java/OOoRunner/src/main/java/ifc/i18n/
H A D_XCalendar.java318 for (int k=0; k<fields.length;k++) { in _setValue()
328 short set = oObj.getValue(fields[k]); in _setValue()
329 if (fields[k] == CalendarFieldIndex.MONTH) set = newValue; in _setValue()
330 oObj.setValue(fields[k],set); in _setValue()
331 short get = oObj.getValue(fields[k]); in _setValue()
334 log.println("ERROR occur: tried to set " + names[k] + " to value " + set); in _setValue()
335 … log.println("list of values BEFORE set " + names[k] + " to value " + set + ":"); in _setValue()
339 … log.println("list of values AFTER set " + names[k] + " to value " + set + ":"); in _setValue()
344 error += "failed for "+names[k]+" expected "+ in _setValue()
/trunk/main/binaryurp/source/
H A Dwriter.cxx437 sal_Size k = SAL_MAX_INT32 - header.size(); in sendMessage() local
438 if (n < k) { in sendMessage()
439 k = static_cast< sal_Size >(n); in sendMessage()
442 static_cast< sal_Int32 >(header.size() + k)); in sendMessage()
447 rtl_copyMemory(s.getArray() + s.getLength() - k, p, k); in sendMessage()
459 n = static_cast< std::vector< unsigned char >::size_type >(n - k); in sendMessage()
463 p += k; in sendMessage()
464 k = SAL_MAX_INT32; in sendMessage()
465 if (n < k) { in sendMessage()
466 k = static_cast< sal_Size >(n); in sendMessage()
[all …]
H A Dincomingrequest.cxx274 for (sal_Int32 k = 0; k != mtd->nParams; ++k) { in execute_throw() local
275 if (mtd->pParams[k].bOut) { in execute_throw()
278 mtd->pParams[k].pTypeRef), in execute_throw()
279 args[k]); in execute_throw()
281 if (!mtd->pParams[k].bIn) { in execute_throw()
283 &(*j++)[0], mtd->pParams[k].pTypeRef, 0); in execute_throw()
/trunk/main/vcl/aqua/source/res/MainMenu.nib/
H A Dkeyedobjects.nib2 …��������������������������������� *067:<?BUhijklmnopqrstu…
4 ���"�'��V�W��X�0�Z�[�\]NSDestinationWNSLabelXNSSource���� ��^�_�`�a�b�c�d��e�f�g�h�i�j�k�lVN…
5k�l� ��������[Hide OthersQh_hideOtherApplications:��V�W��X�0���[����!����^�_�`�a�b�c�…
/trunk/main/xmerge/source/wordsmith/java/org/openoffice/xmerge/converter/xml/sxw/wordsmith/
H A DWseColorTable.java74 for (int k = 0; k < 16; k++) { in WseColorTable()
75 fgColors[k] = new Color(((int)dataArray[i+1]) & 0xFF, in WseColorTable()
80 for (int k = 0; k < 16; k++) { in WseColorTable()
81 bgColors[k] = new Color(((int)dataArray[i+1]) & 0xFF, in WseColorTable()
/trunk/main/qadevOOo/java/OOoRunner/src/main/java/ifc/sheet/
H A D_XDataPilotField.java49 for (int k = 0; k < count; k++) { in checkIndexAccess()
51 Object element = xIA.getByIndex(k); in checkIndexAccess()
52 log.println("Element " + k + " = " + element); in checkIndexAccess()
54 log.println("Unexpected Exception while getting by Index (" + k + in checkIndexAccess()
58 log.println("Unexpected Exception while getting by Index (" + k + in checkIndexAccess()
H A D_XCellFormatRangesSupplier.java73 for (int k=0; k<count; k++) { in checkIndexAccess()
75 Object element = xIA.getByIndex(k); in checkIndexAccess()
76 log.println("Element "+k+" = "+element); in checkIndexAccess()
78 log.println("Unexpected Exception while getting by Index ("+k+")"+e.getMessage()); in checkIndexAccess()
81 log.println("Unexpected Exception while getting by Index ("+k+")"+e.getMessage()); in checkIndexAccess()
H A D_XUniqueCellFormatRangesSupplier.java63 for (int k=0; k<count; k++) { in checkIndexAccess()
65 Object element = xIA.getByIndex(k); in checkIndexAccess()
66 log.println("Element "+k+" = "+element); in checkIndexAccess()
68 log.println("Unexpected Exception while getting by Index ("+k+")"+e.getMessage()); in checkIndexAccess()
71 log.println("Unexpected Exception while getting by Index ("+k+")"+e.getMessage()); in checkIndexAccess()
H A D_XMultipleOperation.java131 for (int k = 1; k < 5; k++) { in fillCells()
132 cell = oSheet.getCellByPosition(0, k); in fillCells()
133 cell.setValue(k * 12); in fillCells()
134 cell = oSheet.getCellByPosition(k, 0); in fillCells()
135 cell.setValue(k * 5); in fillCells()
/trunk/main/jurt/java/jurt/src/test/java/com/sun/star/lib/uno/protocols/urp/
H A DCache_Test.java115 for (int k = 0; k < i; ++k) { in testNothingLostFromLruList()
116 c.add(new boolean[1], a[k]); in testNothingLostFromLruList()
130 for (int k = j + 1; k < i; ++k) { in testNothingLostFromLruList()
131 a[k] = 0; in testNothingLostFromLruList()
/trunk/main/i18npool/source/breakiterator/
H A Dgendict.cxx154 sal_Int32 k = (i*0x100) + j; in SAL_IMPLEMENT_MAIN_WITH_ARGS() local
155 if (prev != 0 && charArray[k] == 0) { in SAL_IMPLEMENT_MAIN_WITH_ARGS()
156 for (k++; k < 0x10000; k++) in SAL_IMPLEMENT_MAIN_WITH_ARGS()
157 if (charArray[k] != 0) in SAL_IMPLEMENT_MAIN_WITH_ARGS()
164 k < 0x10000 ? charArray[k] + 1 : 0)); in SAL_IMPLEMENT_MAIN_WITH_ARGS()
/trunk/main/svtools/source/filter/wmf/
H A Denhwmf.cxx306 for( sal_uInt16 k = 0; k < (sal_uInt16)nPoints; k++ ) in ReadEnhWMF() local
309 aPoly[ k ] = Point( nX32, nY32 ); in ReadEnhWMF()
363 for( sal_uInt16 k = 0; k < pnPoints[ i ]; k++ ) in ReadEnhWMF() local
366 aPoly[ k ] = Point( nX32, nY32 ); in ReadEnhWMF()
1093 sal_uInt16 i, j, k; in ReadEnhWMF() local
1100 for ( k = 0; ( k < aCharacter.Len() ) && ( j < nLen ) && ( i < aText.Len() ); k++ ) in ReadEnhWMF()
1159 for( sal_uInt16 k = 0; k < (sal_uInt16)nPoints; k++ ) in ReadEnhWMF() local
1162 aPoly[ k ] = Point( nX16, nY16 ); in ReadEnhWMF()
1215 for ( sal_uInt16 k = 0; k < pnPoints[ i ]; k++ ) in ReadEnhWMF() local
1218 aPolygon[ k ] = Point( nX16, nY16 ); in ReadEnhWMF()
/trunk/main/svx/source/dialog/
H A Dpfiledlg.cxx96 std::list< String >::iterator k; in SvxPluginFileDlg() local
124 k = aPlugExtensions.begin(), in SvxPluginFileDlg()
132 aStrPlugExtension.Insert( *k ); in SvxPluginFileDlg()
135 aPlugNames.erase(j++); aPlugExtensions.erase(k++); in SvxPluginFileDlg()
143 ++j; ++k; in SvxPluginFileDlg()
177 k = aPlugExtensions.begin(), in SvxPluginFileDlg()
179 j != end; ++j, ++k ) in SvxPluginFileDlg()
181 maFileDlg.AddFilter( *j, *k ); in SvxPluginFileDlg()
/trunk/main/xmloff/source/draw/
H A Dshapeexport4.cxx332 sal_Int32 i, j, k, l; in ImpExportEnhancedPath() local
425 for ( k = 0; k < aSegment.Count; k++ ) in ImpExportEnhancedPath()
909 sal_Int32 k, nElements = aGluePoints.getLength(); in ImpExportEnhancedGeometry() local
912 for( k = 0; k < nElements; k++ ) in ImpExportEnhancedGeometry()
914 ExportParameter( aStrBuffer, aGluePoints[ k ].First ); in ImpExportEnhancedGeometry()
915 ExportParameter( aStrBuffer, aGluePoints[ k ].Second ); in ImpExportEnhancedGeometry()
970 sal_uInt16 k, nElements = (sal_uInt16)aPathTextFrames.getLength(); in ImpExportEnhancedGeometry() local
971 for ( k = 0; k < nElements; k++ ) in ImpExportEnhancedGeometry()
973 ExportParameter( aStrBuffer, aPathTextFrames[ k ].TopLeft.First ); in ImpExportEnhancedGeometry()
974 ExportParameter( aStrBuffer, aPathTextFrames[ k ].TopLeft.Second ); in ImpExportEnhancedGeometry()
[all …]
/trunk/extras/l10n/source/fi/
H A Dlocalize.sdf18479 …ext IdentifyQText 0 fi Asennus epäonnistui. Todennäköisesti käyttäjätililläsi ei ole riittäviä
30165 …red/02/06120000.xhp\" name=\"Luettelomerkit käytössä / poissa käytöstä\"\>Luetelmamerkit käytössä …
30454 …hared/02/12000000.xhp\" name=\"Tietolähdepuu käytössä / poissa käytöstä\"\>Tietolähdepuu käytössä …
30722 …ed/02/01170500.xhp\" name=\"Suunnittelutila käytössä / poissa käytöstä\"\>Suunnittelutila käytössä…
31731 …/14020200.xhp\" name=\"Ota suunnittelunäkymä käyttöön/pois käytöstä\"\>Ota suunnittelunäkymä käytt…
38875käyttäjäkohtaisten LDAP-palvelimelle talletettujen $[officename] asetuksien etäkäytölle.\</ahelp\>…
50426 …ext/simpress/02/11100000.xhp\" name=\"Muotoilu käytössä / poissa käytöstä\"\>Muotoilu käytössä / p…
61697 …ext/swriter/02/18120000.xhp\" name=\"Grafiikka käytössä / poissa käytöstä\"\>Grafiikka käytössä / …
62075 …t/swriter/02/02110000.xhp\" name=\"Numerointi käytössä / poissa käytöstä\"\>Numerointi käytössä / …
62148 …er/02/18130000.xhp\" name=\"Suora kohdistin käytössä / poissa käytöstä\"\>Suora kohdistin käytössä…
[all …]
/trunk/main/configmgr/source/
H A Daccess.cxx514 k != j->second.end(); ++k) in initBroadcasterAndChanges()
529 k != j->second.end(); ++k) in initBroadcasterAndChanges()
604 k != j->second.end(); ++k) in initBroadcasterAndChanges()
607 *k, in initBroadcasterAndChanges()
618 k != j->second.end(); ++k) in initBroadcasterAndChanges()
621 *k, in initBroadcasterAndChanges()
736 k != j->second.end(); ++k) in initBroadcasterAndChanges()
739 *k, in initBroadcasterAndChanges()
750 k != j->second.end(); ++k) in initBroadcasterAndChanges()
2225 Node::Kind k(p->kind()); in thisIs() local
[all …]
/trunk/main/qadevOOo/java/OOoRunner/src/main/java/ifc/beans/
H A D_XHierarchicalPropertySet.java93 for (int k = 0; k < pNames.length; k++) { in _setHierarchicalPropertyValue()
95 Object oldValue = oObj.getHierarchicalPropertyValue(pNames[k]); in _setHierarchicalPropertyValue()
97 oObj.setHierarchicalPropertyValue(pNames[k], newValue); in _setHierarchicalPropertyValue()
99 Object getValue = oObj.getHierarchicalPropertyValue(pNames[k]); in _setHierarchicalPropertyValue()
109 oObj.setHierarchicalPropertyValue(pNames[k], oldValue); in _setHierarchicalPropertyValue()
/trunk/main/sw/source/core/docnode/
H A Dndtbl1.cxx263 for ( sal_uInt16 k = 0; k < rArr.Count(); ++k ) in lcl_CollectLines() local
265 if ( k != i && ::lcl_IsAnLower( pUpLine, (SwTableLine*)rArr[k] ) ) in lcl_CollectLines()
267 rArr.Remove( k ); in lcl_CollectLines()
268 if ( k <= i ) in lcl_CollectLines()
270 --k; in lcl_CollectLines()
771 for( int k = 0; k < 4; ++k, ++pBrd ) in SetTabBorders() local
1088 for( int k = 0; k < 4; ++k, ++pBrd ) in GetTabBorders() local
1094 for( int k = 0; k < 4; ++k, ++pBrd ) in GetTabBorders() local
1522 for ( sal_uInt16 k= 0; k < 2; ++k ) in AdjustCellWidth() local
/trunk/main/qadevOOo/java/OOoRunner/src/main/java/ifc/text/
H A D_XTextSectionsSupplier.java44 for (int k = 0; k < sNames.length; k++) { in checkSections()
46 res &= sections.hasByName(sNames[k]); in checkSections()
47 res &= (sections.getByName(sNames[k]) != null); in checkSections()
48 log.println("Works for ... " + sNames[k]); in checkSections()
/trunk/main/vcl/os2/source/gdi/
H A Dos2layout.cxx881 for( int k = 0; k < mnGlyphCount; ++k ) local
883 mpGlyphs2Chars[ k ] = mnMinCharPos + k;
884 mpCharWidths[ k ] = mpGlyphAdvances[ k ];
905 for( int k = 0; k < mnGlyphCount; ++k ) local
906 mpGlyphOrigAdvs[ k ] = mpGlyphAdvances[ k ];
/trunk/main/qadevOOo/java/OOoRunner/src/main/java/helper/
H A DAPIDescGetter.java333 for (int k = 0; k < ifcDesc.SubEntryCount; k++) in getSubEntries()
335 if (!ifcDesc.SubEntries[k].isOptional) in getSubEntries()
384 for (int k = 0; k < ifcDesc.SubEntryCount; k++) in getSubEntries()
386 if (!ifcDesc.SubEntries[k].isOptional) in getSubEntries()
485 for (int k = 0; k < entriesArray.length; k++) in makeArray()
487 DescEntry entry = (DescEntry) entriesArray[k]; in makeArray()
/trunk/test/testcommon/source/org/openoffice/test/common/
H A DNamedRequest.java76 for (String k : klasses) { in tc()
78 classes.add(Class.forName(k)); in tc()
80 log.log(Level.WARNING, MessageFormat.format("Test class {0} can not be tested!", k), e); in tc()
100 for (String k : klasses) { in tp()
101 if (k.matches(".+[$]{1}.*")) in tp()
104 classes.add(Class.forName(k)); in tp()
106 log.log(Level.WARNING, MessageFormat.format("Test class {0} can not be tested!", k), e); in tp()
/trunk/main/vcl/source/fontsubset/
H A Dsft.cxx1249 int k; in getGlyph2() local
1258 if(k == 0) { in getGlyph2()
3127 g[k++] = 11; in main()
3128 g[k++] = 36; in main()
3129 g[k++] = 11; in main()
3130 g[k++] = 98; in main()
3131 g[k++] = 11; in main()
3132 g[k++] = 144; in main()
3133 g[k++] = 41; in main()
3135 g[k++] = 51; in main()
[all …]
/trunk/main/libtextcat/data/new_fingerprints/lm/
H A Dczech.lm12 k 2566
110 ké 316
202 ký 172
230 ké_ 155
358 kéh 103
359 kého 103
374 ká 98
/trunk/main/store/source/
H A Dstorcach.cxx230 int k = 1; in highbit() local
236 k |= 32, n >>= 32; in highbit()
239 k |= 16, n >>= 16; in highbit()
241 k |= 8, n >>= 8; in highbit()
243 k |= 4, n >>= 4; in highbit()
245 k |= 2, n >>= 2; in highbit()
247 k++; in highbit()
249 return (k); in highbit()

Completed in 1359 milliseconds

12345678910>>...19