Searched refs:SwValueField (Results 1 – 15 of 15) sorted by relevance
/aoo4110/main/sw/source/core/fields/ |
H A D | fldbas.cxx | 582 SwValueField::SwValueField( SwValueFieldType* pFldType, sal_uInt32 nFmt, in SwValueField() function in SwValueField 589 SwValueField::SwValueField( const SwValueField& rFld ) in SwValueField() function in SwValueField 595 SwValueField::~SwValueField() in ~SwValueField() 604 SwFieldType* SwValueField::ChgTyp( SwFieldType* pNewType ) in ChgTyp() 659 void SwValueField::SetLanguage( sal_uInt16 nLng ) in SetLanguage() 705 double SwValueField::GetValue() const in GetValue() 710 void SwValueField::SetValue( const double& rVal ) in SetValue() 720 : SwValueField(pFldType, nFmt, LANGUAGE_SYSTEM, fVal) in SwFormulaField() 725 : SwValueField((SwValueFieldType *)rFld.GetTyp(), rFld.GetFormat(), in SwFormulaField() 754 SwValueField::SetValue( fTmpValue ); in SetFormula() [all …]
|
H A D | expfld.cxx | 329 pTmp->SwValueField::SetValue(GetValue()); in Copy() 422 SwValueField::SetLanguage(nLng); in SetLanguage() 469 SwValueField::SetValue(*(double*) rAny.getValue()); in PutValue() 795 SwValueField::SetValue(1.0); in SwSetExpField() 852 pTmp->SwValueField::SetValue(GetValue()); in Copy() 879 SwValueField::SetValue(rAny); in SetValue() 890 SwValueField::SetValue(rAny); in SetValue()
|
H A D | tblcalc.cxx | 70 : SwValueField( pInitType, nFmt ), SwTableFormula( rFormel ), in SwTblField() 81 pTmp->SwValueField::SetValue(GetValue()); in Copy() 159 SwValueField::SetValue(rVal); in SetValue()
|
H A D | flddat.cxx | 60 : SwValueField(pInitType, nFmt, nLng, 0.0), in SwDateTimeField() 186 return SwValueField::GetValue(); in GetValue()
|
H A D | dbfld.cxx | 191 : SwValueField(pTyp, nFmt), in SwDBField() 306 SwFieldType* pOld = SwValueField::ChgTyp( pNewType ); in ChgTyp()
|
H A D | usrfld.cxx | 50 : SwValueField(pTyp, nFmt), in SwUserField()
|
H A D | docufld.cxx | 1054 SwValueField(pTyp, nFmt), nSubType(nSub) in SwDocInfoField() 1061 SwValueField(pTyp, nFmt), nSubType(nSub) in SwDocInfoField() 1221 SwValueField::SetLanguage(nLng); in SetLanguage()
|
/aoo4110/main/sw/inc/ |
H A D | fldbas.hxx | 427 class SW_DLLPUBLIC SwValueField : public SwField class 433 …SwValueField( SwValueFieldType* pFldType, sal_uInt32 nFmt = 0, sal_uInt16 nLang = LANGUAGE_SYSTEM,… 434 SwValueField( const SwValueField& rFld ); 437 virtual ~SwValueField(); 455 class SW_DLLPUBLIC SwFormulaField : public SwValueField
|
H A D | flddat.hxx | 109 class SW_DLLPUBLIC SwDateTimeField : public SwValueField
|
H A D | usrfld.hxx | 102 class SW_DLLPUBLIC SwUserField : public SwValueField
|
H A D | dbfld.hxx | 69 class SW_DLLPUBLIC SwDBField : public SwValueField
|
H A D | expfld.hxx | 424 class SwTblField : public SwValueField, public SwTableFormula
|
H A D | docufld.hxx | 589 class SW_DLLPUBLIC SwDocInfoField : public SwValueField
|
/aoo4110/main/sw/source/core/sw3io/ |
H A D | sw3convert.cxx | 409 SvNumberFormatter *pFormatter = ((SwValueField*)pFld)->GetDoc()->GetNumberFormatter(); in sw3io_ConvertToOldField()
|
/aoo4110/main/sw/source/ui/fldui/ |
H A D | fldvar.cxx | 1069 … nFmt = SwValueField::GetSystemFormat(pSh->GetNumberFormatter(), nFmt); in IMPL_LINK() 1211 nFormat = SwValueField::GetSystemFormat(pSh->GetNumberFormatter(), nFormat); in FillItemSet()
|
Completed in 146 milliseconds