Home
last modified time | relevance | path

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

/dports/editors/libreoffice/libreoffice-7.2.6.2/sw/inc/
H A Ddocufld.hxx723 class SAL_DLLPUBLIC_RTTI SwCombinedCharFieldType final : public SwFieldType class
726 SwCombinedCharFieldType();
739 SwCombinedCharField( SwCombinedCharFieldType*, const OUString& rChars );
/dports/editors/libreoffice6/libreoffice-6.4.7.2/sw/inc/
H A Ddocufld.hxx719 class SAL_DLLPUBLIC_RTTI SwCombinedCharFieldType final : public SwFieldType class
722 SwCombinedCharFieldType();
735 SwCombinedCharField( SwCombinedCharFieldType*, const OUString& rChars );
/dports/editors/libreoffice/libreoffice-7.2.6.2/sw/source/core/fields/
H A Ddocufld.cxx2576 SwCombinedCharFieldType::SwCombinedCharFieldType() in SwCombinedCharFieldType() function in SwCombinedCharFieldType
2581 std::unique_ptr<SwFieldType> SwCombinedCharFieldType::Copy() const in Copy()
2583 return std::make_unique<SwCombinedCharFieldType>(); in Copy()
2588 SwCombinedCharField::SwCombinedCharField( SwCombinedCharFieldType* pFTyp, in SwCombinedCharField()
2602 return std::make_unique<SwCombinedCharField>( static_cast<SwCombinedCharFieldType*>(GetTyp()), in Copy()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/sw/source/core/fields/
H A Ddocufld.cxx2587 SwCombinedCharFieldType::SwCombinedCharFieldType() in SwCombinedCharFieldType() function in SwCombinedCharFieldType
2592 std::unique_ptr<SwFieldType> SwCombinedCharFieldType::Copy() const in Copy()
2594 return std::make_unique<SwCombinedCharFieldType>(); in Copy()
2599 SwCombinedCharField::SwCombinedCharField( SwCombinedCharFieldType* pFTyp, in SwCombinedCharField()
2613 return std::make_unique<SwCombinedCharField>( static_cast<SwCombinedCharFieldType*>(GetTyp()), in Copy()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/sw/source/uibase/fldui/
H A Dfldmgr.cxx941 SwCombinedCharFieldType* pType = static_cast<SwCombinedCharFieldType*>( in InsertField()
/dports/editors/libreoffice/libreoffice-7.2.6.2/sw/source/uibase/fldui/
H A Dfldmgr.cxx935 SwCombinedCharFieldType* pType = static_cast<SwCombinedCharFieldType*>( in InsertField()
/dports/editors/libreoffice/libreoffice-7.2.6.2/sw/source/core/doc/
H A DDocumentFieldsManager.cxx1789 mpFieldTypes->emplace_back( new SwCombinedCharFieldType ); in InitFieldTypes()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/sw/source/core/doc/
H A DDocumentFieldsManager.cxx1800 mpFieldTypes->emplace_back( new SwCombinedCharFieldType ); in InitFieldTypes()
/dports/editors/libreoffice/libreoffice-7.2.6.2/sw/source/filter/ww8/
H A Dww8par5.cxx2638 SwCombinedCharField aField(static_cast<SwCombinedCharFieldType*>( in Read_F_Equation()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/sw/source/filter/ww8/
H A Dww8par5.cxx2646 SwCombinedCharField aField(static_cast<SwCombinedCharFieldType*>( in Read_F_Equation()
/dports/editors/libreoffice/libreoffice-7.2.6.2/sw/source/core/unocore/
H A Dunofield.cxx1906 xField.reset(new SwCombinedCharField( static_cast<SwCombinedCharFieldType*>( in attach()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/sw/source/core/unocore/
H A Dunofield.cxx1942 xField.reset(new SwCombinedCharField( static_cast<SwCombinedCharFieldType*>( in attach()