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
06fa03d6
Kaydet (Commit)
06fa03d6
authored
Şub 17, 2012
tarafından
Miklos Vajna
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
sw: second round of doxygen comments
üst
243fbda5
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
12 additions
and
9 deletions
+12
-9
format.hxx
sw/inc/format.hxx
+1
-0
frmfmt.hxx
sw/inc/frmfmt.hxx
+1
-0
node.hxx
sw/inc/node.hxx
+3
-9
frame.hxx
sw/source/core/inc/frame.hxx
+7
-0
No files found.
sw/inc/format.hxx
Dosyayı görüntüle @
06fa03d6
...
@@ -42,6 +42,7 @@ class IDocumentFieldsAccess;
...
@@ -42,6 +42,7 @@ class IDocumentFieldsAccess;
class
IDocumentChartDataProviderAccess
;
class
IDocumentChartDataProviderAccess
;
class
SwDoc
;
class
SwDoc
;
/// Base class for various Writer styles.
class
SW_DLLPUBLIC
SwFmt
:
public
SwModify
class
SW_DLLPUBLIC
SwFmt
:
public
SwModify
{
{
String
aFmtName
;
String
aFmtName
;
...
...
sw/inc/frmfmt.hxx
Dosyayı görüntüle @
06fa03d6
...
@@ -44,6 +44,7 @@ class SwRect;
...
@@ -44,6 +44,7 @@ class SwRect;
class
SwContact
;
class
SwContact
;
class
SdrObject
;
class
SdrObject
;
/// Style of a layout element.
class
SW_DLLPUBLIC
SwFrmFmt
:
public
SwFmt
class
SW_DLLPUBLIC
SwFrmFmt
:
public
SwFmt
{
{
friend
class
SwDoc
;
friend
class
SwDoc
;
...
...
sw/inc/node.hxx
Dosyayı görüntüle @
06fa03d6
...
@@ -85,9 +85,7 @@ class IDocumentContentOperations;
...
@@ -85,9 +85,7 @@ class IDocumentContentOperations;
class
IDocumentListItems
;
class
IDocumentListItems
;
class
SwOLENodes
;
class
SwOLENodes
;
// --------------------
/// Base class of the Writer document model elements.
// class SwNode
// --------------------
class
SW_DLLPUBLIC
SwNode
class
SW_DLLPUBLIC
SwNode
:
private
BigPtrEntry
:
private
BigPtrEntry
{
{
...
@@ -304,9 +302,7 @@ private:
...
@@ -304,9 +302,7 @@ private:
SwNode
&
operator
=
(
const
SwNode
&
rNodes
);
SwNode
&
operator
=
(
const
SwNode
&
rNodes
);
};
};
// --------------------
/// Starts a section of nodes in the document model.
// class SwStartNode
// --------------------
class
SwStartNode
:
public
SwNode
class
SwStartNode
:
public
SwNode
{
{
friend
class
SwNode
;
friend
class
SwNode
;
...
@@ -340,9 +336,7 @@ private:
...
@@ -340,9 +336,7 @@ private:
};
};
// --------------------
/// Ends a section of nodes in the document model.
// class SwEndNode
// --------------------
class
SwEndNode
:
public
SwNode
class
SwEndNode
:
public
SwNode
{
{
friend
class
SwNodes
;
friend
class
SwNodes
;
...
...
sw/source/core/inc/frame.hxx
Dosyayı görüntüle @
06fa03d6
...
@@ -250,6 +250,13 @@ enum MakePageType
...
@@ -250,6 +250,13 @@ enum MakePageType
};
};
/**
* Base class of the Writer layout elements.
*
* This includes not only fly frames, but everything down to the paragraph
* level: pages, headers, footers, etc. (Inside a paragraph SwLinePortion
* instances are used.)
*/
class
SwFrm
:
public
SwClient
,
public
SfxBroadcaster
class
SwFrm
:
public
SwClient
,
public
SfxBroadcaster
{
{
//Der verkappte Frm
//Der verkappte Frm
...
...
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