Home
last modified time | relevance | path

Searched refs:isDropAllowed (Results 1 – 3 of 3) sorted by relevance

/trunk/main/dbaccess/source/ui/tabledesign/
H A DTEditControl.cxx1051 …OSL_ENSURE(GetView()->getController().isDropAllowed(),"Call of DeleteRows not valid here. Please c… in DeleteRows()
1378 …owed = (GetView()->getController().isAddAllowed() && GetView()->getController().isDropAllowed()) || in IsCutAllowed()
1557 return GetSelectRowCount() != 0 && GetView()->getController().isDropAllowed(); in IsDeleteAllowed()
1568 if (bInsertNewAllowed && !GetView()->getController().isDropAllowed()) in IsInsertNewAllowed()
H A DTableController.cxx1438 …tEditable( xMeta.is() && !xMeta->isReadOnly() && (isAlterAllowed() || isDropAllowed() || isAddAllo… in assignTable()
1474 sal_Bool OTableController::isDropAllowed() const in isDropAllowed() function in OTableController
/trunk/main/dbaccess/source/ui/inc/
H A DTableController.hxx99 sal_Bool isDropAllowed() const;