Kaydet (Commit) 06fa03d6 authored tarafından Miklos Vajna's avatar Miklos Vajna

sw: second round of doxygen comments

üst 243fbda5
...@@ -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;
......
...@@ -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;
......
...@@ -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;
......
...@@ -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
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment