Home
last modified time | relevance | path

Searched refs:SwAttrSetChg (Results 1 – 25 of 29) sorted by relevance

12

/trunk/main/sw/source/core/attr/
H A Dformat.cxx140 SwAttrSetChg aChgOld( aSet, aOld ); in operator =()
141 SwAttrSetChg aChgNew( aSet, aNew ); in operator =()
227 SwAttrSetChg aChgOld( aSet, aOld ); in CopyAttrs()
228 SwAttrSetChg aChgNew( aSet, aNew ); in CopyAttrs()
324 SwAttrSetChg aOld( *(SwAttrSetChg*)pOldValue ); in Modify()
325 SwAttrSetChg aNew( *(SwAttrSetChg*)pNewValue ); in Modify()
708 SwAttrSetChg aChgOld( aSet, aOld ); in ResetFmtAttr()
709 SwAttrSetChg aChgNew( aSet, aNew ); in ResetFmtAttr()
742 SwAttrSetChg aChgOld( aSet, aOld ); in ResetAllFmtAttr()
743 SwAttrSetChg aChgNew( aSet, aNew ); in ResetAllFmtAttr()
[all …]
H A Dhints.cxx117 SwAttrSetChg::SwAttrSetChg( const SwAttrSet& rTheSet, SwAttrSet& rSet ) in SwAttrSetChg() function in SwAttrSetChg
125 SwAttrSetChg::SwAttrSetChg( const SwAttrSetChg& rChgSet ) in SwAttrSetChg() function in SwAttrSetChg
134 SwAttrSetChg::~SwAttrSetChg() in ~SwAttrSetChg()
143 void SwAttrSetChg::ClearItem( sal_uInt16 nWhch ) in ClearItem()
/trunk/main/sw/source/core/layout/
H A Dflyincnt.cxx128 if( SFX_ITEM_SET == ((SwAttrSetChg*)pNew)->GetChgSet()-> in Modify()
130 SFX_ITEM_SET == ((SwAttrSetChg*)pNew)->GetChgSet()-> in Modify()
133 SwAttrSetChg aOld( *(SwAttrSetChg*)pOld ); in Modify()
134 SwAttrSetChg aNew( *(SwAttrSetChg*)pNew ); in Modify()
146 else if( ((SwAttrSetChg*)pNew)->GetChgSet()->Count()) in Modify()
H A Dpagechg.cxx554 SfxItemIter aNIter( *((SwAttrSetChg*)pNew)->GetChgSet() ); in Modify()
555 SfxItemIter aOIter( *((SwAttrSetChg*)pOld)->GetChgSet() ); in Modify()
556 SwAttrSetChg aOldSet( *(SwAttrSetChg*)pOld ); in Modify()
557 SwAttrSetChg aNewSet( *(SwAttrSetChg*)pNew ); in Modify()
594 SwAttrSetChg *pOldSet, SwAttrSetChg *pNewSet ) in _UpdateAttr()
H A Dfly.cxx794 SfxItemIter aNIter( *((SwAttrSetChg*)pNew)->GetChgSet() ); in Modify()
795 SfxItemIter aOIter( *((SwAttrSetChg*)pOld)->GetChgSet() ); in Modify()
796 SwAttrSetChg aOldSet( *(SwAttrSetChg*)pOld ); in Modify()
797 SwAttrSetChg aNewSet( *(SwAttrSetChg*)pNew ); in Modify()
857 SwAttrSetChg *pOldSet, SwAttrSetChg *pNewSet ) in _UpdateAttr()
H A Dsectfrm.cxx2447 SfxItemIter aNIter( *((SwAttrSetChg*)pNew)->GetChgSet() ); in Modify()
2448 SfxItemIter aOIter( *((SwAttrSetChg*)pOld)->GetChgSet() ); in Modify()
2449 SwAttrSetChg aOldSet( *(SwAttrSetChg*)pOld ); in Modify()
2450 SwAttrSetChg aNewSet( *(SwAttrSetChg*)pNew ); in Modify()
2490 SwAttrSetChg *pOldSet, SwAttrSetChg *pNewSet ) in _UpdateAttr()
H A Dwsfrm.cxx262 SfxItemIter aNIter( *((SwAttrSetChg*)pNew)->GetChgSet() ); in Modify()
263 SfxItemIter aOIter( *((SwAttrSetChg*)pOld)->GetChgSet() ); in Modify()
2157 SfxItemIter aNIter( *((SwAttrSetChg*)pNew)->GetChgSet() ); in Modify()
2158 SfxItemIter aOIter( *((SwAttrSetChg*)pOld)->GetChgSet() ); in Modify()
2159 SwAttrSetChg aOldSet( *(SwAttrSetChg*)pOld ); in Modify()
2160 SwAttrSetChg aNewSet( *(SwAttrSetChg*)pNew ); in Modify()
2226 SwAttrSetChg *pOldSet, SwAttrSetChg *pNewSet ) in _UpdateAttr()
H A Dtabfrm.cxx3272 SfxItemIter aNIter( *((SwAttrSetChg*)pNew)->GetChgSet() ); in Modify()
3273 SfxItemIter aOIter( *((SwAttrSetChg*)pOld)->GetChgSet() ); in Modify()
3274 SwAttrSetChg aOldSet( *(SwAttrSetChg*)pOld ); in Modify()
3275 SwAttrSetChg aNewSet( *(SwAttrSetChg*)pNew ); in Modify()
3332 SwAttrSetChg *pOldSet, SwAttrSetChg *pNewSet ) in _UpdateAttr()
3922 const SwAttrSet* pChgSet = ((SwAttrSetChg*)pNew)->GetChgSet(); in Modify()
5439 ((SwAttrSetChg*)pNew)->GetChgSet()->GetItemState( RES_VERT_ORIENT, sal_False, &pItem); in Modify()
5462 … SFX_ITEM_SET == ((SwAttrSetChg*)pNew)->GetChgSet()->GetItemState( RES_PROTECT, sal_False ) ) || in Modify()
5471 …SFX_ITEM_SET == ((SwAttrSetChg*)pNew)->GetChgSet()->GetItemState( RES_FRAMEDIR, sal_False, &pItem … in Modify()
5479 … SFX_ITEM_SET == ((SwAttrSetChg*)pNew)->GetChgSet()->GetItemState( RES_BOX, sal_False, &pItem ) ) in Modify()
H A Datrfrm.cxx2533 ((SwAttrSetChg*)pNew)->GetChgSet()->GetItemState( in Modify()
2535 ((SwAttrSetChg*)pNew)->GetChgSet()->GetItemState( in Modify()
2541 SfxItemIter aIter(*((SwAttrSetChg*)pNew)->GetChgSet()); in Modify()
/trunk/main/sw/inc/
H A Dhints.hxx203 class SwAttrSetChg: public SwMsgPoolItem class
209 SwAttrSetChg( const SwAttrSet& rTheSet, SwAttrSet& rSet );
210 SwAttrSetChg( const SwAttrSetChg& );
211 ~SwAttrSetChg();
/trunk/main/sw/source/core/docnode/
H A Dnode.cxx1111 if( SFX_ITEM_SET == ((SwAttrSetChg*)pOldValue)->GetChgSet()->GetItemState( in Modify()
1544 SwAttrSetChg aChgOld( *GetpSwAttrSet(), aOld ); in SetAttr()
1545 SwAttrSetChg aChgNew( *GetpSwAttrSet(), aNew ); in SetAttr()
1620 SwAttrSetChg aChgOld( *GetpSwAttrSet(), aOld ); in SetAttr()
1621 SwAttrSetChg aChgNew( *GetpSwAttrSet(), aNew ); in SetAttr()
1670 SwAttrSetChg aChgOld( *GetpSwAttrSet(), aOld ); in ResetAttr()
1671 SwAttrSetChg aChgNew( *GetpSwAttrSet(), aNew ); in ResetAttr()
1711 SwAttrSetChg aChgOld( *GetpSwAttrSet(), aOld ); in ResetAttr()
1712 SwAttrSetChg aChgNew( *GetpSwAttrSet(), aNew ); in ResetAttr()
1750 SwAttrSetChg aChgOld( *GetpSwAttrSet(), aOld ); in ResetAllAttr()
[all …]
H A Dsection.cxx442 SfxItemSet* pNewSet = ((SwAttrSetChg*)pNew)->GetChgSet(); in Modify()
443 SfxItemSet* pOldSet = ((SwAttrSetChg*)pOld)->GetChgSet(); in Modify()
792 SfxItemSet* pNewSet = ((SwAttrSetChg*)pNew)->GetChgSet(); in Modify()
793 SfxItemSet* pOldSet = ((SwAttrSetChg*)pOld)->GetChgSet(); in Modify()
827 if( !((SwAttrSetChg*)pOld)->GetChgSet()->Count() ) in Modify()
/trunk/main/sw/source/core/inc/
H A Dsectfrm.hxx32 class SwAttrSetChg;
45 SwAttrSetChg *pa = 0, SwAttrSetChg *pb = 0 );
H A Dcntfrm.hxx32 class SwAttrSetChg;
53 SwAttrSetChg *pa = 0, SwAttrSetChg *pb = 0 );
H A Dtabfrm.hxx32 class SwAttrSetChg;
99 SwAttrSetChg *pa = 0,
100 SwAttrSetChg *pb = 0 );
H A Dflyfrm.hxx36 class SwAttrSetChg;
67 SwAttrSetChg *pa = 0, SwAttrSetChg *pb = 0 );
H A Dpagefrm.hxx42 class SwAttrSetChg;
92 SwAttrSetChg *pa = 0, SwAttrSetChg *pb = 0 );
/trunk/main/sw/source/core/draw/
H A Ddcontact.cxx1556 static_cast<const SwAttrSetChg&>(_rItem).GetChgSet()-> in lcl_getAnchorFmt()
1642 ( SFX_ITEM_SET == ((SwAttrSetChg*)pNew)->GetChgSet()->GetItemState( in Modify()
1644 SFX_ITEM_SET == ((SwAttrSetChg*)pNew)->GetChgSet()->GetItemState( in Modify()
1646 SFX_ITEM_SET == ((SwAttrSetChg*)pNew)->GetChgSet()->GetItemState( in Modify()
1658 ( SFX_ITEM_SET == ((SwAttrSetChg*)pNew)->GetChgSet()->GetItemState( in Modify()
1660 SFX_ITEM_SET == ((SwAttrSetChg*)pNew)->GetChgSet()->GetItemState( in Modify()
1662 SFX_ITEM_SET == ((SwAttrSetChg*)pNew)->GetChgSet()->GetItemState( in Modify()
1664 SFX_ITEM_SET == ((SwAttrSetChg*)pNew)->GetChgSet()->GetItemState( in Modify()
1666 SFX_ITEM_SET == ((SwAttrSetChg*)pNew)->GetChgSet()->GetItemState( in Modify()
/trunk/main/sw/source/core/doc/
H A Dfmtcol.cxx150 SwAttrSetChg *pNewChgSet = 0, *pOldChgSet = 0; in Modify()
156 pNewChgSet = (SwAttrSetChg*)pNew; in Modify()
157 pOldChgSet = (SwAttrSetChg*)pOld; in Modify()
H A Ddocfmt.cxx1359 SwAttrSetChg aChgOld( aOld, aOld ); in SetDefault()
1360 SwAttrSetChg aChgNew( aNew, aNew ); in SetDefault()
H A Dnotxtfrm.cxx739 if( SFX_ITEM_SET == ((SwAttrSetChg*)pOld)->GetChgSet()-> in Modify()
/trunk/main/sw/source/core/text/
H A Dtxtfrm.cxx1136 SwAttrSet& rNewSet = *((SwAttrSetChg*)pNew)->GetChgSet(); in Modify()
1156 ((SwAttrSetChg*)pOld)->GetChgSet()->Get( RES_TXTATR_FIELD ); in Modify()
1286 SwAttrSetChg aOldSet( *(SwAttrSetChg*)pOld ); in Modify()
1287 SwAttrSetChg aNewSet( *(SwAttrSetChg*)pNew ); in Modify()
/trunk/main/sw/source/core/table/
H A Dswtable.cxx476 if( SFX_ITEM_SET == ((SwAttrSetChg*)pNew)->GetChgSet()->GetItemState( in Modify()
478 pOldSize = &((SwAttrSetChg*)pOld)->GetChgSet()->GetFrmSize(); in Modify()
2339 const SfxItemSet& rSet = *((SwAttrSetChg*)pNew)->GetChgSet(); in Modify()
2342 nOldFmt = ((SwTblBoxNumFormat&)((SwAttrSetChg*)pOld)-> in Modify()
2348 aOldValue = ((SwTblBoxValue&)((SwAttrSetChg*)pOld)-> in Modify()
/trunk/main/sw/source/core/undo/
H A Dunattr.cxx98 *(static_cast<const SwAttrSetChg*>(pOld))->GetChgSet() ); in Modify()
111 *static_cast<const SwAttrSetChg*>(pOld)->GetChgSet(), in Modify()
H A Dundobj1.cxx711 SfxItemIter aIter( *((SwAttrSetChg*)pOld)->GetChgSet() ); in Modify()

Completed in 174 milliseconds

12