Searched refs:IsNullable (Results 1 – 9 of 9) sorted by relevance
775 if( pActFieldDescr->IsNullable() ) in IMPL_LINK()1482 if ( ( pFieldType.get() && !pFieldType->bNullable ) || !pFieldDescr->IsNullable() ) in DisplayData()1505 if( pFieldDescr->IsNullable() ) in DisplayData()1548 if(!aIter->second->bNullable && pFieldDescr->IsNullable()) in DisplayData()
265 if ( !_pType->bNullable && IsNullable() ) in FillFromTypeInfo()650 sal_Bool OFieldDescription::IsNullable() const in IsNullable() function in OFieldDescription
1621 || (pFieldDescr->IsNullable() && pRow->IsReadOnly()) in IsPrimaryKeyAllowed()
126 sal_Bool IsNullable() const;
83 [readonly, property] long IsNullable;
70 [property] long IsNullable;
46 IMPLEMENT_CONSTASCII_USTRING(PROPERTY_ISNULLABLE, "IsNullable");
133 …e FM_PROP_ISNULLABLE rtl::OUString( RTL_CONSTASCII_USTRINGPARAM( "IsNullable" ) )
327 if ( !m_sTextToken.Len() && pField->IsNullable() ) in insertValueIntoColumn()
Completed in 57 milliseconds