Searched refs:updateCellToolTip (Results 1 – 5 of 5) sorted by relevance
/trunk/main/offapi/com/sun/star/awt/grid/ |
H A D | XMutableGridDataModel.idl | 155 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 D | sortablegriddatamodel.cxx | 698 …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 D | defaultgriddatamodel.hxx | 71 …virtual void SAL_CALL updateCellToolTip( ::sal_Int32 ColumnIndex, ::sal_Int32 RowIndex, const ::co…
|
H A D | sortablegriddatamodel.hxx | 92 …virtual void SAL_CALL updateCellToolTip( ::sal_Int32 ColumnIndex, ::sal_Int32 RowIndex, const ::co…
|
H A D | defaultgriddatamodel.cxx | 384 …void SAL_CALL DefaultGridDataModel::updateCellToolTip( ::sal_Int32 i_columnIndex, ::sal_Int32 i_ro… in updateCellToolTip() function in toolkit::DefaultGridDataModel
|
Completed in 23 milliseconds