Home
last modified time | relevance | path

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

/aoo4110/main/sw/source/core/attr/
H A Dformat.cxx202 SwAttrSet* pChgSet = (SwAttrSet*)&rFmt.aSet; in CopyAttrs() local
206 if( pChgSet == (SwAttrSet*)&rFmt.aSet ) // Set hier kopieren in CopyAttrs()
207 pChgSet = new SwAttrSet( rFmt.aSet ); in CopyAttrs()
208 pChgSet->Differentiate( aSet ); in CopyAttrs()
212 if( pChgSet->GetPool() != aSet.GetPool() ) in CopyAttrs()
213 pChgSet->CopyToModify( *this ); in CopyAttrs()
219 if ( 0 != aSet.Put_BC( *pChgSet, &aOld, &aNew ) ) in CopyAttrs()
230 if( pChgSet != (SwAttrSet*)&rFmt.aSet ) // Set hier angelegt ? in CopyAttrs()
231 delete pChgSet; in CopyAttrs()
H A Dhints.cxx116 pChgSet( &rSet ), in SwAttrSetChg()
126 pChgSet = new SwAttrSet( *rChgSet.pChgSet ); in SwAttrSetChg()
133 delete pChgSet; in ~SwAttrSetChg()
142 pChgSet->ClearItem( nWhch ); in ClearItem()
/aoo4110/main/sw/inc/
H A Dhints.hxx186 SwAttrSet* pChgSet; // was sich veraendert hat member in SwAttrSetChg
194 const SwAttrSet* GetChgSet() const { return pChgSet; } in GetChgSet()
195 SwAttrSet* GetChgSet() { return pChgSet; } in GetChgSet()
200 sal_uInt16 Count() const { return pChgSet->Count(); } in Count()
203 { pChgSet->ClearItem( nWhichL ); } in ClearItem()
/aoo4110/main/sw/source/core/layout/
H A Dtabfrm.cxx3922 const SwAttrSet* pChgSet = ((SwAttrSetChg*)pNew)->GetChgSet(); in Modify() local
3923 pChgSet->GetItemState( RES_FRM_SIZE, sal_False, &pItem); in Modify()
3925 pChgSet->GetItemState( RES_ROW_SPLIT, sal_False, &pItem); in Modify()

Completed in 44 milliseconds