Kaydet (Commit) deba6ec8 authored tarafından Chris Sherlock's avatar Chris Sherlock

Indent svapp.hxx functions

Change-Id: Ibc7262921173036297c670fda3c68c6d77b9853e
üst 740dac4d
...@@ -348,7 +348,7 @@ public: ...@@ -348,7 +348,7 @@ public:
@returns true if exited successfully, false if not able to fully exit @returns true if exited successfully, false if not able to fully exit
*/ */
virtual bool QueryExit(); virtual bool QueryExit();
/** @name Change Notification Functions /** @name Change Notification Functions
...@@ -618,7 +618,7 @@ public: ...@@ -618,7 +618,7 @@ public:
@see IsInExecute, IsInModalMode @see IsInExecute, IsInModalMode
*/ */
static bool IsInMain(); static bool IsInMain();
/** Queries whether the application is in the event loop /** Queries whether the application is in the event loop
...@@ -626,7 +626,7 @@ public: ...@@ -626,7 +626,7 @@ public:
@see IsInMain, IsInModalMode @see IsInMain, IsInModalMode
*/ */
static bool IsInExecute(); static bool IsInExecute();
/** Queries whether application has a modal dialog active. /** Queries whether application has a modal dialog active.
...@@ -634,7 +634,7 @@ public: ...@@ -634,7 +634,7 @@ public:
@see IsInMain, IsInExecute @see IsInMain, IsInExecute
*/ */
static bool IsInModalMode(); static bool IsInModalMode();
/** Return how many events are being dispatched. /** Return how many events are being dispatched.
...@@ -671,7 +671,7 @@ public: ...@@ -671,7 +671,7 @@ public:
@returns true if UI is captured, false if not @returns true if UI is captured, false if not
*/ */
static bool IsUICaptured(); static bool IsUICaptured();
/** @name Settings /** @name Settings
...@@ -828,7 +828,7 @@ public: ...@@ -828,7 +828,7 @@ public:
@see PostKeyEvent @see PostKeyEvent
*/ */
static bool HandleKey( sal_uLong nEvent, Window *pWin, KeyEvent* pKeyEvent ); static bool HandleKey( sal_uLong nEvent, Window *pWin, KeyEvent* pKeyEvent );
/** Send keypress event /** Send keypress event
...@@ -894,7 +894,7 @@ public: ...@@ -894,7 +894,7 @@ public:
@return true if there is a default window and the event could be posted to it successfully. @return true if there is a default window and the event could be posted to it successfully.
*/ */
static bool PostUserEvent( sal_uLong& rEventId, const Link& rLink, void* pCaller = NULL ); static bool PostUserEvent( sal_uLong& rEventId, const Link& rLink, void* pCaller = NULL );
/** Remove user event based on event ID /** Remove user event based on event ID
...@@ -912,7 +912,7 @@ public: ...@@ -912,7 +912,7 @@ public:
@return true if the handler was inserted successfully, false if it couldn't be inserted. @return true if the handler was inserted successfully, false if it couldn't be inserted.
*/ */
static bool InsertIdleHdl( const Link& rLink, sal_uInt16 nPriority ); static bool InsertIdleHdl( const Link& rLink, sal_uInt16 nPriority );
/** Remove an idle handler from the application. /** Remove an idle handler from the application.
...@@ -1165,7 +1165,7 @@ public: ...@@ -1165,7 +1165,7 @@ public:
@see RemoveAccel @see RemoveAccel
*/ */
static bool InsertAccel( Accelerator* pAccel ); static bool InsertAccel( Accelerator* pAccel );
/** Remove accelerator /** Remove accelerator
...@@ -1189,7 +1189,7 @@ public: ...@@ -1189,7 +1189,7 @@ public:
@see EnableAutoMnemonic @see EnableAutoMnemonic
*/ */
static bool IsAutoMnemonicEnabled(); static bool IsAutoMnemonicEnabled();
/** Get the number of reserved key codes used by the application. /** Get the number of reserved key codes used by the application.
...@@ -1250,7 +1250,7 @@ public: ...@@ -1250,7 +1250,7 @@ public:
@see EnableAutoHelpId @see EnableAutoHelpId
*/ */
static bool IsAutoHelpIdEnabled(); static bool IsAutoHelpIdEnabled();
///@} ///@}
...@@ -1308,7 +1308,7 @@ public: ...@@ -1308,7 +1308,7 @@ public:
@see GetDialogCancelMode, SetDialogCancelMode @see GetDialogCancelMode, SetDialogCancelMode
*/ */
static bool IsDialogCancelEnabled(); static bool IsDialogCancelEnabled();
/** Make a dialog box a system window or not. /** Make a dialog box a system window or not.
...@@ -1411,7 +1411,7 @@ public: ...@@ -1411,7 +1411,7 @@ public:
@see EnableHeadlessMode, IsHeadlessModeRequested @see EnableHeadlessMode, IsHeadlessModeRequested
*/ */
static bool IsHeadlessModeEnabled(); static bool IsHeadlessModeEnabled();
/** Check command line arguments for \code --headless \endcode /** Check command line arguments for \code --headless \endcode
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment