Lines Matching refs:SwGetExpField
293 SwGetExpField::SwGetExpField(SwGetExpFieldType* pTyp, const String& rFormel, in SwGetExpField() function in SwGetExpField
303 String SwGetExpField::Expand() const in Expand()
311 String SwGetExpField::GetFieldName() const in GetFieldName()
322 SwField* SwGetExpField::Copy() const in Copy()
324 SwGetExpField *pTmp = new SwGetExpField((SwGetExpFieldType*)GetTyp(), in Copy()
337 void SwGetExpField::ChangeExpansion( const SwFrm& rFrm, const SwTxtFld& rFld ) in ChangeExpansion()
395 String SwGetExpField::GetPar2() const in GetPar2()
400 void SwGetExpField::SetPar2(const String& rStr) in SetPar2()
405 sal_uInt16 SwGetExpField::GetSubType() const in GetSubType()
410 void SwGetExpField::SetSubType(sal_uInt16 nType) in SetSubType()
415 void SwGetExpField::SetLanguage(sal_uInt16 nLng) in SetLanguage()
423 sal_Bool SwGetExpField::QueryValue( uno::Any& rAny, sal_uInt16 nWhichId ) const in QueryValue()
460 sal_Bool SwGetExpField::PutValue( const uno::Any& rAny, sal_uInt16 nWhichId ) in PutValue()
886 void SwGetExpField::SetValue( const double& rAny ) in SetValue()
896 xub_StrLen SwGetExpField::GetReferenceTextPos( const SwFmtFld& rFmt, SwDoc& rDoc) in GetReferenceTextPos()