Searched refs:Put_BC (Results 1 – 4 of 4) sorted by relevance
/aoo41x/main/sw/source/core/attr/ |
H A D | format.cxx | 129 aSet.Put_BC( rFmt.aSet, &aOld, &aNew ); in operator =() 219 if ( 0 != aSet.Put_BC( *pChgSet, &aOld, &aNew ) ) in CopyAttrs() 463 bRet = 0 != aSet.Put_BC( rAttr, &aOld, &aNew ); in SetFmtAttr() 510 bRet = 0 != aSet.Put_BC( rSet, &aOld, &aNew ); in SetFmtAttr()
|
H A D | swatrset.cxx | 121 int SwAttrSet::Put_BC( const SfxPoolItem& rAttr, in Put_BC() function in SwAttrSet 132 int SwAttrSet::Put_BC( const SfxItemSet& rSet, in Put_BC() function in SwAttrSet
|
/aoo41x/main/sw/source/core/docnode/ |
H A D | node.cxx | 179 int Put_BC( boost::shared_ptr<const SfxItemSet>& mrpAttrSet, in Put_BC() function 190 const int nRet = aNewSet.Put_BC( rAttr, pOld, pNew ); in Put_BC() 198 int Put_BC( boost::shared_ptr<const SfxItemSet>& mrpAttrSet, in Put_BC() function 218 const int nRet = aNewSet.Put_BC( rSet, pOld, pNew ); in Put_BC() 1542 … if( 0 != ( bRet = 0 != AttrSetHandleHelper::Put_BC( mpAttrSet, *this, rAttr, &aOld, &aNew ) )) in SetAttr() 1617 if( 0 != (bRet = 0 != AttrSetHandleHelper::Put_BC( mpAttrSet, *this, rSet, &aOld, &aNew )) ) in SetAttr()
|
/aoo41x/main/sw/inc/ |
H A D | swatrset.hxx | 188 int Put_BC( const SfxPoolItem& rAttr, SwAttrSet* pOld, SwAttrSet* pNew ); 189 int Put_BC( const SfxItemSet& rSet, SwAttrSet* pOld, SwAttrSet* pNew );
|
Completed in 44 milliseconds