Home
last modified time | relevance | path

Searched refs:nExtSub (Results 1 – 4 of 4) sorted by relevance

/dports/editors/libreoffice/libreoffice-7.2.6.2/sw/source/filter/html/
H A Dhtmlfld.cxx445 sal_uInt16 nExtSub = 0; in NewField() local
449 nExtSub = DI_SUB_AUTHOR; in NewField()
451 pFormatOption->GetEnum( nExtSub, aHTMLDocInfoFieldFormatTable ); in NewField()
452 nSub |= nExtSub; in NewField()
457 if( bHasNumFormat && (DI_SUB_DATE==nExtSub || DI_SUB_TIME==nExtSub) ) in NewField()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/sw/source/filter/html/
H A Dhtmlfld.cxx441 sal_uInt16 nExtSub = 0; in NewField() local
445 nExtSub = DI_SUB_AUTHOR; in NewField()
447 pFormatOption->GetEnum( nExtSub, aHTMLDocInfoFieldFormatTable ); in NewField()
448 nSub |= nExtSub; in NewField()
453 if( bHasNumFormat && (DI_SUB_DATE==nExtSub || DI_SUB_TIME==nExtSub) ) in NewField()
/dports/editors/libreoffice/libreoffice-7.2.6.2/sw/source/core/fields/
H A Ddocufld.cxx863 sal_uInt16 nExtSub = nSub & 0xff00; in Expand() local
938 switch (nExtSub & ~DI_SUB_FIXED) in Expand()
1186 sal_uInt16 nExtSub = (m_nSubType & 0xff00) & ~DI_SUB_FIXED; in QueryValue() local
1187 rAny <<= nExtSub == DI_SUB_DATE; in QueryValue()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/sw/source/core/fields/
H A Ddocufld.cxx868 sal_uInt16 nExtSub = nSub & 0xff00; in Expand() local
943 switch (nExtSub & ~DI_SUB_FIXED) in Expand()
1191 sal_uInt16 nExtSub = (m_nSubType & 0xff00) & ~DI_SUB_FIXED; in QueryValue() local
1192 rAny <<= nExtSub == DI_SUB_DATE; in QueryValue()