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
8fdf12f7
Kaydet (Commit)
8fdf12f7
authored
Tem 14, 2015
tarafından
Michael Stahl
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
sfx2: an almost unnoticable tweak to comment translation
Change-Id: I7089b09c4497a2fc4cf8ca13ab098c747e565721
üst
097292fe
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
9 additions
and
16 deletions
+9
-16
hintpost.hxx
include/sfx2/hintpost.hxx
+9
-16
No files found.
include/sfx2/hintpost.hxx
Dosyayı görüntüle @
8fdf12f7
...
...
@@ -23,25 +23,20 @@
#include <tools/ref.hxx>
class
SfxHint
;
/** [Description]
This class allows sending unique events via VCL's
Application::PostUserEvent(). When the User-Event is dispatched,
the handler <Event()> is called, which calls the Link provided with
SetEventHdl().
class
SfxHintPoster
:
public
SvRefBase
/* [Description]
With instances of this class unique events per PostUserEvent can be sent
using the StarView-application. If the User-Event is triggered often,
the handler <Event()> is called, the base implementation with the
<SetEventHdl()> line is making these link calls.
The instance are held via Ref-Count at least as long as a possible sent
event has not arrived yet. Should be killed before the goal, before the
connection is SetEventHdl (GenLink ()) .
The instances are held via Ref-Count until a possibly sent
event has arrived. If the target dies before delivery,
the connection must be severed with SetEventHdl(GenLink()).
*/
class
SfxHintPoster
:
public
SvRefBase
{
GenLink
aLink
;
...
...
@@ -59,8 +54,6 @@ public:
void
SetEventHdl
(
const
GenLink
&
rLink
);
};
typedef
tools
::
SvRef
<
SfxHintPoster
>
SfxHintPosterRef
;
#endif
...
...
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