Home
last modified time | relevance | path

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

/aoo4110/main/forms/source/component/
H A DFormComponent.cxx2161 sal_Int32 nNullableFlag = ColumnValue::NO_NULLS; in connectToField() local
2162 m_xField->getPropertyValue(PROPERTY_ISNULLABLE) >>= nNullableFlag; in connectToField()
2163 m_bRequired = (ColumnValue::NO_NULLS == nNullableFlag); in connectToField()

Completed in 19 milliseconds