Home
last modified time | relevance | path

Searched refs:m_pAttrSet (Results 1 – 2 of 2) sorted by relevance

/trunk/main/sw/source/core/undo/
H A Dunsect.cxx317 , m_pAttrSet( ::lcl_GetAttrSet(rSection) ) in SwUndoDelSection()
335 m_pAttrSet.get()); in UndoImpl()
342 if (m_pAttrSet.get()) in UndoImpl()
344 pFmt->SetFmtAttr( *m_pAttrSet ); in UndoImpl()
400 ::std::auto_ptr<SfxItemSet> m_pAttrSet;
447 if (m_pAttrSet.get()) in UndoImpl()
454 m_pAttrSet->Put( *pItem ); in UndoImpl()
456 pFmt->DelDiffs( *m_pAttrSet ); in UndoImpl()
457 m_pAttrSet->ClearItem( RES_CNTNT ); in UndoImpl()
458 pFmt->SetFmtAttr( *m_pAttrSet ); in UndoImpl()
[all …]
/trunk/main/sw/source/core/inc/
H A DUndoSection.hxx48 const ::std::auto_ptr<SfxItemSet> m_pAttrSet; member in SwUndoInsSection

Completed in 24 milliseconds