Home
last modified time | relevance | path

Searched refs:i2 (Results 26 – 50 of 96) sorted by relevance

1234

/aoo41x/main/sal/qa/rtl/process/
H A Drtl_Process.cxx168 for( sal_Int32 i2 = 0 ; i2 < 4 ; i2++ ) in printUuid() local
170 sal_uInt8 nValue = pNode[i1*4 +i2]; in printUuid()
/aoo41x/main/filter/source/graphicfilter/epict/
H A Depict.cxx236 sal_uInt16 nCount,nSize1,nSize2,np,i1,i2,i3,nBestIdx1,nBestIdx2; in PolyPolygonToPolygon() local
265 for (i2=0; i2<nSize2; i2++) { in PolyPolygonToPolygon()
266 aPRel=aPoly2.GetPoint(i2); aPRel-=aP1; in PolyPolygonToPolygon()
270 nBestIdx2=i2; in PolyPolygonToPolygon()
287 for (i2=nBestIdx2; i2<nSize2; i2++) aPoly3.SetPoint(aPoly2.GetPoint(i2),i3++); in PolyPolygonToPolygon()
288 for (i2=0; i2<=nBestIdx2; i2++) aPoly3.SetPoint(aPoly2.GetPoint(i2),i3++); in PolyPolygonToPolygon()
/aoo41x/main/idlc/source/
H A Dastservice.cxx47 i2(last->getIteratorBegin()); in checkLastConstructor() local
48 i1 != ctor->getIteratorEnd(); ++i1, ++i2) in checkLastConstructor()
55 static_cast< AstMember * >(*i2)->getType(), &r2); in checkLastConstructor()
/aoo41x/main/desktop/source/deployment/misc/
H A Ddp_version.cxx53 for (::sal_Int32 i1 = 0, i2 = 0; i1 >= 0 || i2 >= 0;) { in compareVersions()
55 ::rtl::OUString e2(getElement(version2, &i2)); in compareVersions()
/aoo41x/main/sw/source/core/access/
H A Dacctextframe.cxx257 sal_Int32 i1, i2; in getSelectedAccessibleChild() local
258 for( i1 = 0, i2 = 0; i1 < getAccessibleChildCount(); i1++ ) in getSelectedAccessibleChild()
261 if( i2 == nSelectedChildIndex ) in getSelectedAccessibleChild()
263 i2++; in getSelectedAccessibleChild()
/aoo41x/main/xmerge/source/aportisdoc/java/org/openoffice/xmerge/converter/xml/sxw/aportisdoc/
H A DDocumentMergerImpl.java68 Iterator i2 = new ParaNodeIterator(cc_, doc2.getDocumentElement()); in merge() local
73 Difference[] diffTable = diffAlgo.computeDiffs(i1, i2); in merge()
89 docMerge.applyDifference(i1, i2, diffTable); in merge()
/aoo41x/main/xmerge/source/pocketword/java/org/openoffice/xmerge/converter/xml/sxw/pocketword/
H A DDocumentMergerImpl.java68 Iterator i2 = new ParaNodeIterator(cc_, doc2.getDocumentElement()); in merge() local
73 Difference[] diffTable = diffAlgo.computeDiffs(i1, i2); in merge()
89 docMerge.applyDifference(i1, i2, diffTable); in merge()
/aoo41x/main/xmerge/source/xmerge/java/org/openoffice/xmerge/converter/xml/xslt/
H A DDocumentMergerImpl.java68 Iterator i2 = new ParaNodeIterator(cc_, doc2.getDocumentElement()); in merge() local
73 Difference[] diffTable = diffAlgo.computeDiffs(i1, i2); in merge()
89 docMerge.applyDifference(i1, i2, diffTable); in merge()
/aoo41x/main/xmerge/source/wordsmith/java/org/openoffice/xmerge/converter/xml/sxw/wordsmith/
H A DDocumentMergerImpl.java70 Iterator i2 = new ParaNodeIterator(cc_, doc2.getDocumentElement()); in merge() local
75 Difference[] diffTable = diffAlgo.computeDiffs(i1, i2); in merge()
91 docMerge.applyDifference(i1, i2, diffTable); in merge()
/aoo41x/main/sw/source/core/text/
H A Dwrong.cxx564 std::vector<SwWrongArea>::iterator i2 = i1; in Remove() local
566 i2 = maList.end(); // robust in Remove()
568 i2 += nLen; in Remove()
571 while ( iLoop != i2 ) in Remove()
583 maList.erase(i1, i2); in Remove()
/aoo41x/main/setup_native/source/win32/customactions/shellextensions/
H A Ddotnetcheck.cxx106 for (string::size_type i1 = 0, i2 = 0; in compareVersions() local
107 i1 < version1.size() || i2 < version2.size();) in compareVersions()
110 string e2(getElement(version2, &i2)); in compareVersions()
/aoo41x/main/xmerge/source/xmerge/java/org/openoffice/xmerge/converter/xml/sxc/
H A DDocumentMergerImpl.java101 Iterator i2 = new RowIterator(cc_, matchingWorkSheet); in merge() local
107 Difference[] diffResult = diffAlgo.computeDiffs(i1, i2); in merge()
123 merger.applyDifference(i1, i2, diffResult); in merge()
/aoo41x/main/sw/source/core/doc/
H A Ddocdraw.cxx369 for ( sal_uInt16 i2 = 0; i2 < pLst->GetObjCount(); ++i2 ) in UnGroupSelection() local
371 SdrObject* pSubObj = pLst->GetObj( i2 ); in UnGroupSelection()
395 pUndo->AddObj( i2, pFmt ); in UnGroupSelection()
/aoo41x/main/sc/source/ui/Accessibility/
H A DAccessibleEditObject.cxx508 sal_Int32 i1, i2; in getSelectedAccessibleChild() local
509 for( i1 = 0, i2 = 0; i1 < getAccessibleChildCount(); i1++ ) in getSelectedAccessibleChild()
512 if( i2 == nSelectedChildIndex ) in getSelectedAccessibleChild()
514 i2++; in getSelectedAccessibleChild()
/aoo41x/main/sw/source/core/docnode/
H A Dndtbl1.cxx1368 for ( sal_uInt16 i2 = 0; i2 < aUnions.Count(); ++i2 ) in lcl_CalcColValues() local
1370 SwSelUnion *pSelUnion = aUnions[i2]; in lcl_CalcColValues()
1555 for ( sal_uInt16 i2 = i; i2 < aTabCols.Count(); ++i2 ) in AdjustCellWidth() local
1556 aTabCols[i2] += nDiff; in AdjustCellWidth()
/aoo41x/main/bridges/source/cpp_uno/cc5_solaris_sparc64/
H A Dvtableslotcall.s32 stx %i2, [%fp + 2047 + 144]
42 ldx [%fp + 2047 + 144], %i2
/aoo41x/main/o3tl/inc/o3tl/
H A Drange.hxx78 make_range(T i1, T i2) in make_range() argument
80 return range<T>(i1, i2); in make_range()
/aoo41x/main/cosv/inc/cosv/tpl/
H A Drange.hxx79 make_range(T i1, T i2) in make_range() argument
81 return range<T>(i1, i2); in make_range()
/aoo41x/main/xmlsecurity/source/helper/
H A Ddocumentsignaturehelper.cxx63 for (::sal_Int32 i1 = 0, i2 = 0; i1 >= 0 || i2 >= 0;) { in compareVersions()
65 ::rtl::OUString e2(getElement(version2, &i2)); in compareVersions()
/aoo41x/main/wizards/com/sun/star/wizards/ui/event/
H A DListModelBinder.java97 protected void remove(short i1, short i2) in remove() argument
99 unoList.removeItems(i1, (short) (i2 - i1 + 1)); in remove()
/aoo41x/main/migrationanalysis/src/driver_docs/sources/excel/
H A DMigrationAnalyser.cls1914 Dim i2 As Integer
2001 For i2 = 0 To 2 'set data to myarray, if it is range, assign the range address, else null
2002 If IsRange(Values(i2)) Then
2003 myarray(I, i2) = Range(Values(i2)).Address
2009 myarray(I, i2) = ""
2011 Next i2
/aoo41x/main/instsetoo_native/inc_openoffice/windows/msi_templates/
H A DControl.idt2 s72 s50 s20 i2 i2 i2 i2 I4 S50 L0 S50 L50
/aoo41x/main/instsetoo_native/inc_ure/windows/msi_templates/
H A DControl.idt2 s72 s50 s20 i2 i2 i2 i2 I4 S50 L0 S50 L50
/aoo41x/main/instsetoo_native/inc_ooolangpack/windows/msi_templates/
H A DControl.idt2 s72 s50 s20 i2 i2 i2 i2 I4 S50 L0 S50 L50
/aoo41x/main/instsetoo_native/inc_sdkoo/windows/msi_templates/
H A DControl.idt2 s72 s50 s20 i2 i2 i2 i2 I4 S50 L0 S50 L50

Completed in 282 milliseconds

1234