Skip to content
Projeler
Gruplar
Parçacıklar
Yardım
Yükleniyor...
Oturum aç / Kaydol
Gezinmeyi değiştir
C
core
Proje
Proje
Ayrıntılar
Etkinlik
Cycle Analytics
Depo (repository)
Depo (repository)
Dosyalar
Kayıtlar (commit)
Dallar (branch)
Etiketler
Katkıda bulunanlar
Grafik
Karşılaştır
Grafikler
Konular (issue)
0
Konular (issue)
0
Liste
Pano
Etiketler
Kilometre Taşları
Birleştirme (merge) Talepleri
0
Birleştirme (merge) Talepleri
0
CI / CD
CI / CD
İş akışları (pipeline)
İşler
Zamanlamalar
Grafikler
Paketler
Paketler
Wiki
Wiki
Parçacıklar
Parçacıklar
Üyeler
Üyeler
Collapse sidebar
Close sidebar
Etkinlik
Grafik
Grafikler
Yeni bir konu (issue) oluştur
İşler
Kayıtlar (commit)
Konu (issue) Panoları
Kenar çubuğunu aç
LibreOffice
core
Commits
deba6ec8
Kaydet (Commit)
deba6ec8
authored
May 05, 2014
tarafından
Chris Sherlock
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
Indent svapp.hxx functions
Change-Id: Ibc7262921173036297c670fda3c68c6d77b9853e
üst
740dac4d
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
13 additions
and
13 deletions
+13
-13
svapp.hxx
include/vcl/svapp.hxx
+13
-13
No files found.
include/vcl/svapp.hxx
Dosyayı görüntüle @
deba6ec8
...
...
@@ -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
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment