Home
last modified time | relevance | path

Searched refs:i_values (Results 1 – 3 of 3) sorted by relevance

/trunk/main/wizards/com/sun/star/wizards/common/
H A DNamedValueCollection.java50 public NamedValueCollection( final PropertyValue[] i_values ) in NamedValueCollection() argument
52 for ( int i = 0; i < i_values.length; ++i ) in NamedValueCollection()
53 m_values.put( i_values[i].Name, i_values[i].Value ); in NamedValueCollection()
/trunk/main/toolkit/source/controls/grid/
H A Ddefaultgriddatamodel.cxx327 …nt32 >& i_columnIndexes, ::sal_Int32 i_rowIndex, const Sequence< Any >& i_values ) throw (IndexOut… in updateRowData() argument
334 if ( i_columnIndexes.getLength() != i_values.getLength() ) in updateRowData()
354 rDataRow[ columnIndex ].first = i_values[ col ]; in updateRowData()
H A Dsortablegriddatamodel.cxx672 …nt32 >& i_columnIndexes, ::sal_Int32 i_rowIndex, const Sequence< Any >& i_values ) throw (IndexOut… in updateRowData() argument
681 delegator->updateRowData( i_columnIndexes, rowIndex, i_values ); in updateRowData()

Completed in 20 milliseconds