Home
last modified time | relevance | path

Searched refs:Put_BC (Results 1 – 4 of 4) sorted by relevance

/aoo41x/main/sw/source/core/attr/
H A Dformat.cxx129 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 Dswatrset.cxx121 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 Dnode.cxx179 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 Dswatrset.hxx188 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