Home
last modified time | relevance | path

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

/dports/editors/libreoffice/libreoffice-7.2.6.2/sw/source/ui/fldui/
H A Dinpdlg.cxx34 , pSetField(nullptr) in SwFieldInputDlg()
83 pSetField = static_cast<SwSetExpField*>(pField); in SwFieldInputDlg()
84 OUString sFormula(pSetField->GetFormula()); in SwFieldInputDlg()
86 CharClass aCC( LanguageTag( pSetField->GetLanguage() )); in SwFieldInputDlg()
89 aStr = pSetField->ExpandField(true, rS.GetLayout()); in SwFieldInputDlg()
93 m_xLabelED->set_text(pSetField->GetPromptText()); in SwFieldInputDlg()
140 else if( aTmp != pSetField->GetPar2()) in Apply()
142 pSetField->SetPar2(aTmp); in Apply()
143 rSh.SwEditShell::UpdateOneField(*pSetField); in Apply()
H A Dfldedt.cxx59 SwSetExpField *const pSetField(dynamic_cast<SwSetExpField*>(pCurField)); in EnsureSelection() local
60 if (pSetField) in EnsureSelection()
62 assert(pSetField->GetFormatField()); in EnsureSelection()
63 pSh->GotoField( *(pSetField->GetFormatField()) ); in EnsureSelection()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/sw/source/ui/fldui/
H A Dinpdlg.cxx36 , pSetField(nullptr) in SwFieldInputDlg()
84 pSetField = static_cast<SwSetExpField*>(pField); in SwFieldInputDlg()
85 OUString sFormula(pSetField->GetFormula()); in SwFieldInputDlg()
87 CharClass aCC( LanguageTag( pSetField->GetLanguage() )); in SwFieldInputDlg()
90 aStr = pSetField->ExpandField(true, rS.GetLayout()); in SwFieldInputDlg()
94 m_xLabelED->set_text(pSetField->GetPromptText()); in SwFieldInputDlg()
141 else if( aTmp != pSetField->GetPar2()) in Apply()
143 pSetField->SetPar2(aTmp); in Apply()
144 rSh.SwEditShell::UpdateOneField(*pSetField); in Apply()
H A Dfldedt.cxx63 SwSetExpField *const pSetField(dynamic_cast<SwSetExpField*>(pCurField)); in EnsureSelection() local
64 if (pSetField) in EnsureSelection()
66 assert(pSetField->GetFormatField()); in EnsureSelection()
67 pSh->GotoField( *(pSetField->GetFormatField()) ); in EnsureSelection()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/sw/source/core/txtnode/
H A Datrfld.cxx71 SwSetExpField *const pSetField(static_cast<SwSetExpField *>(mpField.get())); in SwFormatField() local
72 if (pSetField->GetInputFlag() in SwFormatField()
75 && (static_cast<SwSetExpFieldType*>(pSetField->GetTyp())->GetType() in SwFormatField()
80 pSetField->SetFormatField(*this); in SwFormatField()
113 SwSetExpField *const pSetField(static_cast<SwSetExpField *>(mpField.get())); in SwFormatField() local
114 if (pSetField->GetInputFlag() in SwFormatField()
115 && (static_cast<SwSetExpFieldType*>(pSetField->GetTyp())->GetType() in SwFormatField()
121 pSetField->SetFormatField(*this); in SwFormatField()
/dports/editors/libreoffice/libreoffice-7.2.6.2/sw/source/core/txtnode/
H A Datrfld.cxx71 SwSetExpField *const pSetField(static_cast<SwSetExpField *>(mpField.get())); in SwFormatField() local
72 if (pSetField->GetInputFlag() in SwFormatField()
75 && (static_cast<SwSetExpFieldType*>(pSetField->GetTyp())->GetType() in SwFormatField()
80 pSetField->SetFormatField(*this); in SwFormatField()
114 SwSetExpField *const pSetField(static_cast<SwSetExpField *>(mpField.get())); in SwFormatField() local
115 if (pSetField->GetInputFlag() in SwFormatField()
116 && (static_cast<SwSetExpFieldType*>(pSetField->GetTyp())->GetType() in SwFormatField()
122 pSetField->SetFormatField(*this); in SwFormatField()
/dports/editors/libreoffice/libreoffice-7.2.6.2/sw/source/uibase/inc/
H A Dinpdlg.hxx38 SwSetExpField* pSetField; member in SwFieldInputDlg
/dports/editors/libreoffice6/libreoffice-6.4.7.2/sw/source/uibase/inc/
H A Dinpdlg.hxx38 SwSetExpField* pSetField; member in SwFieldInputDlg
/dports/editors/libreoffice/libreoffice-7.2.6.2/sw/source/core/fields/
H A Ddocufld.cxx2282 const SwRefPageSetField* pSetField = in UpdateField() local
2284 if( pSetField->IsOn() ) in UpdateField()
2307 const short nPageNum = std::max<short>(0, pSetField->GetOffset() + nDiff); in UpdateField()
2390 const SwRefPageSetField* pSetField = in ChangeExpansion() local
2396 if( !(pSetField->IsOn() && pRefFrame) ) in ChangeExpansion()
2408 const short nPageNum = std::max<short>(0, pSetField->GetOffset() + nDiff); in ChangeExpansion()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/sw/source/core/fields/
H A Ddocufld.cxx2293 const SwRefPageSetField* pSetField = in UpdateField() local
2295 if( pSetField->IsOn() ) in UpdateField()
2318 const short nPageNum = std::max<short>(0, pSetField->GetOffset() + nDiff); in UpdateField()
2401 const SwRefPageSetField* pSetField = in ChangeExpansion() local
2407 if( pSetField->IsOn() && pRefFrame ) in ChangeExpansion()
2418 const short nPageNum = std::max<short>(0, pSetField->GetOffset() + nDiff); in ChangeExpansion()