Searched refs:DATEFLD (Results 1 – 15 of 15) sorted by relevance
/aoo42x/main/sw/source/core/sw3io/ |
H A D | sw3convert.cxx | 224 rSubType = DATEFLD; in sw3io_ConvertFromOldField() 345 case DATEFLD: rWhich = RES_DATEFLD; break; in sw3io_ConvertToOldField() 347 case DATEFLD|FIXEDFLD: rWhich = RES_FIXDATEFLD; break; in sw3io_ConvertToOldField() 351 if( nSubType & DATEFLD ) in sw3io_ConvertToOldField()
|
/aoo42x/main/sw/source/core/fields/ |
H A D | flddat.cxx | 67 if (nSubType & DATEFLD) in SwDateTimeField() 285 nSubType &= ~(DATEFLD|TIMEFLD); in PutValue() 286 nSubType |= *(sal_Bool*)rVal.getValue() ? DATEFLD : TIMEFLD; in PutValue()
|
H A D | fldbas.cxx | 226 nRet = static_cast<sal_uInt16>(GetSubType() & DATEFLD ? TYP_FIXDATEFLD : TYP_FIXTIMEFLD); in GetTypeId() 228 nRet = static_cast<sal_uInt16>(GetSubType() & DATEFLD ? TYP_DATEFLD : TYP_TIMEFLD); in GetTypeId() 274 ((GetSubType() & DATEFLD) != 0) ? TYP_DATEFLD : TYP_TIMEFLD); in GetFieldName()
|
/aoo42x/main/sw/inc/ |
H A D | flddat.hxx | 118 SwDateTimeField(SwDateTimeFieldType* pType, sal_uInt16 nSubType = DATEFLD, 130 { return (nSubType & DATEFLD) != 0; } in IsDate()
|
H A D | fldbas.hxx | 236 DATEFLD = 2, enumerator
|
/aoo42x/main/sw/source/filter/html/ |
H A D | htmlfld.cxx | 347 nSub = DATEFLD; in NewField() 403 case NUMBERFORMAT_DATE: nSub = DATEFLD; break; in NewField()
|
/aoo42x/main/sw/source/filter/rtf/ |
H A D | rtffld.cxx | 486 static_cast<SwDateTimeFieldType*>(pFldType), DATEFLD)), 0); in MakeFieldInst() 523 pFld = new SwDateTimeField( (SwDateTimeFieldType*)pFldType, DATEFLD, nFmtIdx ); in MakeFieldInst()
|
H A D | swparrtf.cxx | 1930 sal_uInt16 nSubType = DATEFLD, nWhich = RES_DATEFLD; in NextToken() 1935 pDoc->GetSysFldType( RES_DATETIMEFLD ), DATEFLD, nFormat); in NextToken()
|
/aoo42x/main/sw/source/ui/fldui/ |
H A D | fldpage.cxx | 215 nSubType = static_cast< sal_uInt16 >(((nTypeId == TYP_DATEFLD) ? DATEFLD : TIMEFLD) | in InsertFld()
|
H A D | fldmgr.cxx | 924 … sal_uInt16 nSub = static_cast< sal_uInt16 >(rData.nTypeId == TYP_DATEFLD ? DATEFLD : TIMEFLD); in InsertFld()
|
/aoo42x/main/sw/source/core/text/ |
H A D | txtfld.cxx | 304 if( subType & DATEFLD ) in NewFldPortion()
|
/aoo42x/main/sw/source/filter/ww1/ |
H A D | w1filter.cxx | 780 sal_uInt16 nSubType = DATEFLD; in Out() 785 rOut.GetSysFldType(RES_DATETIMEFLD), DATEFLD, nFormat); in Out()
|
/aoo42x/main/sw/source/core/unocore/ |
H A D | unofield.cxx | 1287 nSub |= DATEFLD; in attachToRange()
|
/aoo42x/main/sw/source/filter/ww8/ |
H A D | ww8par5.cxx | 1818 rDoc.GetSysFldType(RES_DATETIMEFLD ), DATEFLD, nFormat); in Read_F_DateTime()
|
H A D | ww8atr.cxx | 2784 ww::eField eFld = (DATEFLD & nSubType) ? ww::eDATE : ww::eTIME; in TextField()
|
Completed in 165 milliseconds