Home
last modified time | relevance | path

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

/AOO42X/main/sw/source/core/inc/
H A DUndoSection.hxx69 SW_DLLPRIVATE SwUndo * MakeUndoDelSection(SwSectionFmt const&);
/AOO42X/main/sw/source/core/undo/
H A Dunsect.cxx303 SW_DLLPRIVATE SwUndo * MakeUndoDelSection(SwSectionFmt const& rFormat) in MakeUndoDelSection() function
/AOO42X/main/sw/source/core/docnode/
H A Dndsect.cxx553 GetIDocumentUndoRedo().AppendUndo( MakeUndoDelSection( *pFmt ) ); in DelSectionFmt()