Home
last modified time | relevance | path

Searched refs:updateCellToolTip (Results 1 – 5 of 5) sorted by relevance

/trunk/main/offapi/com/sun/star/awt/grid/
H A DXMutableGridDataModel.idl155 void updateCellToolTip( [in] long ColumnIndex, [in] long RowIndex, [in] any Value )
160 … <p>Effectively this method is a shortcut for calling <member>updateCellToolTip</member> multiple
164 @see updateCellToolTip
/trunk/main/toolkit/source/controls/grid/
H A Dsortablegriddatamodel.cxx698 …void SAL_CALL SortableGridDataModel::updateCellToolTip( ::sal_Int32 i_columnIndex, ::sal_Int32 i_r… in updateCellToolTip() function in toolkit::SortableGridDataModel
707 delegator->updateCellToolTip( i_columnIndex, rowIndex, i_value ); in updateCellToolTip()
H A Ddefaultgriddatamodel.hxx71 …virtual void SAL_CALL updateCellToolTip( ::sal_Int32 ColumnIndex, ::sal_Int32 RowIndex, const ::co…
H A Dsortablegriddatamodel.hxx92 …virtual void SAL_CALL updateCellToolTip( ::sal_Int32 ColumnIndex, ::sal_Int32 RowIndex, const ::co…
H A Ddefaultgriddatamodel.cxx384 …void SAL_CALL DefaultGridDataModel::updateCellToolTip( ::sal_Int32 i_columnIndex, ::sal_Int32 i_ro… in updateCellToolTip() function in toolkit::DefaultGridDataModel

Completed in 29 milliseconds