Searched refs:m_pTOXBase (Results 1 – 3 of 3) sorted by relevance
/trunk/main/sw/source/core/undo/ |
H A D | unsect.cxx | 80 , m_pTOXBase( (pTOXBase) ? new SwTOXBase(*pTOXBase) : 0 ) in SwUndoInsSection() 174 if (m_pTOXBase.get()) in RedoImpl() 177 *m_pTOXBase, m_pAttrSet.get(), true); in RedoImpl() 223 if (m_pTOXBase.get()) in RepeatImpl() 226 *m_pTOXBase, m_pAttrSet.get(), true); in RepeatImpl() 287 ::std::auto_ptr<SwTOXBase> const m_pTOXBase; /// set iff section is TOX 314 , m_pTOXBase( rSection.ISA( SwTOXBaseSection ) in SwUndoDelSection() 332 if (m_pTOXBase.get()) in UndoImpl() 334 rDoc.InsertTableOf(m_nStartNode, m_nEndNode-2, *m_pTOXBase, in UndoImpl()
|
/trunk/main/sw/source/core/inc/ |
H A D | UndoSection.hxx | 47 const ::std::auto_ptr<SwTOXBase> m_pTOXBase; /// set iff section is TOX member in SwUndoInsSection
|
/trunk/main/sw/source/core/unocore/ |
H A D | unoidx.cxx | 300 ::std::auto_ptr<SwTOXBase> m_pTOXBase; 306 SwTOXBase & GetTOXBase() { return *m_pTOXBase; } in GetTOXBase() 317 m_pTOXBase.reset(new SwTOXBase(pType, aForm, in SwDocIndexDescriptorProperties_Impl() 321 m_pTOXBase->SetLevel(MAXLEVEL); in SwDocIndexDescriptorProperties_Impl()
|
Completed in 29 milliseconds