Home
last modified time | relevance | path

Searched refs:_i (Results 1 – 25 of 127) sorted by relevance

123456

/AOO42X/main/nss/
H A Dnss_win.patch970 - for (uint32_t _i = 0U; _i < (uint32_t)4U; ++_i)
971 + uint32_t _i;
973 + for (_i = 0U; _i < (uint32_t)4U; ++_i)
974 k[_i] = vec_zero();
997 - for (uint32_t _i = 0U; _i < (uint32_t)4U; ++_i)
998 + uint32_t _i;
1000 + for (_i = 0U; _i < (uint32_t)4U; ++_i)
1001 k[_i] = vec_zero();
1010 - for (uint32_t _i = 0U; _i < (uint32_t)4U; ++_i)
1011 + uint32_t _i;
[all …]
/AOO42X/main/wizards/com/sun/star/wizards/ui/
H A DControlScroller.java423 protected void registerControlGroup(PropertyValue[] _currowproperties, int _i) in registerControlGroup() argument
425 if (_i == 0) in registerControlGroup()
429 if (_i >= scrollfields.size()) in registerControlGroup()
435 scrollfields.setElementAt(_currowproperties, _i); in registerControlGroup()
439 protected PropertyValue[] getControlGroupInfo(int _i) in getControlGroupInfo() argument
441 return (PropertyValue[]) scrollfields.elementAt(_i); in getControlGroupInfo()
/AOO42X/main/wizards/com/sun/star/wizards/document/
H A DTimeStampControl.java79 public XPropertySet getControlofGroupShapeByIndex(int _i) in getControlofGroupShapeByIndex() argument
83 if (_i < xShapes.getCount()) in getControlofGroupShapeByIndex()
85 Object oControl = xShapes.getByIndex(_i); in getControlofGroupShapeByIndex()
/AOO42X/main/libtextcat/data/new_fingerprints/lm/
H A Dlithuanian.lm47 _i 686
152 _i÷ 236
374 _i÷_ 91
H A Dwelsh.lm49 _i 2020
398 _i' 299
H A Dbelarus.lm70 _i
H A Denglish.lm45 _i 707
H A Dportuguese.lm146 _i 330
H A Ditalian.lm46 _i 634
H A Dafrikaans.lm70 _i 426
H A Dpolish.lm86 _i 540
H A Dscots_gaelic.lm213 _i 93
H A Ddanish.lm60 _i 512
H A Dbasque.lm71 _i 279
H A Dbosnian.lm30 _i 369
H A Dtagalog.lm66 _i 248
H A Dmalay.lm89 _i 1732
H A Dspanish.lm161 _i 233
H A Dfrisian.lm27 _i 1815
H A Dswedish.lm48 _i 898
H A Dscots.lm77 _i 183
H A Dzulu.lm48 _i
/AOO42X/main/svx/source/tbxctrls/
H A Dtbcontrl.cxx1961 sal_uInt16 _i; in FillStyleBox() local
1974 for( _i = 0 ; _i < nCnt ; ++_i ) in FillStyleBox()
1976 if( pImpl->aDefaultStyles[_i] == aName ) in FillStyleBox()
2001 sal_uInt16 _i; in FillStyleBox() local
2004 for( _i = 0 ; _i < nCnt ; ++_i ) in FillStyleBox()
2006 pBox->InsertEntry( pImpl->aDefaultStyles[_i], nPos ); in FillStyleBox()
/AOO42X/main/odk/examples/java/Inspector/
H A DSwingUnoNode.java124 public XUnoNode getChild(int _i){ in getChild() argument
125 return (SwingUnoNode) super.getChildAt(_i); in getChild()
/AOO42X/main/wizards/com/sun/star/wizards/query/
H A DQuerySummary.java151 … private String appendClauseSeparator(String _basestring, String _suffix, int _i, int _fieldcount) in appendClauseSeparator() argument
153 if (_i < _fieldcount - 1) in appendClauseSeparator()

123456