LibreOffice Module sw (master) 1
Public Member Functions | Public Attributes | List of all members
sw::DocumentContentOperationsManager::ParaRstFormat Struct Reference

Parameters for _Rst and lcl_SetTextFormatColl. More...

#include <DocumentContentOperationsManager.hxx>

Collaboration diagram for sw::DocumentContentOperationsManager::ParaRstFormat:
[legend]

Public Member Functions

 ParaRstFormat (const SwPosition *pStt, const SwPosition *pEnd, SwHistory *pHst, const SfxItemSet *pSet=nullptr, SwRootFrame const *const pLay=nullptr)
 

Public Attributes

SwFormatCollpFormatColl
 
SwHistorypHistory
 
const SwPositionpSttNd
 
const SwPositionpEndNd
 
const SfxItemSetpDelSet
 
SwRootFrame const *const pLayout
 
sal_uInt16 nWhich
 
bool bReset
 
bool bResetListAttrs
 
bool bResetAll
 
bool bInclRefToxMark
 
bool bExactRange
 From the attributes included in the range, delete only the ones which have exactly same range. Don't delete the ones which are simply included in the range. More...
 

Detailed Description

Parameters for _Rst and lcl_SetTextFormatColl.

Definition at line 118 of file DocumentContentOperationsManager.hxx.

Constructor & Destructor Documentation

◆ ParaRstFormat()

sw::DocumentContentOperationsManager::ParaRstFormat::ParaRstFormat ( const SwPosition pStt,
const SwPosition pEnd,
SwHistory pHst,
const SfxItemSet pSet = nullptr,
SwRootFrame const *const  pLay = nullptr 
)
inline

Definition at line 133 of file DocumentContentOperationsManager.hxx.

Member Data Documentation

◆ bExactRange

bool sw::DocumentContentOperationsManager::ParaRstFormat::bExactRange

From the attributes included in the range, delete only the ones which have exactly same range. Don't delete the ones which are simply included in the range.

Definition at line 131 of file DocumentContentOperationsManager.hxx.

Referenced by sw::DocumentContentOperationsManager::lcl_RstTextAttr(), and SwDoc::RstTextAttrs().

◆ bInclRefToxMark

bool sw::DocumentContentOperationsManager::ParaRstFormat::bInclRefToxMark

◆ bReset

bool sw::DocumentContentOperationsManager::ParaRstFormat::bReset

◆ bResetAll

bool sw::DocumentContentOperationsManager::ParaRstFormat::bResetAll

Definition at line 128 of file DocumentContentOperationsManager.hxx.

Referenced by lcl_RstAttr(), and SwDoc::ResetAttrs().

◆ bResetListAttrs

bool sw::DocumentContentOperationsManager::ParaRstFormat::bResetListAttrs

◆ nWhich

sal_uInt16 sw::DocumentContentOperationsManager::ParaRstFormat::nWhich

◆ pDelSet

const SfxItemSet* sw::DocumentContentOperationsManager::ParaRstFormat::pDelSet

◆ pEndNd

const SwPosition * sw::DocumentContentOperationsManager::ParaRstFormat::pEndNd

◆ pFormatColl

SwFormatColl* sw::DocumentContentOperationsManager::ParaRstFormat::pFormatColl

◆ pHistory

SwHistory* sw::DocumentContentOperationsManager::ParaRstFormat::pHistory

◆ pLayout

SwRootFrame const* const sw::DocumentContentOperationsManager::ParaRstFormat::pLayout

◆ pSttNd

const SwPosition* sw::DocumentContentOperationsManager::ParaRstFormat::pSttNd

The documentation for this struct was generated from the following file: