Searched refs:SwUserFieldType (Results 1 – 14 of 14) sorted by relevance
| /trunk/main/sw/source/core/fields/ |
| H A D | usrfld.cxx | 49 SwUserField::SwUserField(SwUserFieldType* pTyp, sal_uInt16 nSub, sal_uInt32 nFmt) in SwUserField() 59 sStr = ((SwUserFieldType*)GetTyp())->Expand(GetFormat(), nSubType, GetLanguage()); in Expand() 66 SwField* pTmp = new SwUserField((SwUserFieldType*)GetTyp(), nSubType, GetFormat()); in Copy() 77 aStr += static_cast<SwUserFieldType*>(GetTyp())->GetContent(); in GetFieldName() 83 return ((SwUserFieldType*)GetTyp())->GetValue(); in GetValue() 88 ((SwUserFieldType*)GetTyp())->SetValue(rVal); in SetValue() 97 return ((SwUserFieldType*)GetTyp())->GetName(); in GetPar1() 106 return ((SwUserFieldType*)GetTyp())->GetContent(GetFormat()); in GetPar2() 111 ((SwUserFieldType*)GetTyp())->SetContent(rStr, GetFormat()); in SetPar2() 116 return ((SwUserFieldType*)GetTyp())->GetType() | nSubType; in GetSubType() [all …]
|
| H A D | expfld.cxx | 1216 SwUserFieldType* pUserTyp = static_cast<SwUserFieldType*>( in applyFieldContent() 1271 SwUserFieldType* pUserTyp = static_cast<SwUserFieldType*>( in Expand()
|
| H A D | cellfml.cxx | 173 nRet = ( (SwUserFieldType*) pFld )->GetValue(); in GetValue()
|
| /trunk/main/sw/inc/ |
| H A D | usrfld.hxx | 37 class SW_DLLPUBLIC SwUserFieldType : public SwValueFieldType class 47 SwUserFieldType( SwDoc* pDocPtr, const String& ); 77 inline sal_Bool SwUserFieldType::IsValid() const in IsValid() 80 inline void SwUserFieldType::ChgValid( sal_Bool bNew ) in ChgValid() 83 inline double SwUserFieldType::GetValue() const in GetValue() 86 inline void SwUserFieldType::SetValue(const double nVal) in SetValue() 89 inline sal_uInt16 SwUserFieldType::GetType() const in GetType() 92 inline void SwUserFieldType::SetType(sal_uInt16 nSub) in SetType() 110 SwUserField(SwUserFieldType*, sal_uInt16 nSub = 0, sal_uInt32 nFmt = 0);
|
| /trunk/main/sw/source/ui/inc/ |
| H A D | inpdlg.hxx | 38 class SwUserFieldType; 54 SwUserFieldType* pUsrType;
|
| /trunk/main/sw/source/core/txtnode/ |
| H A D | atrfld.cxx | 132 bDel = ((SwUserFieldType*)pType)->IsDeleted(); in ~SwFmtFld() 282 SwUserFieldType* pType = (SwUserFieldType*) GetField()->GetTyp(); in Modify()
|
| H A D | thints.cxx | 2952 bInsFldType = ((SwUserFieldType*)pFld->GetTyp())->IsDeleted(); in TryInsertHint()
|
| /trunk/main/sw/source/ui/fldui/ |
| H A D | fldvar.cxx | 281 SwUserFieldType* pType = (SwUserFieldType*) in IMPL_LINK() 1071 ((SwUserFieldType*)pType)->SetContent(aValueED.GetText(), nFmt); in IMPL_LINK() 1072 ((SwUserFieldType*)pType)->SetType( in IMPL_LINK() 1102 SwUserFieldType aType( pSh->GetDoc(), sName ); in IMPL_LINK()
|
| H A D | fldmgr.cxx | 1231 SwUserFieldType* pTyp = in InsertFld() 1232 (SwUserFieldType*)pCurShell->GetFldType(RES_USERFLD, rData.sPar1); in InsertFld() 1237 pTyp = (SwUserFieldType*)pCurShell->InsertFldType( in InsertFld() 1238 SwUserFieldType(pCurShell->GetDoc(), rData.sPar1)); in InsertFld()
|
| H A D | inpdlg.cxx | 103 if( 0 != ( pUsrType = (SwUserFieldType*)rSh.GetFldType( in SwFldInputDlg()
|
| /trunk/main/sw/source/filter/rtf/ |
| H A D | rtffld.cxx | 886 SwUserFieldType aTmp( pDoc, aSaveStr ); in MakeFieldInst() 887 SwUserField aUFld( (SwUserFieldType*)pDoc->InsertFldType( aTmp )); in MakeFieldInst() 1063 SwUserFieldType *pUsrTyp = (SwUserFieldType*)pTyp; in ReadField()
|
| /trunk/main/sw/source/core/doc/ |
| H A D | docfld.cxx | 216 ((SwUserFieldType&)rFldTyp).SetDeleted( sal_False ); in InsDeletedFldType() 253 ((SwUserFieldType*)pTmp)->SetDeleted( sal_True ); in RemoveFldType() 407 ((SwUserFieldType*)pFldType)->GetValue( *pCalc ); in UpdateUsrFlds() 1311 … String sExpand(((SwUserFieldType*)pFldType)->Expand(nsSwGetSetExpType::GSE_STRING, 0, 0)); in UpdateExpFlds() 2628 sFldName = ((SwUserFieldType&)rType).GetName(); in InsertFldType() 2661 sFldName = ((SwUserFieldType&)rType).GetName(); in RemoveFldType()
|
| /trunk/main/sw/source/core/unocore/ |
| H A D | unofield.cxx | 594 SwUserFieldType aType(m_pDoc, sTypeName); in setPropertyValue() 596 ((SwUserFieldType*)pType2)->SetContent(sParam1); in setPropertyValue() 597 ((SwUserFieldType*)pType2)->SetValue(fParam1); in setPropertyValue() 598 …((SwUserFieldType*)pType2)->SetType(bParam1 ? nsSwGetSetExpType::GSE_EXPR : nsSwGetSetExpType::GSE… in setPropertyValue() 1457 nsSwGetSetExpType::GSE_STRING == ((SwUserFieldType*)pFldType)->GetType()) in attachToRange() 1459 pFld = new SwUserField((SwUserFieldType*)pFldType, in attachToRange()
|
| /trunk/main/sw/source/core/bastyp/ |
| H A D | calc.cxx | 559 SwUserFieldType* pUFld = (SwUserFieldType*)pFndExp->pFldType; in VarLook()
|