Home
last modified time | relevance | path

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

/trunk/main/sw/source/core/edit/
H A Dedws.cxx222 SwMvContext::SwMvContext(SwEditShell *pShell ) : pSh(pShell) in SwMvContext() function in SwMvContext
228 SwMvContext::~SwMvContext() in ~SwMvContext()
/trunk/main/sw/inc/
H A Deditsh.hxx949 class SwMvContext { class
952 SwMvContext(SwEditShell *pShell );
953 ~SwMvContext();
956 #define MV_CONTEXT(x) SwMvContext _aMvContext_(x)