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
be3dc27f
Kaydet (Commit)
be3dc27f
authored
Mar 24, 2015
tarafından
Bjoern Michaelsen
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
update docs
Change-Id: I94ceaafd34caba48965ee58c1fcd9a88bce416f8
üst
2c47eb3d
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
5 deletions
+2
-5
calbck.hxx
sw/inc/calbck.hxx
+2
-5
No files found.
sw/inc/calbck.hxx
Dosyayı görüntüle @
be3dc27f
...
@@ -51,14 +51,11 @@ class SfxHint;
...
@@ -51,14 +51,11 @@ class SfxHint;
SwClient objects. The SwDepend class allows to handle their notifications in the same
SwClient objects. The SwDepend class allows to handle their notifications in the same
notification callback as it forwards the Modify() calls it receives to a "master"
notification callback as it forwards the Modify() calls it receives to a "master"
SwClient implementation.
SwClient implementation.
The Sw
ClientIte
r class allows to iterate over the SwClient objects registered at an
The Sw
Iterato
r class allows to iterate over the SwClient objects registered at an
SwModify. For historical reasons its ability to use TypeInfo to restrict this iteration
SwModify. For historical reasons its ability to use TypeInfo to restrict this iteration
to objects of a particular type created a lot of code that misuses SwClient-SwModify
to objects of a particular type created a lot of code that misuses SwClient-SwModify
relationships that basically should be used only for Modify
()
callbacks.
relationships that basically should be used only for Modify
/Notify
callbacks.
This is still subject to refactoring.
This is still subject to refactoring.
Until this gets resolved, new SwClientIter base code should be reduced to the absolute
minimum and it also should be wrapped by SwIterator templates that prevent that the
code gets polluted by pointer casts (see switerator.hxx).
*/
*/
class
SwModify
;
class
SwModify
;
...
...
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