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
1fed7ec4
Kaydet (Commit)
1fed7ec4
authored
Kas 10, 2016
tarafından
Eike Rathke
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
clarify class documentation
Change-Id: I282a438159b9862034ba9fe4acdf87bf859b0465
üst
6eb3d90a
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
12 additions
and
6 deletions
+12
-6
chgtrack.hxx
sc/inc/chgtrack.hxx
+12
-6
No files found.
sc/inc/chgtrack.hxx
Dosyayı görüntüle @
1fed7ec4
...
...
@@ -85,14 +85,20 @@ enum ScChangeActionClipMode
SC_CACM_PASTE
};
// ScChangeActionLinkEntry
// Inserts itself as the head of a chain (better: linked list?), or before a LinkEntry
// on delete: automatically remove of what is linked (German original was strange...)
// ppPrev == &previous->pNext oder address of pointer to head of linked list,
// *ppPrev == this
class
ScChangeAction
;
/** A link/connection/dependency between change actions.
Upon construction inserts itself as the head of a chain / linked list,
respectively between existing link entries.
Upon destruction removes itself from the list and connects the previous and
next entry, if it was the first entry automatically maintaining the head
pointer to the list.
ppPrev == &previous->pNext or address of pointer to head of linked list,
*ppPrev == this
*/
class
ScChangeActionLinkEntry
{
ScChangeActionLinkEntry
(
const
ScChangeActionLinkEntry
&
)
=
delete
;
...
...
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