Searched refs:getCellToolTip (Results 1 – 12 of 12) sorted by relevance
/trunk/main/offapi/com/sun/star/awt/grid/ |
H A D | XMutableGridDataModel.idl | 153 @see XGridDataModel::getCellToolTip 163 @see XGridDataModel::getCellToolTip
|
H A D | XGridDataModel.idl | 80 any getCellToolTip( [in] long Column, [in] long RowIndex )
|
/trunk/main/svtools/source/uno/ |
H A D | unocontroltablemodel.cxx | 569 …void UnoControlTableModel::getCellToolTip( ColPos const i_col, RowPos const i_row, Any& o_cellTool… in getCellToolTip() function in svt::table::UnoControlTableModel 577 o_cellToolTip = xDataModel->getCellToolTip( i_col, i_row ); in getCellToolTip()
|
H A D | unocontroltablemodel.hxx | 83 …virtual void getCellToolTip( ColPos const i_col, RowPos const i_row, ::…
|
/trunk/main/toolkit/source/controls/grid/ |
H A D | sortablegriddatamodel.cxx | 771 …Any SAL_CALL SortableGridDataModel::getCellToolTip( ::sal_Int32 i_columnIndex, ::sal_Int32 i_rowIn… in getCellToolTip() function in toolkit::SortableGridDataModel 780 return delegator->getCellToolTip( i_columnIndex, rowIndex ); in getCellToolTip()
|
H A D | defaultgriddatamodel.hxx | 80 …virtual ::com::sun::star::uno::Any SAL_CALL getCellToolTip( ::sal_Int32 Column, ::sal_Int32 Row ) …
|
H A D | sortablegriddatamodel.hxx | 101 …virtual ::com::sun::star::uno::Any SAL_CALL getCellToolTip( ::sal_Int32 Column, ::sal_Int32 RowInd…
|
H A D | defaultgriddatamodel.cxx | 157 …Any SAL_CALL DefaultGridDataModel::getCellToolTip( ::sal_Int32 i_column, ::sal_Int32 i_row ) throw… in getCellToolTip() function in toolkit::DefaultGridDataModel
|
/trunk/main/svtools/inc/svtools/table/ |
H A D | tablemodel.hxx | 448 …virtual void getCellToolTip( ColPos const i_col, RowPos const i_row, ::com::sun::star::uno::Any & …
|
/trunk/main/svtools/source/table/ |
H A D | tabledatawindow.cxx | 120 pTableModel->getCellToolTip( hitCol, hitRow, aCellToolTip ); in RequestHelp()
|
H A D | tablecontrol_impl.cxx | 232 virtual void getCellToolTip( ColPos const, RowPos const, ::com::sun::star::uno::Any& ) in getCellToolTip() function in svt::table::EmptyTableModel
|
/trunk/main/toolkit/qa/complex/toolkit/ |
H A D | GridControl.java | 563 i_reference.getCellToolTip( col, row ) ); in impl_assertEquality()
|
Completed in 56 milliseconds