Searched refs:m_bAllowInteraction (Results 1 – 2 of 2) sorted by relevance
43 static sal_Bool m_bAllowInteraction; member in svt::DocumentLockFile60 static void AllowInteraction( sal_Bool bAllow ) { m_bAllowInteraction = bAllow; } in AllowInteraction()61 static sal_Bool IsInteractionAllowed() { return m_bAllowInteraction; } in IsInteractionAllowed()
59 sal_Bool DocumentLockFile::m_bAllowInteraction = sal_True; member in svt::DocumentLockFile
Completed in 13 milliseconds