Home
last modified time | relevance | path

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

/trunk/main/sw/source/core/undo/
H A Drolbck.cxx269 , m_pFld( new SwFmtFld( *pTxtFld->GetFmtFld().GetField() ) ) in SwHistorySetTxtFld()
274 m_nFldWhich = m_pFld->GetField()->GetTyp()->Which(); in SwHistorySetTxtFld()
281 m_pFldType.reset( m_pFld->GetField()->GetTyp()->Copy() ); in SwHistorySetTxtFld()
282 m_pFld->GetField()->ChgTyp( m_pFldType.get() ); // change field type in SwHistorySetTxtFld()
290 return m_pFld->GetField()->GetDescription();; in GetDescription()
300 if ( !m_pFld.get() ) in SetInDoc()
314 m_pFld->GetField()->ChgTyp( pNewFldType ); // change field type in SetInDoc()
321 pTxtNd->InsertItem( *m_pFld, m_nPos, m_nPos, in SetInDoc()
/trunk/main/sw/source/core/inc/
H A Drolbck.hxx152 const ::std::auto_ptr<SwFmtFld> m_pFld; member in SwHistorySetTxtFld

Completed in 25 milliseconds