Home
last modified time | relevance | path

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

/trunk/main/sw/source/core/attr/
H A Dformat.cxx132 aSet.Put_BC( rFmt.aSet, &aOld, &aNew ); in operator =()
222 if ( 0 != aSet.Put_BC( *pChgSet, &aOld, &aNew ) ) in CopyAttrs()
526 bRet = 0 != aSet.Put_BC(aTempSet, &aOld, &aNew); in SetFmtAttr()
562 bRet = 0 != aSet.Put_BC( rAttr, &aOld, &aNew ); in SetFmtAttr()
630 bRet = 0 != aSet.Put_BC(aTempSet, &aOld, &aNew); in SetFmtAttr()
666 bRet = 0 != aSet.Put_BC( aTempSet, &aOld, &aNew ); in SetFmtAttr()
H A Dswatrset.cxx201 int SwAttrSet::Put_BC( const SfxPoolItem& rAttr, in Put_BC() function in SwAttrSet
212 int SwAttrSet::Put_BC( const SfxItemSet& rSet, in Put_BC() function in SwAttrSet
/trunk/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()
/trunk/main/sw/inc/
H A Dswatrset.hxx196 int Put_BC( const SfxPoolItem& rAttr, SwAttrSet* pOld, SwAttrSet* pNew );
197 int Put_BC( const SfxItemSet& rSet, SwAttrSet* pOld, SwAttrSet* pNew );

Completed in 27 milliseconds