Home
last modified time | relevance | path

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

/trunk/main/dbaccess/source/ui/tabledesign/
H A DTableController.cxx952 bool bReadRow = !isAddAllowed(); in loadData()
1438 …e( xMeta.is() && !xMeta->isReadOnly() && (isAlterAllowed() || isDropAllowed() || isAddAllowed()) ); in assignTable()
1453 sal_Bool OTableController::isAddAllowed() const in isAddAllowed() function in OTableController
1499 sal_Bool bAddAllowed = isAddAllowed(); in reSyncRows()
1590 bool bReadRow = !isAddAllowed(); in getFirstEmptyRowPosition()
H A DTEditControl.cxx1095 …OSL_ENSURE(GetView()->getController().isAddAllowed(),"Call of InsertNewRows not valid here. Please… in InsertNewRows()
1378 …sal_Bool bIsCutAllowed = (GetView()->getController().isAddAllowed() && GetView()->getController().… in IsCutAllowed()
1451 sal_Bool bAllowed = GetView()->getController().isAddAllowed(); in IsPasteAllowed()
1565 sal_Bool bInsertNewAllowed = GetView()->getController().isAddAllowed(); in IsInsertNewAllowed()
/trunk/main/dbaccess/source/ui/inc/
H A DTableController.hxx98 sal_Bool isAddAllowed() const;