diff options
author | Chris Sherlock <chris.sherlock79@gmail.com> | 2014-05-05 21:11:48 +1000 |
---|---|---|
committer | Chris Sherlock <chris.sherlock79@gmail.com> | 2014-05-07 09:28:58 +1000 |
commit | deba6ec88a7035be0d88e5e5bf9a2bc3c78eff9d (patch) | |
tree | 4c8121edb46d5b680ea69bf762a915274ca3fa2e /include/vcl | |
parent | 740dac4d58a95709eb11fc7434a7904ff8fafbd8 (diff) |
Indent svapp.hxx functions
Change-Id: Ibc7262921173036297c670fda3c68c6d77b9853e
Diffstat (limited to 'include/vcl')
-rw-r--r-- | include/vcl/svapp.hxx | 26 |
1 files changed, 13 insertions, 13 deletions
diff --git a/include/vcl/svapp.hxx b/include/vcl/svapp.hxx index 7f330f5c178a..6db93f7b8408 100644 --- a/include/vcl/svapp.hxx +++ b/include/vcl/svapp.hxx @@ -348,7 +348,7 @@ public: @returns true if exited successfully, false if not able to fully exit */ - virtual bool QueryExit(); + virtual bool QueryExit(); /** @name Change Notification Functions @@ -618,7 +618,7 @@ public: @see IsInExecute, IsInModalMode */ - static bool IsInMain(); + static bool IsInMain(); /** Queries whether the application is in the event loop @@ -626,7 +626,7 @@ public: @see IsInMain, IsInModalMode */ - static bool IsInExecute(); + static bool IsInExecute(); /** Queries whether application has a modal dialog active. @@ -634,7 +634,7 @@ public: @see IsInMain, IsInExecute */ - static bool IsInModalMode(); + static bool IsInModalMode(); /** Return how many events are being dispatched. @@ -671,7 +671,7 @@ public: @returns true if UI is captured, false if not */ - static bool IsUICaptured(); + static bool IsUICaptured(); /** @name Settings @@ -828,7 +828,7 @@ public: @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 @@ -894,7 +894,7 @@ public: @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 @@ -912,7 +912,7 @@ public: @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. @@ -1165,7 +1165,7 @@ public: @see RemoveAccel */ - static bool InsertAccel( Accelerator* pAccel ); + static bool InsertAccel( Accelerator* pAccel ); /** Remove accelerator @@ -1189,7 +1189,7 @@ public: @see EnableAutoMnemonic */ - static bool IsAutoMnemonicEnabled(); + static bool IsAutoMnemonicEnabled(); /** Get the number of reserved key codes used by the application. @@ -1250,7 +1250,7 @@ public: @see EnableAutoHelpId */ - static bool IsAutoHelpIdEnabled(); + static bool IsAutoHelpIdEnabled(); ///@} @@ -1308,7 +1308,7 @@ public: @see GetDialogCancelMode, SetDialogCancelMode */ - static bool IsDialogCancelEnabled(); + static bool IsDialogCancelEnabled(); /** Make a dialog box a system window or not. @@ -1411,7 +1411,7 @@ public: @see EnableHeadlessMode, IsHeadlessModeRequested */ - static bool IsHeadlessModeEnabled(); + static bool IsHeadlessModeEnabled(); /** Check command line arguments for \code --headless \endcode |