Home
last modified time | relevance | path

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

/trunk/main/sw/source/core/attr/
H A Dformat.cxx205 SwAttrSet* pChgSet = (SwAttrSet*)&rFmt.aSet; in CopyAttrs() local
209 if( pChgSet == (SwAttrSet*)&rFmt.aSet ) // Set hier kopieren in CopyAttrs()
210 pChgSet = new SwAttrSet( rFmt.aSet ); in CopyAttrs()
211 pChgSet->Differentiate( aSet ); in CopyAttrs()
215 if( pChgSet->GetPool() != aSet.GetPool() ) in CopyAttrs()
216 pChgSet->CopyToModify( *this ); in CopyAttrs()
222 if ( 0 != aSet.Put_BC( *pChgSet, &aOld, &aNew ) ) in CopyAttrs()
233 if( pChgSet != (SwAttrSet*)&rFmt.aSet ) // Set hier angelegt ? in CopyAttrs()
234 delete pChgSet; in CopyAttrs()
H A Dhints.cxx120 pChgSet( &rSet ), in SwAttrSetChg()
130 pChgSet = new SwAttrSet( *rChgSet.pChgSet ); in SwAttrSetChg()
137 delete pChgSet; in ~SwAttrSetChg()
146 pChgSet->ClearItem( nWhch ); in ClearItem()
/trunk/main/sw/inc/
H A Dhints.hxx206 SwAttrSet* pChgSet; // was sich veraendert hat member in SwAttrSetChg
214 const SwAttrSet* GetChgSet() const { return pChgSet; } in GetChgSet()
215 SwAttrSet* GetChgSet() { return pChgSet; } in GetChgSet()
220 sal_uInt16 Count() const { return pChgSet->Count(); } in Count()
223 { pChgSet->ClearItem( nWhichL ); } in ClearItem()
/trunk/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 55 milliseconds