Searched refs:SwTblField (Results 1 – 8 of 8) sorted by relevance
68 SwTblField::SwTblField( SwTblFieldType* pInitType, const String& rFormel, in SwTblField() function in SwTblField76 SwField* SwTblField::Copy() const in Copy()78 SwTblField* pTmp = new SwTblField( (SwTblFieldType*)GetTyp(), in Copy()88 String SwTblField::GetFieldName() const in GetFieldName()109 String SwTblField::GetCommand() in GetCommand()125 String SwTblField::Expand() const in Expand()146 sal_uInt16 SwTblField::GetSubType() const in GetSubType()151 void SwTblField::SetSubType(sal_uInt16 nType) in SetSubType()168 String SwTblField::GetPar2() const in GetPar2()174 void SwTblField::SetPar2(const String& rStr) in SetPar2()[all …]
177 SwTblField* pTblFld = (SwTblField*) pFld; in GetValue()
424 class SwTblField : public SwValueField, public SwTableFormula class438 SwTblField( SwTblFieldType*, const String& rFormel,
443 && ((SwTblField*)rDestFmtFld.GetField())->IsIntrnlName() ) in CopyTxtFld()448 ((SwTblField*)rDestFmtFld.GetField())->PtrToBoxNm( &pTblNd->GetTable() ); in CopyTxtFld()
1415 && static_cast<const SwTblField*>(rFld.GetField())->IsIntrnlName()) in lcl_CopyHint()1422 SwTblField* const pTblFld = in lcl_CopyHint()1423 const_cast<SwTblField*>(static_cast<const SwTblField*>( in lcl_CopyHint()
449 SwTblField* pFld = (SwTblField*)pFmtFld->GetField(); in UpdateTblFlds()533 SwTblField* pFld; in UpdateTblFlds()535 (pFld = (SwTblField*)pFmtFld->GetField())->GetSubType() )) in UpdateTblFlds()
858 ((SwTblField*)pCurFld)->PtrToBoxNm( pTblNd ? &pTblNd->GetTable() : 0 ); in GetCurFld()1282 ((SwTblField*)pFld)->IsIntrnlName() ) in GetContentAtPos()1288 ((SwTblField*)pFld)->PtrToBoxNm( &pTblNd->GetTable() ); in GetContentAtPos()
1746 pFld = new SwTblField( (SwTblFieldType*) in attachToRange()1751 ((SwTblField*)pFld)->ChgExpStr(m_pProps->sPar1); in attachToRange()
Completed in 133 milliseconds