Lines Matching refs:SwField

183 SwField::SwField(  in SwField()  function in SwField
198 SwField::~SwField() in ~SwField()
207 sal_uInt16 SwField::Which() const in Which()
218 sal_uInt16 SwField::GetTypeId() const in GetTypeId()
268 String SwField::GetFieldName() const in GetFieldName()
289 const String& SwField::GetPar1() const in GetPar1()
294 String SwField::GetPar2() const in GetPar2()
299 String SwField::GetFormula() const in GetFormula()
304 void SwField::SetPar1(const String& ) in SetPar1()
307 void SwField::SetPar2(const String& ) in SetPar2()
310 sal_uInt16 SwField::GetSubType() const in GetSubType()
316 void SwField::SetSubType(sal_uInt16 ) in SetSubType()
321 sal_Bool SwField::QueryValue( uno::Any& rVal, sal_uInt16 nWhichId ) const in QueryValue()
336 sal_Bool SwField::PutValue( const uno::Any& rVal, sal_uInt16 nWhichId ) in PutValue()
360 SwFieldType* SwField::ChgTyp( SwFieldType* pNewType ) in ChgTyp()
371 sal_Bool SwField::HasClickHdl() const in HasClickHdl()
392 void SwField::SetLanguage(sal_uInt16 nLng) in SetLanguage()
397 void SwField::ChangeFormat(sal_uInt32 n) in ChangeFormat()
402 sal_Bool SwField::IsFixed() const in IsFixed()
432 String SwField::ExpandField(bool const bCached) const in ExpandField()
446 SwField * SwField::CopyField() const in CopyField()
448 SwField *const pNew = Copy(); in CopyField()
584 : SwField(pFldType, nFmt, nLng), in SwValueField()
590 : SwField(rFld), in SwValueField()
618 return SwField::ChgTyp(pNewType); in ChgTyp()
698 SwField::SetLanguage(nLng); in SetLanguage()
814 String SwField::GetDescription() const in GetDescription()