Home
last modified time | relevance | path

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

/AOO41X/main/sw/source/core/undo/
H A Dunsect.cxx81 , m_pAttrSet( (pSet && pSet->Count()) ? new SfxItemSet( *pSet ) : 0 ) in SwUndoInsSection()
177 *m_pTOXBase, m_pAttrSet.get(), true); in RedoImpl()
181 rDoc.InsertSwSection(rPam, *m_pSectionData, 0, m_pAttrSet.get(), true); in RedoImpl()
226 *m_pTOXBase, m_pAttrSet.get(), true); in RepeatImpl()
231 *m_pSectionData, 0, m_pAttrSet.get()); in RepeatImpl()
288 ::std::auto_ptr<SfxItemSet> const m_pAttrSet;
317 , 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()
[all …]
/AOO41X/main/sw/source/core/inc/
H A DUndoSection.hxx48 const ::std::auto_ptr<SfxItemSet> m_pAttrSet; member in SwUndoInsSection