Lines Matching refs:SwGetExpField
295 SwGetExpField::SwGetExpField(SwGetExpFieldType* pTyp, const String& rFormel, in SwGetExpField() function in SwGetExpField
305 String SwGetExpField::Expand() const in Expand()
313 String SwGetExpField::GetFieldName() const in GetFieldName()
324 SwField* SwGetExpField::Copy() const in Copy()
326 SwGetExpField *pTmp = new SwGetExpField((SwGetExpFieldType*)GetTyp(), in Copy()
339 void SwGetExpField::ChangeExpansion( const SwFrm& rFrm, const SwTxtFld& rFld ) in ChangeExpansion()
397 String SwGetExpField::GetPar2() const in GetPar2()
402 void SwGetExpField::SetPar2(const String& rStr) in SetPar2()
407 sal_uInt16 SwGetExpField::GetSubType() const in GetSubType()
412 void SwGetExpField::SetSubType(sal_uInt16 nType) in SetSubType()
417 void SwGetExpField::SetLanguage(sal_uInt16 nLng) in SetLanguage()
425 sal_Bool SwGetExpField::QueryValue( uno::Any& rAny, sal_uInt16 nWhichId ) const in QueryValue()
462 sal_Bool SwGetExpField::PutValue( const uno::Any& rAny, sal_uInt16 nWhichId ) in PutValue()
888 void SwGetExpField::SetValue( const double& rAny ) in SetValue()
898 xub_StrLen SwGetExpField::GetReferenceTextPos( const SwFmtFld& rFmt, SwDoc& rDoc) in GetReferenceTextPos()