LibreOffice Module sw (master) 1
Public Member Functions | Private Member Functions | Private Attributes | List of all members
SwSetExpFieldType Class Referencefinal

#include <expfld.hxx>

Inheritance diagram for SwSetExpFieldType:
[legend]
Collaboration diagram for SwSetExpFieldType:
[legend]

Public Member Functions

 SwSetExpFieldType (SwDoc *pDoc, OUString aName, sal_uInt16 nType=nsSwGetSetExpType::GSE_EXPR)
 
virtual std::unique_ptr< SwFieldTypeCopy () const override
 
virtual OUString GetName () const override
 Only in derived classes. More...
 
void SetType (sal_uInt16 nTyp)
 
sal_uInt16 GetType () const
 
void SetSeqFormat (sal_uLong nFormat)
 
sal_uLong GetSeqFormat () const
 
bool IsDeleted () const
 
void SetDeleted (bool b)
 
const OUString & GetSetRefName () const
 Overlay, because set-field takes care for its being updated by itself. More...
 
void SetSeqRefNo (SwSetExpField &rField)
 
size_t GetSeqFieldList (SwSeqFieldList &rList, SwRootFrame const *pLayout)
 
const OUString & GetDelimiter () const
 Number sequence fields chapterwise if required. More...
 
void SetDelimiter (const OUString &s)
 
sal_uInt8 GetOutlineLvl () const
 
void SetOutlineLvl (sal_uInt8 n)
 
void SetChapter (SwSetExpField &rField, const SwNode &rNd, SwRootFrame const *pLayout)
 
virtual void QueryValue (css::uno::Any &rVal, sal_uInt16 nWhich) const override
 
virtual void PutValue (const css::uno::Any &rVal, sal_uInt16 nWhich) override
 
virtual void UpdateFields () override
 
- Public Member Functions inherited from SwValueFieldType
SwDocGetDoc () const
 
void SetDoc (SwDoc *pNewDoc)
 
bool UseFormat () const
 
void EnableFormat (bool bFormat=true)
 
OUString ExpandValue (const double &rVal, sal_uInt32 nFormat, LanguageType nLng) const
 return value formatted as string More...
 
OUString DoubleToString (const double &rVal, LanguageType eLng) const
 
OUString DoubleToString (const double &rVal, sal_uInt32 nFormat) const
 
OUString GetInputOrDateTime (const OUString &rInput, const double &rVal, sal_uInt32 nFormat) const
 Query input or formatted value for dialog. More...
 
- Public Member Functions inherited from SwFieldType
unotools::WeakReference< SwXFieldMaster > const & GetXObject () const
 
void SetXObject (rtl::Reference< SwXFieldMaster > const &xFieldMaster)
 
virtual OUString GetName () const
 Only in derived classes. More...
 
virtual std::unique_ptr< SwFieldTypeCopy () const =0
 
virtual void QueryValue (css::uno::Any &rVal, sal_uInt16 nWhich) const
 
virtual void PutValue (const css::uno::Any &rVal, sal_uInt16 nWhich)
 
SwFieldIds Which () const
 
void PrintHiddenPara ()
 
virtual void dumpAsXml (xmlTextWriterPtr pWriter) const
 
SwFormatFieldFindFormatForField (const SwField *) const
 
SwFormatFieldFindFormatForPostItId (sal_uInt32 nPostItId) const
 
void CollectPostIts (std::vector< SwFormatField * > &rvFormatFields, IDocumentRedlineAccess const &rIDRA, bool HideRedlines)
 
bool HasHiddenInformationNotes () const
 
void GatherNodeIndex (std::vector< SwNodeOffset > &rvNodeIndex)
 
void GatherRefFields (std::vector< SwGetRefField * > &rvRFields, const sal_uInt16 nTyp)
 
void GatherFields (std::vector< SwFormatField * > &rvFormatFields, bool bCollectOnlyInDocNodes=true) const
 
void GatherDdeTables (std::vector< SwDDETable * > &rvTables) const
 
void UpdateDocPos (const SwTwips nDocPos)
 
virtual void UpdateFields ()
 

Private Member Functions

virtual void SwClientNotify (const SwModify &, const SfxHint &) override
 

Private Attributes

OUString m_sName
 
OUString m_sDelim
 
sal_uInt16 m_nType
 
sal_uInt8 m_nLevel
 
bool m_bDeleted
 

Additional Inherited Members

- Static Public Member Functions inherited from SwFieldType
static const OUString & GetTypeStr (SwFieldTypesEnum nTypeId)
 
- Protected Member Functions inherited from SwValueFieldType
 SwValueFieldType (SwDoc *pDocPtr, SwFieldIds nWhichId)
 
 SwValueFieldType (const SwValueFieldType &rTyp)
 
- Protected Member Functions inherited from SwFieldType
 SwFieldType (SwFieldIds nWhichId)
 Single argument ctors shall be explicit. More...
 

Detailed Description

Definition at line 148 of file expfld.hxx.

Constructor & Destructor Documentation

◆ SwSetExpFieldType()

