Home
last modified time | relevance | path

Searched refs:aBrkSet (Results 1 – 3 of 3) sorted by relevance

/trunk/main/sw/source/core/undo/
H A Dunsect.cxx105 SfxItemSet aBrkSet( rDoc.GetAttrPool(), aBreakSetRange ); in SwUndoInsSection() local
106 aBrkSet.Put( *pCNd->GetpSwAttrSet() ); in SwUndoInsSection()
107 if( aBrkSet.Count() ) in SwUndoInsSection()
110 m_pHistory->CopyFmtAttr( aBrkSet, pCNd->GetIndex() ); in SwUndoInsSection()
/trunk/main/sw/source/core/docnode/
H A Dndcopy.cxx1241 SfxItemSet aBrkSet( pDoc->GetAttrPool(), aBreakSetRange ); in CopyImpl() local
1244 aBrkSet.Put( *pDestTxtNd->GetpSwAttrSet() ); in CopyImpl()
1245 if( SFX_ITEM_SET == aBrkSet.GetItemState( RES_BREAK, sal_False ) ) in CopyImpl()
1247 if( SFX_ITEM_SET == aBrkSet.GetItemState( RES_PAGEDESC, sal_False ) ) in CopyImpl()
1265 if( aBrkSet.Count() && 0 != ( pDestTxtNd = pDoc->GetNodes()[ in CopyImpl()
1268 pDestTxtNd->SetAttr( aBrkSet ); in CopyImpl()
/trunk/main/sw/source/core/doc/
H A Ddoctxm.cxx911 SfxItemSet aBrkSet( pDoc->GetAttrPool(), aBreakSetRange ); in Update() local
912 aBrkSet.Put( *pCNd->GetpSwAttrSet() ); in Update()
913 if( aBrkSet.Count() ) in Update()
914 pFirstEmptyNd->SetAttr( aBrkSet ); in Update()

Completed in 29 milliseconds