Lines Matching refs:SwUserField
49 SwUserField::SwUserField(SwUserFieldType* pTyp, sal_uInt16 nSub, sal_uInt32 nFmt) in SwUserField() function in SwUserField
55 String SwUserField::Expand() const in Expand()
64 SwField* SwUserField::Copy() const in Copy()
66 SwField* pTmp = new SwUserField((SwUserFieldType*)GetTyp(), nSubType, GetFormat()); in Copy()
71 String SwUserField::GetFieldName() const in GetFieldName()
81 double SwUserField::GetValue() const in GetValue()
86 void SwUserField::SetValue( const double& rVal ) in SetValue()
95 const String& SwUserField::GetPar1() const in GetPar1()
104 String SwUserField::GetPar2() const in GetPar2()
109 void SwUserField::SetPar2(const String& rStr) in SetPar2()
114 sal_uInt16 SwUserField::GetSubType() const in GetSubType()
119 void SwUserField::SetSubType(sal_uInt16 nSub) in SetSubType()
128 sal_Bool SwUserField::QueryValue( uno::Any& rAny, sal_uInt16 nWhichId ) const in QueryValue()
155 sal_Bool SwUserField::PutValue( const uno::Any& rAny, sal_uInt16 nWhichId ) in PutValue()