Searched refs:GetSelectRowCount (Results 1 – 15 of 15) sorted by relevance
942 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()
161 long nSelectRowCount = GetSelectRowCount(); in Command()
982 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()
1641 if ( getBrowserView()->getVclControl()->GetSelectRowCount() ) in GetState()2086 if( !pVclGrid->GetSelectRowCount() ) in Execute()2134 if ( getBrowserView()->getVclControl()->GetSelectRowCount() > 0 ) in Execute()
1821 aReturn.bEnabled = aReturn.bEnabled && getBrowserView()->getVclControl()->GetSelectRowCount(); in GetState()1885 if ( pControl->GetSelectRowCount() ) in GetState()2086 …View()->getVclControl()->IsEditing() && getBrowserView()->getVclControl()->GetSelectRowCount() < 1) in Execute()
360 if ( GetSelectRowCount() ) in FillAccessibleStateSet()489 return GetSelectRowCount(); in GetSelectedRowCount()500 sal_Int32 nCount = GetSelectRowCount(); in GetAllSelectedRows()
746 if (bLocalSelect && (GetSelectRowCount() || GetSelection() != NULL)) in PreNotify()896 if ((GetSelection() != NULL && GetSelectRowCount()) || in IsCursorMoveAllowed()1041 if ((GetSelectRowCount() && GetSelection() != NULL) || GetSelectColumnCount() || in ActivateCell()
412 if ( !GetSelectRowCount() && !GetSelectColumnCount() ) in DrawCursor()1971 GetSelectRowCount() == 1 || IsRowSelected( nRow - 1 ) ); in Dispatch()1988 GetSelectRowCount() == 1 || IsRowSelected( nRow + 1 ) ); in Dispatch()
1993 long BrowseBox::GetSelectRowCount() const in GetSelectRowCount() function in BrowseBox
718 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()
1149 sal_Int32 nSelectedRows = GetSelectRowCount(); in DeleteSelectedRows()1414 if (!GetSelectRowCount()) in DeleteSelectedRows()1878 sal_Int32 nSelectedRows = GetSelectRowCount(), i = 0; in getSelectionBookmarks()
223 vClipboardList.reserve(GetSelectRowCount()); in fillSelectedGroups()717 return !m_pParent->isReadOnly() && GetSelectRowCount() > 0; in IsDeleteAllowed()895 sal_Int32 nPastePosition = GetSelectRowCount() ? FirstSelectedRow() : GetCurRow();
280 …sal_Bool IsAllSelected() const { return (GetSelectRowCount() == GetRowCount()) && (GetRowCount() >… in IsAllSelected()
556 long GetSelectRowCount() const;
384 if (GetSelectRowCount()==1) { in GetCurrentPos()
Completed in 139 milliseconds