Home
last modified time | relevance | path

Searched defs:pFormatField (Results 1 – 25 of 48) sorted by relevance

12

/dports/editors/libreoffice/libreoffice-7.2.6.2/sw/source/core/fields/
H A Dfldlst.cxx53 for(auto pFormatField: vFields) in SwInputFieldList() local
129 for(auto pFormatField: vFields) in BuildSortLst() local
H A Dddefld.cxx126 for(auto pFormatField: vFields) in DataChanged() local
H A Ddbfld.cxx139 for(auto pFormatField: vFields) in PutValue() local
408 for(auto pFormatField: vFields) in PutValue() local
H A Dreffld.cxx1077 for(auto pFormatField: vFields) in UpdateGetReferences() local
1176 for(auto pFormatField: vFields) in FindAnchor() local
/dports/editors/libreoffice6/libreoffice-6.4.7.2/sw/source/core/fields/
H A Dfldlst.cxx55 … for( SwFormatField* pFormatField = aIter.First(); pFormatField; pFormatField = aIter.Next() ) in SwInputFieldList() local
142 … for( SwFormatField* pFormatField = aIter.First(); pFormatField; pFormatField = aIter.Next() ) in BuildSortLst() local
H A Dtblcalc.cxx89 for( SwFormatField* pFormatField = aIter.First(); pFormatField; pFormatField = aIter.Next() ) in GetNodeOfFormula() local
H A Ddbfld.cxx146 SwFormatField* pFormatField = aIter.First(); in PutValue() local
420 SwFormatField* pFormatField = aIter.First(); in PutValue() local
H A Dreffld.cxx1082 … for( SwFormatField* pFormatField = aIter.First(); pFormatField; pFormatField = aIter.Next() ) in Modify() local
1168 … for( SwFormatField* pFormatField = aIter.First(); pFormatField; pFormatField = aIter.Next() ) in FindAnchor() local
H A Dauthfld.cxx205 … for( SwFormatField* pFormatField = aIter.First(); pFormatField; pFormatField = aIter.Next() ) in GetSequencePos() local
/dports/editors/libreoffice6/libreoffice-6.4.7.2/sw/source/core/edit/
H A Dedfldexp.cxx46 SwFormatField* pFormatField = aIter.First(); in IsFieldDataSourceAvailable() local
H A Dedfld.cxx184 auto pFormatField = dynamic_cast<const SwFormatField*>(pItem); in lcl_FindInputField() local
197 auto pFormatField = dynamic_cast<const SwFormatField*>(pItem); in lcl_FindInputField() local
222 SwFormatField *pFormatField; in UpdateOneField() local
/dports/editors/libreoffice/libreoffice-7.2.6.2/sw/source/core/edit/
H A Dedfld.cxx176 auto pFormatField = dynamic_cast<const SwFormatField*>(pItem); in lcl_FindInputField() local
189 auto pFormatField = dynamic_cast<const SwFormatField*>(pItem); in lcl_FindInputField() local
214 SwFormatField *pFormatField; in UpdateOneField() local
/dports/editors/libreoffice6/libreoffice-6.4.7.2/sw/source/core/crsr/
H A Dannotationmark.cxx87 …for( SwFormatField* pFormatField = aIter.First(); pFormatField != nullptr; pFormatField = aIter.Ne… in GetAnnotationFormatField() local
/dports/editors/libreoffice/libreoffice-7.2.6.2/sw/source/uibase/inc/
H A Dcontent.hxx97 const SwFormatField* pFormatField, in SwTextFieldContent()
113 const SwFormatField* pFormatField, in SwPostItContent()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/sw/source/core/doc/
H A DDocumentFieldsManager.cxx640 … for( SwFormatField* pFormatField = aIter.First(); pFormatField; pFormatField = aIter.Next() ) in UpdateTableFields() local
727 … for( SwFormatField* pFormatField = aIter.Last(); pFormatField; pFormatField = aIter.Previous() ) in UpdateTableFields() local
1069 SwFormatField* pFormatField = const_cast<SwFormatField*>(&pTextField->GetFormatField()); in UpdateExpFieldsImpl() local
1339 const SwFormatField &pFormatField = pTextField->GetFormatField(); in GetRecordsPerDocument() local
1476 … for( SwFormatField* pFormatField = aIter.First(); pFormatField; pFormatField = aIter.Next() ) in SetFixFields() local
H A DDocumentStatisticsManager.cxx138 … for( SwFormatField* pFormatField = aIter.First(); pFormatField; pFormatField = aIter.Next() ) in IncrementalDocStatCalculate() local
/dports/editors/libreoffice/libreoffice-7.2.6.2/sw/source/core/doc/
H A DDocumentStatisticsManager.cxx139 for(auto pFormatField : vFields) in IncrementalDocStatCalculate() local
H A DDocumentFieldsManager.cxx637 for(auto pFormatField : vFields) in UpdateTableFields() local
1056 SwFormatField* pFormatField = const_cast<SwFormatField*>(&pTextField->GetFormatField()); in UpdateExpFieldsImpl() local
1326 const SwFormatField &pFormatField = pTextField->GetFormatField(); in GetRecordsPerDocument() local
1463 for(auto pFormatField: vFields) in SetFixFields() local
/dports/editors/libreoffice6/libreoffice-6.4.7.2/sw/source/core/view/
H A Dvprint.cxx637 auto pFormatField = dynamic_cast<const SwFormatField*>(pItem); in IsAnyFieldInDoc() local
650 const SwFormatField* pFormatField = dynamic_cast<const SwFormatField*>(pItem); in IsAnyFieldInDoc() local
/dports/editors/libreoffice/libreoffice-7.2.6.2/sw/source/core/view/
H A Dvprint.cxx617 auto pFormatField = dynamic_cast<const SwFormatField*>(pItem); in IsAnyFieldInDoc() local
630 const SwFormatField* pFormatField = dynamic_cast<const SwFormatField*>(pItem); in IsAnyFieldInDoc() local
/dports/editors/libreoffice/libreoffice-7.2.6.2/sw/source/ui/fldui/
H A Dfldpage.cxx209 if(auto pFormatField = pOldType->FindFormatForField(m_pCurField)) in InsertField() local
/dports/editors/libreoffice6/libreoffice-6.4.7.2/sw/source/ui/fldui/
H A Dfldpage.cxx215 … for( SwFormatField* pFormatField = aIter.First(); pFormatField; pFormatField = aIter.Next() ) in InsertField() local
/dports/editors/libreoffice6/libreoffice-6.4.7.2/sw/source/uibase/inc/
H A Dcontent.hxx96 const SwFormatField* pFormatField, in SwPostItContent()
/dports/editors/libreoffice/libreoffice-7.2.6.2/sw/source/core/text/
H A DEnhancedPDFExportHelper.cxx1571 for(auto pFormatField : vpFields) in EnhancedPDFExport() local
1853 for(auto pFormatField : vpFields ) in EnhancedPDFExport() local
2206 for (const auto pFormatField : aFields) in ExportAuthorityEntryLinks() local
/dports/editors/libreoffice/libreoffice-7.2.6.2/sw/source/uibase/docvw/
H A DPostItMgr.cxx403 SwFormatField* pFormatField = dynamic_cast<SwFormatField*>(&rBC); in Notify() local
430 SwFormatField* pFormatField = dynamic_cast<SwFormatField*>(&rBC); in Notify() local
1310 for(auto pFormatField : vFormatFields) in AddPostIts() local

12