Searched refs:RowIndex (Results 1 – 12 of 12) sorted by relevance
/aoo41x/main/toolkit/source/controls/grid/ |
H A D | sortablegriddatamodel.hxx | 87 …virtual void SAL_CALL removeRow( ::sal_Int32 RowIndex ) throw (::com::sun::star::lang::IndexOutOfB… 89 …virtual void SAL_CALL updateCellData( ::sal_Int32 ColumnIndex, ::sal_Int32 RowIndex, const ::com::… 90 …om::sun::star::uno::Sequence< ::sal_Int32 >& ColumnIndexes, ::sal_Int32 RowIndex, const ::com::sun… 91 …virtual void SAL_CALL updateRowHeading( ::sal_Int32 RowIndex, const ::com::sun::star::uno::Any& He… 92 …virtual void SAL_CALL updateCellToolTip( ::sal_Int32 ColumnIndex, ::sal_Int32 RowIndex, const ::co… 93 …virtual void SAL_CALL updateRowToolTip( ::sal_Int32 RowIndex, const ::com::sun::star::uno::Any& Va… 100 …n::star::uno::Any SAL_CALL getCellData( ::sal_Int32 Column, ::sal_Int32 RowIndex ) throw (::com::s… 101 …star::uno::Any SAL_CALL getCellToolTip( ::sal_Int32 Column, ::sal_Int32 RowIndex ) throw (::com::s… 102 …virtual ::com::sun::star::uno::Any SAL_CALL getRowHeading( ::sal_Int32 RowIndex ) throw (::com::su… 103 …Sequence< ::com::sun::star::uno::Any > SAL_CALL getRowData( ::sal_Int32 RowIndex ) throw (::com::s…
|
H A D | defaultgriddatamodel.hxx | 66 …virtual void SAL_CALL removeRow( ::sal_Int32 RowIndex ) throw (::com::sun::star::lang::IndexOutOfB… 68 …virtual void SAL_CALL updateCellData( ::sal_Int32 ColumnIndex, ::sal_Int32 RowIndex, const ::com::… 69 …om::sun::star::uno::Sequence< ::sal_Int32 >& ColumnIndexes, ::sal_Int32 RowIndex, const ::com::sun… 70 …virtual void SAL_CALL updateRowHeading( ::sal_Int32 RowIndex, const ::com::sun::star::uno::Any& He… 71 …virtual void SAL_CALL updateCellToolTip( ::sal_Int32 ColumnIndex, ::sal_Int32 RowIndex, const ::co… 72 …virtual void SAL_CALL updateRowToolTip( ::sal_Int32 RowIndex, const ::com::sun::star::uno::Any& Va… 81 …virtual ::com::sun::star::uno::Any SAL_CALL getRowHeading( ::sal_Int32 RowIndex ) throw (::com::su… 82 …Sequence< ::com::sun::star::uno::Any > SAL_CALL getRowData( ::sal_Int32 RowIndex ) throw (::com::s…
|
/aoo41x/main/offapi/com/sun/star/awt/grid/ |
H A D | XGridRowSelection.idl | 47 @param RowIndex 51 if <code>RowIndex</code> does not denote a valid row index 53 void selectRow( [in] long RowIndex ) 62 @param RowIndex 65 void deselectRow( [in] long RowIndex ) 82 @param RowIndex 89 boolean isRowSelected( [in] long RowIndex );
|
H A D | XMutableGridDataModel.idl | 95 @param RowIndex 100 void removeRow( [in] long RowIndex ) 110 @param RowIndex 117 void updateCellData( [in] long ColumnIndex, [in] long RowIndex, [in] any Value ) 129 @param RowIndex 138 …void updateRowData( [in] sequence< long > ColumnIndexes, [in] long RowIndex, [in] sequence< any > … 148 updateRowHeading( [in] long RowIndex, [in] any Heading ) 155 void updateCellToolTip( [in] long ColumnIndex, [in] long RowIndex, [in] any Value ) 166 void updateRowToolTip( [in] long RowIndex, [in] any Value )
|
H A D | XGridDataModel.idl | 67 any getCellData( [in] long Column, [in] long RowIndex ) 80 any getCellToolTip( [in] long Column, [in] long RowIndex ) 93 getRowHeading( [in] long RowIndex ) 107 getRowData( [in] long RowIndex )
|
H A D | XGridControl.idl | 83 @param RowIndex 86 if either <code>ColumnIndex</code> or <code>RowIndex</code> are out of range. 92 [in] long RowIndex
|
/aoo41x/main/oovbaapi/ooo/vba/excel/ |
H A D | XRange.idl | 112 …XRange Item([in] any RowIndex, [in] any ColumnIndex) raises(com::sun::star::script::BasicErrorExce… 118 XRange Cells([in] any RowIndex, [in] any ColumnIndex); 122 XRange Rows( [in] any RowIndex );
|
H A D | XWorksheet.idl | 111 XRange Cells( [in] any RowIndex, [in] any ColumnIndex );
|
H A D | XGlobals.idl | 63 XRange Cells([in] any RowIndex, [in] any ColumnIndex);
|
/aoo41x/main/sc/source/ui/vba/ |
H A D | vbaglobals.cxx | 174 ScVbaGlobals::Cells( const uno::Any& RowIndex, const uno::Any& ColumnIndex ) throw (uno::RuntimeExc… in Cells() argument 176 return getApplication()->getActiveSheet()->Cells( RowIndex, ColumnIndex ); in Cells()
|
H A D | vbaglobals.hxx | 66 …virtual css::uno::Reference< ov::excel::XRange > SAL_CALL Cells( const css::uno::Any& RowIndex, co…
|
/aoo41x/main/winaccessibility/source/UAccCOM/ |
H A D | AccTable.cpp | 947 STDMETHODIMP CAccTable::get_childIndex(long RowIndex , long columnIndex, long * childIndex ) in get_childIndex() argument 962 *childIndex = GetXInterface()->getAccessibleIndex(RowIndex, columnIndex); in get_childIndex()
|
Completed in 34 milliseconds