summaryrefslogtreecommitdiff
path: root/include/vcl/svapp.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'include/vcl/svapp.hxx')
-rw-r--r--include/vcl/svapp.hxx21
1 files changed, 15 insertions, 6 deletions
diff --git a/include/vcl/svapp.hxx b/include/vcl/svapp.hxx
index 0432a1755572..8e7b053961fb 100644
--- a/include/vcl/svapp.hxx
+++ b/include/vcl/svapp.hxx
@@ -469,17 +469,26 @@ public:
"No yield" mode prevents @Yield from waiting for events.
@remarks This was originally implemented in OOo bug 98792 to improve
- Impress slideshows. For some reason, to \em disable no yield mode, you
- call on EnableNoYieldMode
+ Impress slideshows.
- @param i_bNoYield If set to false, then "no yield" mode is turned off.
- If set to true, then "no yield" mode is turned on.
+ @see DisableNoYieldMode, Execute, Quit, Reschedule, Yield, EndYield, GetSolarMutex,
+ GetMainThreadIdentifier, ReleaseSolarMutex, AcquireSolarMutex,
+ AddPostYieldListener, RemovePostYieldListener
+ */
+ static void EnableNoYieldMode();
- @see Execute, Quit, Reschedule, Yield, EndYield, GetSolarMutex,
+ /** @Brief Disables "no yield" mode
+
+ "No yield" mode prevents @Yield from waiting for events.
+
+ @remarks This was originally implemented in OOo bug 98792 to improve
+ Impress slideshows.
+
+ @see EnableNoYieldMode, Execute, Quit, Reschedule, Yield, EndYield, GetSolarMutex,
GetMainThreadIdentifier, ReleaseSolarMutex, AcquireSolarMutex,
AddPostYieldListener, RemovePostYieldListener
*/
- static void EnableNoYieldMode( bool i_bNoYield );
+ static void DisableNoYieldMode();
/** Add a listener for yield events