Searched refs:isAddAllowed (Results 1 – 3 of 3) sorted by relevance
952 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 OTableController1499 sal_Bool bAddAllowed = isAddAllowed(); in reSyncRows()1590 bool bReadRow = !isAddAllowed(); in getFirstEmptyRowPosition()
1095 …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()
98 sal_Bool isAddAllowed() const;