Searched refs:bDropAllowed (Results 1 – 1 of 1) sorted by relevance
1477 sal_Bool bDropAllowed = !m_xTable.is(); in isDropAllowed() local1481 bDropAllowed = Reference<XDrop>(xNameAccess,UNO_QUERY).is() && xNameAccess->hasElements(); in isDropAllowed()1485 … bDropAllowed = bDropAllowed || ( xMetaData.is() && xMetaData->supportsAlterTableWithDropColumn()); in isDropAllowed()1487 return bDropAllowed; in isDropAllowed()