Searched refs:bDropAllowed (Results 1 – 1 of 1) sorted by relevance
1478 sal_Bool bDropAllowed = !m_xTable.is(); in isDropAllowed() local1482 bDropAllowed = Reference<XDrop>(xNameAccess,UNO_QUERY).is() && xNameAccess->hasElements(); in isDropAllowed()1486 bDropAllowed = bDropAllowed || ( xMetaData.is() && xMetaData->supportsAlterTableWithDropColumn()); in isDropAllowed()1488 return bDropAllowed; in isDropAllowed()
Completed in 20 milliseconds