Home
last modified time | relevance | path

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

/trunk/main/dbaccess/source/ui/tabledesign/
H A DFieldDescriptions.cxx176 SetIsNullable(::comphelper::getINT32(xAffectedCol->getPropertyValue(PROPERTY_ISNULLABLE))); in OFieldDescription()
266 SetIsNullable(ColumnValue::NO_NULLS); in FillFromTypeInfo()
432 void OFieldDescription::SetIsNullable(const sal_Int32& _rIsNullable) in SetIsNullable() function in OFieldDescription
496 SetIsNullable(::com::sun::star::sdbc::ColumnValue::NO_NULLS); in SetPrimaryKey()
H A DTableRow.cxx212 pFieldDesc->SetIsNullable(nValue); in operator >>()
H A DTEditControl.cxx1224 pFieldDescr->SetIsNullable( sValue.ToInt32() ); in SetCellData()
1823 _pFieldDesc->SetIsNullable(ColumnValue::NO_NULLS); in AdjustFieldDescription()
H A DTableController.cxx914 pActFieldDescr->SetIsNullable(nNullable); in loadData()
1018 pActFieldDescr->SetIsNullable(ColumnValue::NO_NULLS); in checkColumns()
/trunk/main/dbaccess/source/ui/control/
H A DFieldDescControl.cxx1484 pFieldDescr->SetIsNullable(ColumnValue::NO_NULLS); // der Typ sagt das in DisplayData()
1549 pFieldDescr->SetIsNullable(ColumnValue::NO_NULLS); in DisplayData()
1686 pFieldDescr->SetIsNullable( ColumnValue::NO_NULLS ); in SaveData()
1688 pFieldDescr->SetIsNullable( ColumnValue::NULLABLE ); in SaveData()
/trunk/main/dbaccess/source/ui/inc/
H A DFieldDescriptions.hxx95 void SetIsNullable(const sal_Int32& _rIsNullable);
/trunk/main/dbaccess/source/ui/misc/
H A DWCopyTable.cxx360 aDesc.SetIsNullable( xStatementMeta->isNullable( i ) ); in impl_ensureColumnInfo_throw()
1170 keyPos->second->SetIsNullable( ColumnValue::NO_NULLS ); in loadData()
H A DDExport.cxx684 pField->SetIsNullable(ColumnValue::NULLABLE); in CreateDefaultColumn()

Completed in 63 milliseconds