Home
last modified time | relevance | path

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

/aoo4110/main/dbaccess/source/ui/tabledesign/
H A DTEditControl.cxx1053 …OSL_ENSURE(GetView()->getController().isDropAllowed(),"Call of DeleteRows not valid here. Please c… in DeleteRows()
1381 …wed = (GetView()->getController().isAddAllowed() && GetView()->getController().isDropAllowed()) || in IsCutAllowed()
1560 return GetSelectRowCount() != 0 && GetView()->getController().isDropAllowed(); in IsDeleteAllowed()
1571 if (bInsertNewAllowed && !GetView()->getController().isDropAllowed()) in IsInsertNewAllowed()
H A DTableController.cxx1440 …setEditable( xMeta.is() && !xMeta->isReadOnly() && (isAlterAllowed() || isDropAllowed() || isAddAl… in assignTable()
1475 sal_Bool OTableController::isDropAllowed() const in isDropAllowed() function in OTableController
/aoo4110/main/dbaccess/source/ui/inc/
H A DTableController.hxx99 sal_Bool isDropAllowed() const;

Completed in 32 milliseconds