Home
last modified time | relevance | path

Searched refs:RowIndex (Results 1 – 12 of 12) sorted by relevance

/trunk/main/toolkit/source/controls/grid/
H A Dsortablegriddatamodel.hxx87 …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 Ddefaultgriddatamodel.hxx66 …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…
/trunk/main/offapi/com/sun/star/awt/grid/
H A DXGridRowSelection.idl47 @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 DXMutableGridDataModel.idl95 @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 DXGridDataModel.idl67 any getCellData( [in] long Column, [in] long RowIndex )
80 any getCellToolTip( [in] long Column, [in] long RowIndex )
93 getRowHeading( [in] long RowIndex )
101 @param RowIndex
107 getRowData( [in] long RowIndex )
H A DXGridControl.idl83 @param RowIndex
86 if either <code>ColumnIndex</code> or <code>RowIndex</code> are out of range.
92 [in] long RowIndex
/trunk/main/oovbaapi/ooo/vba/excel/
H A DXRange.idl112 …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 DXWorksheet.idl111 XRange Cells( [in] any RowIndex, [in] any ColumnIndex );
H A DXGlobals.idl63 XRange Cells([in] any RowIndex, [in] any ColumnIndex);
/trunk/main/sc/source/ui/vba/
H A Dvbaglobals.cxx174 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 Dvbaglobals.hxx66 …virtual css::uno::Reference< ov::excel::XRange > SAL_CALL Cells( const css::uno::Any& RowIndex, co…
/trunk/main/winaccessibility/source/UAccCOM/
H A DAccTable.cpp947 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 37 milliseconds