SwSetExpFieldType::SwSetExpFieldType ( SwDoc pDoc,
OUString  aName,
sal_uInt16  nType = nsSwGetSetExpType::GSE_EXPR 
)

Member Function Documentation

◆ Copy()

std::unique_ptr< SwFieldType > SwSetExpFieldType::Copy ( ) const
overridevirtual

Implements SwFieldType.

Definition at line 514 of file expfld.cxx.

References SwValueFieldType::GetDoc(), m_bDeleted, m_nLevel, m_nType, m_sDelim, m_sName, and SwSetExpFieldType().

◆ GetDelimiter()

const OUString & SwSetExpFieldType::GetDelimiter ( ) const
inline

Number sequence fields chapterwise if required.

Definition at line 181 of file expfld.hxx.

Referenced by SwCaptionDialog::DrawSample(), SwCaptionOptPage::InvalidatePreview(), QueryValue(), and SwCaptionOptPage::SwCaptionOptPage().

◆ GetName()

OUString SwSetExpFieldType::GetName ( ) const
overridevirtual

Only in derived classes.

Reimplemented from SwFieldType.

Definition at line 524 of file expfld.cxx.

References m_sName.

Referenced by SwFieldRefPage::FillItemSet(), SwFieldRefPage::Reset(), SwSetExpField::SwSetExpField(), and sw::DocumentFieldsManager::UpdateExpFieldsImpl().

◆ GetOutlineLvl()

sal_uInt8 SwSetExpFieldType::GetOutlineLvl ( ) const
inline

◆ GetSeqFieldList()

size_t SwSetExpFieldType::GetSeqFieldList ( SwSeqFieldList rList,
SwRootFrame const *  pLayout 
)

◆ GetSeqFormat()

sal_uLong SwSetExpFieldType::GetSeqFormat ( ) const

Definition at line 559 of file expfld.cxx.

References SwFieldType::GatherFields(), and SVX_NUM_ARABIC.

◆ GetSetRefName()

const OUString & SwSetExpFieldType::GetSetRefName ( ) const
inline

Overlay, because set-field takes care for its being updated by itself.

Definition at line 201 of file expfld.hxx.

References m_sName.

◆ GetType()

sal_uInt16 SwSetExpFieldType::GetType ( ) const
inline

◆ IsDeleted()

bool SwSetExpFieldType::IsDeleted ( ) const
inline

Definition at line 170 of file expfld.hxx.

◆ PutValue()

void SwSetExpFieldType::PutValue ( const css::uno::Any &  rVal,
sal_uInt16  nWhich 
)
overridevirtual

◆ QueryValue()

void SwSetExpFieldType::QueryValue ( css::uno::Any &  rVal,
sal_uInt16  nWhich 
) const
overridevirtual

◆ SetChapter()

void SwSetExpFieldType::SetChapter ( SwSetExpField rField,
const SwNode rNd,
SwRootFrame const *  pLayout 
)

◆ SetDeleted()

void SwSetExpFieldType::SetDeleted ( bool  b)
inline

Definition at line 171 of file expfld.hxx.

◆ SetDelimiter()

void SwSetExpFieldType::SetDelimiter ( const OUString &  s)
inline

◆ SetOutlineLvl()

void SwSetExpFieldType::SetOutlineLvl ( sal_uInt8  n)
inline

◆ SetSeqFormat()

void SwSetExpFieldType::SetSeqFormat ( sal_uLong  nFormat)

Definition at line 551 of file expfld.cxx.

References SwFieldType::GatherFields().

◆ SetSeqRefNo()

void SwSetExpFieldType::SetSeqRefNo ( SwSetExpField rField)

◆ SetType()

void SwSetExpFieldType::SetType ( sal_uInt16  nTyp)
inline

◆ SwClientNotify()

void SwSetExpFieldType::SwClientNotify ( const SwModify ,
const SfxHint  
)
overrideprivatevirtual

Definition at line 546 of file expfld.cxx.

◆ UpdateFields()

virtual void SwSetExpFieldType::UpdateFields ( )
inlineoverridevirtual

Reimplemented from SwFieldType.

Definition at line 189 of file expfld.hxx.

Member Data Documentation

◆ m_bDeleted

bool SwSetExpFieldType::m_bDeleted
private

Definition at line 154 of file expfld.hxx.

Referenced by Copy().

◆ m_nLevel

sal_uInt8 SwSetExpFieldType::m_nLevel
private

Definition at line 153 of file expfld.hxx.

Referenced by Copy(), QueryValue(), and SetChapter().

◆ m_nType

sal_uInt16 SwSetExpFieldType::m_nType
private

Definition at line 152 of file expfld.hxx.

Referenced by Copy(), GetType(), SetSeqRefNo(), SetType(), and SwSetExpFieldType().

◆ m_sDelim

OUString SwSetExpFieldType::m_sDelim
private

Definition at line 151 of file expfld.hxx.

Referenced by Copy(), and SetChapter().

◆ m_sName

OUString SwSetExpFieldType::m_sName
private

Definition at line 150 of file expfld.hxx.

Referenced by Copy(), GetName(), and GetSetRefName().


The documentation for this class was generated from the following files: