Searched refs:ClearItem_BC (Results 1 – 4 of 4) sorted by relevance
/aoo4110/main/sw/source/core/docnode/ |
H A D | node.cxx | 234 sal_uInt16 ClearItem_BC( boost::shared_ptr<const SfxItemSet>& mrpAttrSet, in ClearItem_BC() function 241 const sal_uInt16 nRet = aNewSet.ClearItem_BC( nWhich, pOld, pNew ); in ClearItem_BC() 247 sal_uInt16 ClearItem_BC( boost::shared_ptr<const SfxItemSet>& mrpAttrSet, in ClearItem_BC() function 255 const sal_uInt16 nRet = aNewSet.ClearItem_BC( nWhich1, nWhich2, pOld, pNew ); in ClearItem_BC() 1653 nDel = AttrSetHandleHelper::ClearItem_BC( mpAttrSet, *this, nWhich1, nWhich2, 0, 0 ); in ResetAttr() 1666 …sal_Bool bRet = 0 != AttrSetHandleHelper::ClearItem_BC( mpAttrSet, *this, nWhich1, nWhich2, &aOld,… in ResetAttr() 1706 if( AttrSetHandleHelper::ClearItem_BC( mpAttrSet, *this, rWhichArr[ n ], &aOld, &aNew )) in ResetAttr() 1746 sal_Bool bRet = 0 != AttrSetHandleHelper::ClearItem_BC( mpAttrSet, *this, 0, &aOld, &aNew ); in ResetAllAttr()
|
/aoo4110/main/sw/source/core/attr/ |
H A D | format.cxx | 544 : aSet.ClearItem_BC( nWhich1, nWhich2 )); in ResetFmtAttr() 548 sal_Bool bRet = 0 != aSet.ClearItem_BC( nWhich1, nWhich2, &aOld, &aNew ); in ResetFmtAttr() 582 sal_Bool bRet = 0 != aSet.ClearItem_BC( 0, &aOld, &aNew ); in ResetAllFmtAttr()
|
H A D | swatrset.cxx | 144 sal_uInt16 SwAttrSet::ClearItem_BC( sal_uInt16 nWhich, in ClearItem_BC() function in SwAttrSet 155 sal_uInt16 SwAttrSet::ClearItem_BC( sal_uInt16 nWhich1, sal_uInt16 nWhich2, in ClearItem_BC() function in SwAttrSet
|
/aoo4110/main/sw/inc/ |
H A D | swatrset.hxx | 192 sal_uInt16 ClearItem_BC( sal_uInt16 nWhich, SwAttrSet* pOld, SwAttrSet* pNew ); 193 sal_uInt16 ClearItem_BC( sal_uInt16 nWhich1, sal_uInt16 nWhich2,
|
Completed in 21 milliseconds