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
8a0ae49a
Kaydet (Commit)
8a0ae49a
authored
Kas 11, 2014
tarafından
Tobias Madl
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
changed timer to idle
Change-Id: I58bcbf7f7f2d1f7237561d5abf8e73d46d0726de
üst
e3b098a8
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
4 deletions
+4
-4
mmoutputtypepage.cxx
sw/source/ui/dbui/mmoutputtypepage.cxx
+4
-4
No files found.
sw/source/ui/dbui/mmoutputtypepage.cxx
Dosyayı görüntüle @
8a0ae49a
...
@@ -86,13 +86,13 @@ struct SwSendMailDialog_Impl
...
@@ -86,13 +86,13 @@ struct SwSendMailDialog_Impl
::
rtl
::
Reference
<
IMailDispatcherListener
>
xMailListener
;
::
rtl
::
Reference
<
IMailDispatcherListener
>
xMailListener
;
uno
::
Reference
<
mail
::
XMailService
>
xConnectedMailService
;
uno
::
Reference
<
mail
::
XMailService
>
xConnectedMailService
;
uno
::
Reference
<
mail
::
XMailService
>
xConnectedInMailService
;
uno
::
Reference
<
mail
::
XMailService
>
xConnectedInMailService
;
Timer
aRemoveTimer
;
Idle
aRemoveIdle
;
SwSendMailDialog_Impl
()
:
SwSendMailDialog_Impl
()
:
nCurrentDescriptor
(
0
),
nCurrentDescriptor
(
0
),
nDocumentCount
(
0
)
nDocumentCount
(
0
)
{
{
aRemove
Timer
.
SetTimeout
(
500
);
aRemove
Idle
.
SetPriority
(
VCL_IDLE_PRIORITY_LOWEST
);
}
}
~
SwSendMailDialog_Impl
()
~
SwSendMailDialog_Impl
()
...
@@ -513,9 +513,9 @@ void SwSendMailDialog::StateChanged( StateChangedType nStateChange )
...
@@ -513,9 +513,9 @@ void SwSendMailDialog::StateChanged( StateChangedType nStateChange )
ModelessDialog
::
StateChanged
(
nStateChange
);
ModelessDialog
::
StateChanged
(
nStateChange
);
if
(
StateChangedType
::
VISIBLE
==
nStateChange
&&
!
IsVisible
())
if
(
StateChangedType
::
VISIBLE
==
nStateChange
&&
!
IsVisible
())
{
{
m_pImpl
->
aRemove
Timer
.
SetTimeout
Hdl
(
STATIC_LINK
(
this
,
SwSendMailDialog
,
m_pImpl
->
aRemove
Idle
.
SetIdle
Hdl
(
STATIC_LINK
(
this
,
SwSendMailDialog
,
RemoveThis
)
);
RemoveThis
)
);
m_pImpl
->
aRemove
Timer
.
Start
();
m_pImpl
->
aRemove
Idle
.
Start
();
}
}
}
}
...
...
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