LibreOffice Module sw (master) 1
Functions
AttrSetHandleHelper Namespace Reference

Functions

static void GetNewAutoStyle (std::shared_ptr< const SfxItemSet > &rpAttrSet, const SwContentNode &rNode, SwAttrSet const &rNewAttrSet)
 
static void SetParent (std::shared_ptr< const SfxItemSet > &rpAttrSet, const SwContentNode &rNode, const SwFormat *pParentFormat, const SwFormat *pConditionalFormat)
 
static const SfxPoolItemPut (std::shared_ptr< const SfxItemSet > &rpAttrSet, const SwContentNode &rNode, const SfxPoolItem &rAttr)
 
static bool Put (std::shared_ptr< const SfxItemSet > &rpAttrSet, const SwContentNode &rNode, const SfxItemSet &rSet)
 
static bool Put_BC (std::shared_ptr< const SfxItemSet > &rpAttrSet, const SwContentNode &rNode, const SfxPoolItem &rAttr, SwAttrSet *pOld, SwAttrSet *pNew)
 
static bool Put_BC (std::shared_ptr< const SfxItemSet > &rpAttrSet, const SwContentNode &rNode, const SfxItemSet &rSet, SwAttrSet *pOld, SwAttrSet *pNew)
 
static sal_uInt16 ClearItem_BC (std::shared_ptr< const SfxItemSet > &rpAttrSet, const SwContentNode &rNode, sal_uInt16 nWhich, SwAttrSet *pOld, SwAttrSet *pNew)
 
static sal_uInt16 ClearItem_BC (std::shared_ptr< const SfxItemSet > &rpAttrSet, const SwContentNode &rNode, sal_uInt16 nWhich1, sal_uInt16 nWhich2, SwAttrSet *pOld, SwAttrSet *pNew)
 

Function Documentation

◆ ClearItem_BC() [1/2]

static sal_uInt16 AttrSetHandleHelper::ClearItem_BC ( std::shared_ptr< const SfxItemSet > &  rpAttrSet,
const SwContentNode rNode,
sal_uInt16  nWhich,
SwAttrSet pOld,
SwAttrSet pNew 
)
static

◆ ClearItem_BC() [2/2]

static sal_uInt16 AttrSetHandleHelper::ClearItem_BC ( std::shared_ptr< const SfxItemSet > &  rpAttrSet,
const SwContentNode rNode,
sal_uInt16  nWhich1,
sal_uInt16  nWhich2,
SwAttrSet pOld,
SwAttrSet pNew 
)
static

◆ GetNewAutoStyle()

static void AttrSetHandleHelper::GetNewAutoStyle ( std::shared_ptr< const SfxItemSet > &  rpAttrSet,
const SwContentNode rNode,
SwAttrSet const &  rNewAttrSet 
)
static

◆ Put() [1/2]

static bool AttrSetHandleHelper::Put ( std::shared_ptr< const SfxItemSet > &  rpAttrSet,
const SwContentNode rNode,
const SfxItemSet rSet 
)
static

◆ Put() [2/2]

static const SfxPoolItem * AttrSetHandleHelper::Put ( std::shared_ptr< const SfxItemSet > &  rpAttrSet,
const SwContentNode rNode,
const SfxPoolItem rAttr 
)
static

Definition at line 150 of file node.cxx.

References GetNewAutoStyle(), and SfxItemSet::Put().

Referenced by SwContentNode::SetAttr().

◆ Put_BC() [1/2]

static bool AttrSetHandleHelper::Put_BC ( std::shared_ptr< const SfxItemSet > &  rpAttrSet,
const SwContentNode rNode,
const SfxItemSet rSet,
SwAttrSet pOld,
SwAttrSet pNew 
)
static

◆ Put_BC() [2/2]

static bool AttrSetHandleHelper::Put_BC ( std::shared_ptr< const SfxItemSet > &  rpAttrSet,
const SwContentNode rNode,
const SfxPoolItem rAttr,
SwAttrSet pOld,
SwAttrSet pNew 
)
static

◆ SetParent()

static void AttrSetHandleHelper::SetParent ( std::shared_ptr< const SfxItemSet > &  rpAttrSet,
const SwContentNode rNode,
const SwFormat pParentFormat,
const SwFormat pConditionalFormat 
)
static