/trunk/main/sw/source/core/attr/ |
H A D | format.cxx | 140 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 D | hints.cxx | 117 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 D | flyincnt.cxx | 128 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 D | pagechg.cxx | 554 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 D | fly.cxx | 794 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 D | sectfrm.cxx | 2447 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 D | wsfrm.cxx | 262 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 D | tabfrm.cxx | 3272 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 D | atrfrm.cxx | 2533 ((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 D | hints.hxx | 203 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 D | node.cxx | 1111 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 D | section.cxx | 442 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 D | sectfrm.hxx | 32 class SwAttrSetChg; 45 SwAttrSetChg *pa = 0, SwAttrSetChg *pb = 0 );
|
H A D | cntfrm.hxx | 32 class SwAttrSetChg; 53 SwAttrSetChg *pa = 0, SwAttrSetChg *pb = 0 );
|
H A D | tabfrm.hxx | 32 class SwAttrSetChg; 99 SwAttrSetChg *pa = 0, 100 SwAttrSetChg *pb = 0 );
|
H A D | flyfrm.hxx | 36 class SwAttrSetChg; 67 SwAttrSetChg *pa = 0, SwAttrSetChg *pb = 0 );
|
H A D | pagefrm.hxx | 42 class SwAttrSetChg; 92 SwAttrSetChg *pa = 0, SwAttrSetChg *pb = 0 );
|
/trunk/main/sw/source/core/draw/ |
H A D | dcontact.cxx | 1556 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 D | fmtcol.cxx | 150 SwAttrSetChg *pNewChgSet = 0, *pOldChgSet = 0; in Modify() 156 pNewChgSet = (SwAttrSetChg*)pNew; in Modify() 157 pOldChgSet = (SwAttrSetChg*)pOld; in Modify()
|
H A D | docfmt.cxx | 1359 SwAttrSetChg aChgOld( aOld, aOld ); in SetDefault() 1360 SwAttrSetChg aChgNew( aNew, aNew ); in SetDefault()
|
H A D | notxtfrm.cxx | 739 if( SFX_ITEM_SET == ((SwAttrSetChg*)pOld)->GetChgSet()-> in Modify()
|
/trunk/main/sw/source/core/text/ |
H A D | txtfrm.cxx | 1136 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 D | swtable.cxx | 476 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 D | unattr.cxx | 98 *(static_cast<const SwAttrSetChg*>(pOld))->GetChgSet() ); in Modify() 111 *static_cast<const SwAttrSetChg*>(pOld)->GetChgSet(), in Modify()
|
H A D | undobj1.cxx | 711 SfxItemIter aIter( *((SwAttrSetChg*)pOld)->GetChgSet() ); in Modify()
|