LibreOffice Module sw (master) 1
|
#include <fldmgr.hxx>
Public Member Functions | |
SwInsertField_Data (SwFieldTypesEnum nType, sal_uInt16 nSub, OUString aPar1, OUString aPar2, sal_uInt32 nFormatId, SwWrtShell *pShell=nullptr, sal_Unicode cSep=' ', bool bIsAutoLanguage=true) | |
Public Attributes | |
SwFieldTypesEnum | m_nTypeId |
sal_uInt16 | m_nSubType |
const OUString | m_sPar1 |
const OUString | m_sPar2 |
sal_uInt32 | m_nFormatId |
SwWrtShell * | m_pSh |
sal_Unicode | m_cSeparator |
bool | m_bIsAutomaticLanguage |
css::uno::Any | m_aDBDataSource |
css::uno::Any | m_aDBConnection |
css::uno::Any | m_aDBColumn |
weld::Widget * | m_pParent |
std::optional< SwPaM > | m_oAnnotationRange |
Marks the PostIt field's annotation start/end if it differs from the cursor selection. More... | |
Definition at line 70 of file fldmgr.hxx.
|
inline |
Definition at line 87 of file fldmgr.hxx.
References nType.
css::uno::Any SwInsertField_Data::m_aDBColumn |
Definition at line 82 of file fldmgr.hxx.
Referenced by SwFieldMgr::InsertField().
css::uno::Any SwInsertField_Data::m_aDBConnection |
Definition at line 81 of file fldmgr.hxx.
Referenced by SwFieldMgr::InsertField().
css::uno::Any SwInsertField_Data::m_aDBDataSource |
Definition at line 80 of file fldmgr.hxx.
Referenced by SwFieldMgr::InsertField().
bool SwInsertField_Data::m_bIsAutomaticLanguage |
Definition at line 79 of file fldmgr.hxx.
Referenced by SwFieldMgr::InsertField().
sal_Unicode SwInsertField_Data::m_cSeparator |
Definition at line 78 of file fldmgr.hxx.
Referenced by SwFieldMgr::InsertField().
sal_uInt32 SwInsertField_Data::m_nFormatId |
Definition at line 76 of file fldmgr.hxx.
Referenced by SwFieldMgr::InsertField().
sal_uInt16 SwInsertField_Data::m_nSubType |
Definition at line 73 of file fldmgr.hxx.
Referenced by SwFieldMgr::InsertField().
SwFieldTypesEnum SwInsertField_Data::m_nTypeId |
Definition at line 72 of file fldmgr.hxx.
Referenced by SwFieldMgr::InsertField().
std::optional<SwPaM> SwInsertField_Data::m_oAnnotationRange |
Marks the PostIt field's annotation start/end if it differs from the cursor selection.
Definition at line 85 of file fldmgr.hxx.
Referenced by SwFieldMgr::InsertField().
weld::Widget* SwInsertField_Data::m_pParent |
Definition at line 83 of file fldmgr.hxx.
Referenced by SwFieldMgr::InsertField().
SwWrtShell* SwInsertField_Data::m_pSh |
Definition at line 77 of file fldmgr.hxx.
Referenced by SwFieldMgr::InsertField().
const OUString SwInsertField_Data::m_sPar1 |
Definition at line 74 of file fldmgr.hxx.
Referenced by SwFieldMgr::InsertField().
const OUString SwInsertField_Data::m_sPar2 |
Definition at line 75 of file fldmgr.hxx.
Referenced by SwFieldMgr::InsertField().