Home
last modified time | relevance | path

Searched refs:pFieldTyp (Results 1 – 10 of 10) sorted by relevance

/dports/editors/libreoffice/libreoffice-7.2.6.2/sw/source/filter/html/
H A Dhtmlfldw.cxx70 const SwFieldType* pFieldTyp = pField->GetTyp(); in OutHTML_SwField() local
71 SwFieldIds nField = pFieldTyp->Which(); in OutHTML_SwField()
446 const SwFieldType* pFieldTyp = pField->GetTyp(); in OutHTML_SwFormatField() local
448 if( SwFieldIds::SetExp == pFieldTyp->Which() && in OutHTML_SwFormatField()
451 const bool bOn = pFieldTyp->GetName() == "HTML_ON"; in OutHTML_SwFormatField()
452 if (!bOn && pFieldTyp->GetName() != "HTML_OFF") in OutHTML_SwFormatField()
465 else if( SwFieldIds::Postit == pFieldTyp->Which() ) in OutHTML_SwFormatField()
518 else if( SwFieldIds::Script == pFieldTyp->Which() ) in OutHTML_SwFormatField()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/sw/source/filter/html/
H A Dhtmlfldw.cxx72 const SwFieldType* pFieldTyp = pField->GetTyp(); in OutHTML_SwField() local
73 SwFieldIds nField = pFieldTyp->Which(); in OutHTML_SwField()
449 const SwFieldType* pFieldTyp = pField->GetTyp(); in OutHTML_SwFormatField() local
451 if( SwFieldIds::SetExp == pFieldTyp->Which() && in OutHTML_SwFormatField()
454 const bool bOn = pFieldTyp->GetName() == "HTML_ON"; in OutHTML_SwFormatField()
455 if (!bOn && pFieldTyp->GetName() != "HTML_OFF") in OutHTML_SwFormatField()
468 else if( SwFieldIds::Postit == pFieldTyp->Which() ) in OutHTML_SwFormatField()
521 else if( SwFieldIds::Script == pFieldTyp->Which() ) in OutHTML_SwFormatField()
/dports/editors/libreoffice/libreoffice-7.2.6.2/sw/source/core/inc/
H A Ddocfld.hxx119 SwCalcFieldType( const OUString& rStr, const SwFieldType* pFieldTyp ) in SwCalcFieldType()
120 : SwHash( rStr ), pFieldType( pFieldTyp ) in SwCalcFieldType()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/sw/source/core/inc/
H A Ddocfld.hxx119 SwCalcFieldType( const OUString& rStr, const SwFieldType* pFieldTyp ) in SwCalcFieldType()
120 : SwHash( rStr ), pFieldType( pFieldTyp ) in SwCalcFieldType()
/dports/editors/libreoffice/libreoffice-7.2.6.2/sw/source/ui/fldui/
H A Dfldvar.cxx454 SwFieldType* pFieldTyp; in SubTypeHdl() local
456 pFieldTyp = GetCurField()->GetTyp(); in SubTypeHdl()
461 pFieldTyp = GetFieldMgr().GetFieldType( SwFieldIds::SetExp, in SubTypeHdl()
464 pFieldTyp = nullptr; in SubTypeHdl()
474 if( pFieldTyp ) in SubTypeHdl()
476 sal_uInt8 nLevel = static_cast<SwSetExpFieldType*>(pFieldTyp)->GetOutlineLvl(); in SubTypeHdl()
481 OUString sDelim = static_cast<SwSetExpFieldType*>(pFieldTyp)->GetDelimiter(); in SubTypeHdl()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/sw/source/ui/fldui/
H A Dfldvar.cxx456 SwFieldType* pFieldTyp; in SubTypeHdl() local
458 pFieldTyp = GetCurField()->GetTyp(); in SubTypeHdl()
463 pFieldTyp = GetFieldMgr().GetFieldType( SwFieldIds::SetExp, in SubTypeHdl()
466 pFieldTyp = nullptr; in SubTypeHdl()
476 if( pFieldTyp ) in SubTypeHdl()
478 sal_uInt8 nLevel = static_cast<SwSetExpFieldType*>(pFieldTyp)->GetOutlineLvl(); in SubTypeHdl()
483 OUString sDelim = static_cast<SwSetExpFieldType*>(pFieldTyp)->GetDelimiter(); in SubTypeHdl()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/sw/source/core/fields/
H A Dauthfld.cxx675 SwFieldType* SwAuthorityField::ChgTyp( SwFieldType* pFieldTyp ) in ChgTyp() argument
678 * pDstTyp = static_cast<SwAuthorityFieldType*>(pFieldTyp); in ChgTyp()
684 SwField::ChgTyp( pFieldTyp ); in ChgTyp()
/dports/editors/libreoffice/libreoffice-7.2.6.2/sw/source/core/fields/
H A Dauthfld.cxx766 SwFieldType* SwAuthorityField::ChgTyp( SwFieldType* pFieldTyp ) in ChgTyp() argument
769 * pDstTyp = static_cast<SwAuthorityFieldType*>(pFieldTyp); in ChgTyp()
775 SwField::ChgTyp( pFieldTyp ); in ChgTyp()
/dports/editors/libreoffice/libreoffice-7.2.6.2/sw/source/core/txtnode/
H A Dthints.cxx3363 const SwFieldType* pFieldTyp = pTextField->GetFormatField().GetField()->GetTyp(); in DeleteAtPos() local
3364 if( SwFieldIds::Dde == pFieldTyp->Which() ) in DeleteAtPos()
3368 … const_cast<SwDDEFieldType*>(static_cast<const SwDDEFieldType*>(pFieldTyp))->DecRefCnt(); in DeleteAtPos()
3372 && m_rParent.GetDoc().FieldCanHideParaWeight(pFieldTyp->Which())) in DeleteAtPos()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/sw/source/core/txtnode/
H A Dthints.cxx3331 const SwFieldType* pFieldTyp = pTextField->GetFormatField().GetField()->GetTyp(); in DeleteAtPos() local
3332 if( SwFieldIds::Dde == pFieldTyp->Which() ) in DeleteAtPos()
3336 … const_cast<SwDDEFieldType*>(static_cast<const SwDDEFieldType*>(pFieldTyp))->DecRefCnt(); in DeleteAtPos()
3340 && m_rParent.FieldCanHideParaWeight(pFieldTyp->Which())) in DeleteAtPos()