Home
last modified time | relevance | path

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

/trunk/main/dbaccess/source/ui/tabledesign/
H A DTEditControl.cxx1379 GetView()->getController().isAlterAllowed(); in IsCutAllowed()
1470 if(GetView()->getController().isAlterAllowed()) in cut()
1479 if(GetView()->getController().isAlterAllowed()) in cut()
1488 if(GetView()->getController().isAlterAllowed()) in cut()
1528 if(GetView()->getController().isAlterAllowed()) in paste()
1536 if(GetView()->getController().isAlterAllowed()) in paste()
1544 if(GetView()->getController().isAlterAllowed()) in paste()
H A DTableController.cxx846 sal_Bool bIsAlterAllowed = isAlterAllowed(); in loadData()
1438 …setEditable( xMeta.is() && !xMeta->isReadOnly() && (isAlterAllowed() || isDropAllowed() || isAddAl… in assignTable()
1490 sal_Bool OTableController::isAlterAllowed() const in isAlterAllowed() function in OTableController
1498 sal_Bool bAlterAllowed = isAlterAllowed(); in reSyncRows()
/trunk/main/dbaccess/source/ui/inc/
H A DTableController.hxx100 sal_Bool isAlterAllowed() const;