31 :m_pActFieldDescr( nullptr )
34 ,m_bOwnsDescriptions(false)
39 :m_pActFieldDescr(nullptr)
42 ,m_bOwnsDescriptions(false)
147 double nControlDefault;
149 aControlDefault <<= nControlDefault;
SvStream & WriteDouble(const double &rDouble)
SvStream & WriteInt32(sal_Int32 nInt32)
SvStream & WriteUniOrByteString(std::u16string_view rStr, rtl_TextEncoding eDestCharSet)
OUString ReadUniOrByteString(rtl_TextEncoding eSrcCharSet)
SvStream & ReadDouble(double &rDouble)
SvStream & ReadInt32(sal_Int32 &rInt32)
rtl_TextEncoding GetStreamCharSet() const
void SetTypeValue(sal_Int32 _nType)
OUString GetDescription() const
void SetHelpText(const OUString &_sHelptext)
void SetControlDefault(const css::uno::Any &_rControlDefault)
void SetPrecision(sal_Int32 _rPrecision)
void SetIsNullable(sal_Int32 _rIsNullable)
void SetPrimaryKey(bool _bPKey)
sal_Int32 GetScale() const
OUString GetHelpText() const
bool IsAutoIncrement() const
void SetAutoIncrement(bool _bAuto)
void SetName(const OUString &_rName)
sal_Int32 GetFormatKey() const
void SetDescription(const OUString &_rDescription)
bool IsPrimaryKey() const
sal_Int32 GetType() const
void FillFromTypeInfo(const TOTypeInfoSP &_pType, bool _bForce, bool _bReset)
css::uno::Any GetControlDefault() const
SvxCellHorJustify GetHorJustify() const
sal_Int32 GetPrecision() const
void SetCurrency(bool _bIsCurrency)
sal_Int32 GetIsNullable() const
void SetScale(sal_Int32 _rScale)
void SetFormatKey(sal_Int32 _rFormatKey)
void SetHorJustify(const SvxCellHorJustify &_rHorJustify)
void SetPrimaryKey(bool bSet)
OFieldDescription * GetActFieldDescr() const
bool IsPrimaryKey() const
void SetFieldType(const TOTypeInfoSP &_pType, bool _bForce=false)
OFieldDescription * m_pActFieldDescr
constexpr OUStringLiteral IsReadOnly(u"IsReadOnly")
SvStream & WriteOTableRow(SvStream &_rStr, const OTableRow &_rRow)
std::shared_ptr< OTypeInfo > TOTypeInfoSP
SvStream & ReadOTableRow(SvStream &_rStr, OTableRow &_rRow)