Lines Matching refs:Any
150 …Any SAL_CALL DefaultGridDataModel::getCellData( ::sal_Int32 i_column, ::sal_Int32 i_row ) throw (R… in getCellData()
157 …Any SAL_CALL DefaultGridDataModel::getCellToolTip( ::sal_Int32 i_column, ::sal_Int32 i_row ) throw… in getCellToolTip()
164 …Any SAL_CALL DefaultGridDataModel::getRowHeading( ::sal_Int32 i_row ) throw (RuntimeException, Ind… in getRowHeading()
175 …Sequence< Any > SAL_CALL DefaultGridDataModel::getRowData( ::sal_Int32 i_rowIndex ) throw (IndexOu… in getRowData()
179 Sequence< Any > resultData( m_nColumnCount ); in getRowData()
187 …ridDataModel::impl_insertRow( sal_Int32 const i_position, Any const & i_heading, Sequence< Any > c… in impl_insertRow()
198 …for ( const Any* pData = stl_begin( i_rowData ); pData != stl_end( i_rowData ); ++pData, ++cellDat… in impl_insertRow()
206 …void SAL_CALL DefaultGridDataModel::addRow( const Any& i_heading, const Sequence< Any >& i_data ) … in addRow()
212 …CALL DefaultGridDataModel::addRows( const Sequence< Any >& i_headings, const Sequence< Sequence< A… in addRows()
218 …efaultGridDataModel::insertRow( ::sal_Int32 i_index, const Any& i_heading, const Sequence< Any >& … in insertRow()
241 …el::insertRows( ::sal_Int32 i_index, const Sequence< Any>& i_headings, const Sequence< Sequence< A… in insertRows()
313 …::updateCellData( ::sal_Int32 i_columnIndex, ::sal_Int32 i_rowIndex, const Any& i_value ) throw (I… in updateCellData()
327 …e< ::sal_Int32 >& i_columnIndexes, ::sal_Int32 i_rowIndex, const Sequence< Any >& i_values ) throw… in updateRowData()
367 …void SAL_CALL DefaultGridDataModel::updateRowHeading( ::sal_Int32 i_rowIndex, const Any& i_heading… in updateRowHeading()
384 …pdateCellToolTip( ::sal_Int32 i_columnIndex, ::sal_Int32 i_rowIndex, const Any& i_value ) throw (I… in updateCellToolTip()
391 …void SAL_CALL DefaultGridDataModel::updateRowToolTip( ::sal_Int32 i_rowIndex, const Any& i_value )… in updateRowToolTip()
423 ::std::vector< Any > aEmptyRowHeaders; in disposing()