Indent svapp.hxx functions
Change-Id: Ibc7262921173036297c670fda3c68c6d77b9853e
This commit is contained in:
@@ -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
|
||||
|
||||
|
Reference in New Issue
Block a user