Searched refs:i_values (Results 1 – 3 of 3) sorted by relevance
50 public NamedValueCollection( final PropertyValue[] i_values ) in NamedValueCollection() argument52 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()
327 …nt32 >& i_columnIndexes, ::sal_Int32 i_rowIndex, const Sequence< Any >& i_values ) throw (IndexOut… in updateRowData() argument334 if ( i_columnIndexes.getLength() != i_values.getLength() ) in updateRowData()354 rDataRow[ columnIndex ].first = i_values[ col ]; in updateRowData()
672 …nt32 >& i_columnIndexes, ::sal_Int32 i_rowIndex, const Sequence< Any >& i_values ) throw (IndexOut… in updateRowData() argument681 delegator->updateRowData( i_columnIndexes, rowIndex, i_values ); in updateRowData()
Completed in 27 milliseconds