Home
last modified time | relevance | path

Searched refs:TIMEFLD (Results 1 – 12 of 12) sorted by relevance

/aoo41x/main/sw/source/core/sw3io/
H A Dsw3convert.cxx237 rSubType = TIMEFLD; in sw3io_ConvertFromOldField()
346 case TIMEFLD: rWhich = RES_TIMEFLD; break; in sw3io_ConvertToOldField()
348 case TIMEFLD|FIXEDFLD: rWhich = RES_FIXTIMEFLD; break; in sw3io_ConvertToOldField()
/aoo41x/main/sw/source/core/fields/
H A Dflddat.cxx285 nSubType &= ~(DATEFLD|TIMEFLD); in PutValue()
286 nSubType |= *(sal_Bool*)rVal.getValue() ? DATEFLD : TIMEFLD; in PutValue()
/aoo41x/main/sw/source/filter/html/
H A Dhtmlfld.cxx354 nSub = TIMEFLD; in NewField()
404 case NUMBERFORMAT_TIME: nSub = TIMEFLD; break; in NewField()
/aoo41x/main/sw/inc/
H A Dfldbas.hxx237 TIMEFLD = 4 enumerator
/aoo41x/main/sw/source/ui/fldui/
H A Dfldpage.cxx215 nSubType = static_cast< sal_uInt16 >(((nTypeId == TYP_DATEFLD) ? DATEFLD : TIMEFLD) | in InsertFld()
H A Dfldmgr.cxx924 … sal_uInt16 nSub = static_cast< sal_uInt16 >(rData.nTypeId == TYP_DATEFLD ? DATEFLD : TIMEFLD); in InsertFld()
/aoo41x/main/sw/source/core/text/
H A Dtxtfld.cxx304 else if( subType & TIMEFLD ) in NewFldPortion()
/aoo41x/main/sw/source/filter/ww1/
H A Dw1filter.cxx794 sal_uInt16 nSubType = TIMEFLD; in Out()
799 rOut.GetSysFldType(RES_DATETIMEFLD), TIMEFLD, nFormat); in Out()
/aoo41x/main/sw/source/filter/rtf/
H A Drtffld.cxx525 pFld = new SwDateTimeField( (SwDateTimeFieldType*)pFldType, TIMEFLD, nFmtIdx ); in MakeFieldInst()
H A Dswparrtf.cxx1952 sal_uInt16 nSubType = TIMEFLD, nWhich = RES_TIMEFLD; in NextToken()
1956 pDoc->GetSysFldType( RES_DATETIMEFLD ), TIMEFLD, nFormat); in NextToken()
/aoo41x/main/sw/source/core/unocore/
H A Dunofield.cxx1289 nSub |= TIMEFLD; in attachToRange()
/aoo41x/main/sw/source/filter/ww8/
H A Dww8par5.cxx1818 rDoc.GetSysFldType(RES_DATETIMEFLD), TIMEFLD, nFormat); in Read_F_DateTime()

Completed in 81 milliseconds