Home
last modified time | relevance | path

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

12345

/aoo4110/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()
/aoo4110/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()
/aoo4110/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 Dbasque.lm71 _i 279
H A Dbosnian.lm30 _i 369
H A Dcroatian.lm40 _i 1104
H A Dczech.lm318 _i 114
H A Ddanish.lm60 _i 512
H A Ddutch.lm58 _i 475
H A Denglish.lm45 _i 707
H A Desperanto.lm111 _i 643
H A Destonian.lm184 _i 165
H A Dfinnish.lm361 _i 118
H A Dfrench.lm192 _i 173
H A Dafrikaans.lm70 _i 426
H A Dcatalan.lm59 _i 364
H A Dfrisian.lm27 _i 1815
H A Dlatvian.lm41 _i 822
H A Dnorwegian.lm57 _i 480
H A Dpolish.lm86 _i 540
H A Dportuguese.lm146 _i 330
/aoo4110/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()
/aoo4110/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()
/aoo4110/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()

Completed in 71 milliseconds

12345