Home
last modified time | relevance | path

Searched refs:GetSelectRowCount (Results 1 – 15 of 15) sorted by relevance

/aoo41x/main/dbaccess/source/ui/tabledesign/
H A DTEditControl.cxx942 vClipboardList.reserve(GetSelectRowCount()); in CopyRows()
1101 long nInsertRows = GetSelectRowCount(); in InsertNewRows()
1428 …if( !GetSelectRowCount() || (xTable.is() && ::comphelper::getString(xTable->getPropertyValue(PROPE… in IsCopyAllowed()
1509 if(GetSelectRowCount()) in copy()
1560 return GetSelectRowCount() != 0 && GetView()->getController().isDropAllowed(); in IsDeleteAllowed()
1585 if( !GetSelectRowCount() ) in IsPrimaryKeyAllowed()
1652 else if ( GetSelectRowCount() > 0 ) in Command()
1767 nPastePosition = GetSelectRowCount() ? FirstSelectedRow() : GetCurRow();
1805 nPastePosition = GetSelectRowCount() ? FirstSelectedRow() : m_nDataPos;
1914 return GetSelectRowCount() == nPrimaryKeys; in IsPrimaryKey()
H A DTableDesignControl.cxx161 long nSelectRowCount = GetSelectRowCount(); in Command()
/aoo41x/main/dbaccess/source/ui/browser/
H A Dsbagrid.cxx982 if ( GetSelectRowCount() > 0 ) in PreExecuteRowContextMenu()
1323 && ( GetSelectRowCount() // at least one row is selected in StartDrag()
1329 || ( (0 == GetSelectRowCount()) // no rows selected in StartDrag()
1338 if (0 == GetSelectRowCount()) in StartDrag()
1426 …DBG_ASSERT( GetSelectRowCount() > 0, "SbaGridControl::CopySelectedRowsToClipboard: invalid call!" … in CopySelectedRowsToClipboard()
1447 if ((GetSelectRowCount() == 0) && (nRowPos >= 0)) in implTransferSelectedRows()
1453 else if ( !IsAllSelected() && GetSelectRowCount() ) in implTransferSelectedRows()
H A Dbrwctrlr.cxx1641 if ( getBrowserView()->getVclControl()->GetSelectRowCount() ) in GetState()
2086 if( !pVclGrid->GetSelectRowCount() ) in Execute()
2134 if ( getBrowserView()->getVclControl()->GetSelectRowCount() > 0 ) in Execute()
H A Dunodatbr.cxx1820 aReturn.bEnabled = aReturn.bEnabled && getBrowserView()->getVclControl()->GetSelectRowCount(); in GetState()
1884 if ( pControl->GetSelectRowCount() ) in GetState()
2085 …View()->getVclControl()->IsEditing() && getBrowserView()->getVclControl()->GetSelectRowCount() < 1) in Execute()
/aoo41x/main/svtools/source/brwbox/
H A Dbrwbox3.cxx360 if ( GetSelectRowCount() ) in FillAccessibleStateSet()
489 return GetSelectRowCount(); in GetSelectedRowCount()
500 sal_Int32 nCount = GetSelectRowCount(); in GetAllSelectedRows()
H A Deditbrowsebox.cxx746 if (bLocalSelect && (GetSelectRowCount() || GetSelection() != NULL)) in PreNotify()
896 if ((GetSelection() != NULL && GetSelectRowCount()) || in IsCursorMoveAllowed()
1041 if ((GetSelectRowCount() && GetSelection() != NULL) || GetSelectColumnCount() || in ActivateCell()
H A Dbrwbox2.cxx412 if ( !GetSelectRowCount() && !GetSelectColumnCount() ) in DrawCursor()
1971 GetSelectRowCount() == 1 || IsRowSelected( nRow - 1 ) ); in Dispatch()
1988 GetSelectRowCount() == 1 || IsRowSelected( nRow + 1 ) ); in Dispatch()
H A Dbrwbox1.cxx1993 long BrowseBox::GetSelectRowCount() const in GetSelectRowCount() function in BrowseBox
/aoo41x/main/svx/source/fmcomp/
H A Dgridctrl.cxx718 if (pParent->GetSelectRowCount()) in SetState()
722 aExtendedInfo += String::CreateFromInt32(pParent->GetSelectRowCount()); in SetState()
2778 sal_Bool bDelete = (m_nOptions & OPT_DELETE) && GetSelectRowCount() && !IsCurrentAppending(); in PreExecuteRowContextMenu()
2780 …bDelete = bDelete && !((m_nOptions & OPT_INSERT) && GetSelectRowCount() == 1 && IsRowSelected(GetR… in PreExecuteRowContextMenu()
2936 if ( GetSelectRowCount() ) in Command()
3461 if ((m_nOptions & OPT_DELETE) && GetSelectRowCount()) in PreNotify()
H A Dfmgridcl.cxx1149 sal_Int32 nSelectedRows = GetSelectRowCount(); in DeleteSelectedRows()
1414 if (!GetSelectRowCount()) in DeleteSelectedRows()
1878 sal_Int32 nSelectedRows = GetSelectRowCount(), i = 0; in getSelectionBookmarks()
/aoo41x/main/reportdesign/source/ui/dlg/
H A DGroupsSorting.cxx223 vClipboardList.reserve(GetSelectRowCount()); in fillSelectedGroups()
717 return !m_pParent->isReadOnly() && GetSelectRowCount() > 0; in IsDeleteAllowed()
895 sal_Int32 nPastePosition = GetSelectRowCount() ? FirstSelectedRow() : GetCurRow();
/aoo41x/main/dbaccess/source/ui/inc/
H A Dsbagrid.hxx280 …sal_Bool IsAllSelected() const { return (GetSelectRowCount() == GetRowCount()) && (GetRowCount() >… in IsAllSelected()
/aoo41x/main/svtools/inc/svtools/
H A Dbrwbox.hxx555 long GetSelectRowCount() const;
/aoo41x/main/svx/source/svdraw/
H A Dsvdibrow.cxx384 if (GetSelectRowCount()==1) { in GetCurrentPos()

Completed in 152 milliseconds