LibreOffice Module sw (master) 1
Public Member Functions | Private Member Functions | Private Attributes | List of all members
SwWait Class Reference

#include <swwait.hxx>

Collaboration diagram for SwWait:
[legend]

Public Member Functions

 SwWait (SwDocShell &rDocShell, const bool bLockUnlockDispatcher)
 
 ~SwWait ()
 

Private Member Functions

void EnterWaitAndLockDispatcher ()
 
void LeaveWaitAndUnlockDispatcher ()
 

Private Attributes

SwDocShellmrDoc
 
const bool mbLockUnlockDispatcher
 
o3tl::sorted_vector< SfxDispatcher * > mpLockedDispatchers
 

Detailed Description

Definition at line 29 of file swwait.hxx.

Constructor & Destructor Documentation

◆ SwWait()

SwWait::SwWait ( SwDocShell rDocShell,
const bool  bLockUnlockDispatcher 
)

Definition at line 28 of file swwait.cxx.

References EnterWaitAndLockDispatcher().

◆ ~SwWait()

SwWait::~SwWait ( )

Definition at line 37 of file swwait.cxx.

References LeaveWaitAndUnlockDispatcher().

Member Function Documentation

◆ EnterWaitAndLockDispatcher()

void SwWait::EnterWaitAndLockDispatcher ( )
private

◆ LeaveWaitAndUnlockDispatcher()

void SwWait::LeaveWaitAndUnlockDispatcher ( )
private

Member Data Documentation

◆ mbLockUnlockDispatcher

const bool SwWait::mbLockUnlockDispatcher
private

Definition at line 44 of file swwait.hxx.

Referenced by EnterWaitAndLockDispatcher(), and LeaveWaitAndUnlockDispatcher().

◆ mpLockedDispatchers

o3tl::sorted_vector< SfxDispatcher* > SwWait::mpLockedDispatchers
private

Definition at line 45 of file swwait.hxx.

Referenced by EnterWaitAndLockDispatcher(), and LeaveWaitAndUnlockDispatcher().

◆ mrDoc

SwDocShell& SwWait::mrDoc
private

Definition at line 43 of file swwait.hxx.

Referenced by EnterWaitAndLockDispatcher(), and LeaveWaitAndUnlockDispatcher().


The documentation for this class was generated from the following files: