Home
last modified time | relevance | path

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

/aoo42x/main/dbaccess/source/ui/tabledesign/
H A DTEditControl.cxx944 …for( long nIndex=FirstSelectedRow(); nIndex >= 0 && nIndex < static_cast<long>(m_pRowList->size())… in CopyRows()
1061 long nIndex = FirstSelectedRow(); in DeleteRows()
1077 nIndex = FirstSelectedRow(); in DeleteRows()
1434 long nIndex = FirstSelectedRow(); in IsCopyAllowed()
1605 long nIndex = FirstSelectedRow(); in IsPrimaryKeyAllowed()
1654 ::Rectangle aColRect( GetFieldRectPixel( FirstSelectedRow(), HANDLE_ID, sal_True ) ); in Command()
1767 nPastePosition = GetSelectRowCount() ? FirstSelectedRow() : GetCurRow();
1805 nPastePosition = GetSelectRowCount() ? FirstSelectedRow() : m_nDataPos;
1868 nIndex = FirstSelectedRow(); in SetPrimaryKey()
H A DTableUndo.cxx239 long nIndex = pOwner->FirstSelectedRow(); in OTableEditorDelUndoAct()
/aoo42x/main/reportdesign/source/ui/dlg/
H A DGroupsSorting.cxx229 for( long nIndex=FirstSelectedRow(); nIndex >= 0 ; nIndex=NextSelectedRow() ) in fillSelectedGroups()
754 long nIndex = FirstSelectedRow(); in Command()
804 long nIndex = FirstSelectedRow(); in DeleteRows()
895 sal_Int32 nPastePosition = GetSelectRowCount() ? FirstSelectedRow() : GetCurRow();
/aoo42x/main/svtools/workben/
H A Dbrowser.cxx428 for ( long nRow = FirstSelectedRow(bInverse); nRow >= 0; nRow = NextSelectedRow() ) in Select()
447 aEvent += String( FirstSelectedRow() ); in DoubleClick()
/aoo42x/main/svx/source/gallery2/
H A Dgalbrws2.cxx1093 …DE_ICON == meLastMode ) ? mpIconView->GetSelectItemId() : ( mpListView->FirstSelectedRow() + 1 ) ); in ImplGetSelectedItemId()
1122 nRet = mpListView->FirstSelectedRow() + 1; in ImplGetSelectedItemId()
/aoo42x/main/svtools/source/brwbox/
H A Dbrwbox3.cxx504 _rRows[ 0 ] = const_cast< BrowseBox* >( this )->FirstSelectedRow(); in GetAllSelectedRows()
H A Dbrwbox1.cxx2092 long BrowseBox::FirstSelectedRow( sal_Bool bInverse ) in FirstSelectedRow() function in BrowseBox
/aoo42x/main/svtools/inc/svtools/
H A Dbrwbox.hxx561 long FirstSelectedRow( sal_Bool bInverse = sal_False );
/aoo42x/main/svx/source/fmcomp/
H A Dfmgridcl.cxx1253 nIdx = FirstSelectedRow() - 1; in DeleteSelectedRows()
1899 long nIdx = FirstSelectedRow(); in getSelectionBookmarks()
H A Dgridctrl.cxx2938 long nRow = FirstSelectedRow( ); in Command()
/aoo42x/main/svx/source/svdraw/
H A Dsvdibrow.cxx385 long nPos=((BrowseBox*)this)->FirstSelectedRow(); in GetCurrentPos()
/aoo42x/main/dbaccess/source/ui/browser/
H A Dsbagrid.cxx1427 implTransferSelectedRows( (sal_Int16)FirstSelectedRow(), true ); in CopySelectedRowsToClipboard()

Completed in 161 milliseconds