Searched refs:isAddAllowed (Results 1 – 3 of 3) sorted by relevance
954 bool bReadRow = !isAddAllowed(); in loadData()1440 …e( xMeta.is() && !xMeta->isReadOnly() && (isAlterAllowed() || isDropAllowed() || isAddAllowed()) ); in assignTable()1454 sal_Bool OTableController::isAddAllowed() const in isAddAllowed() function in OTableController1500 sal_Bool bAddAllowed = isAddAllowed(); in reSyncRows()1591 bool bReadRow = !isAddAllowed(); in getFirstEmptyRowPosition()
1098 …OSL_ENSURE(GetView()->getController().isAddAllowed(),"Call of InsertNewRows not valid here. Please… in InsertNewRows()1381 …sal_Bool bIsCutAllowed = (GetView()->getController().isAddAllowed() && GetView()->getController().… in IsCutAllowed()1454 sal_Bool bAllowed = GetView()->getController().isAddAllowed(); in IsPasteAllowed()1568 sal_Bool bInsertNewAllowed = GetView()->getController().isAddAllowed(); in IsInsertNewAllowed()
98 sal_Bool isAddAllowed() const;
Completed in 40 milliseconds