sw/source/core/text/porfly.hxx | 1 + sw/source/core/text/porlin.hxx | 1 + sw/source/core/text/portxt.hxx | 1 + 3 files changed, 3 insertions(+)
New commits: commit 1247a142b6a5ebe0ff268e82811d2418d648ebb7 Author: Miklos Vajna <vmik...@suse.cz> Date: Thu Jun 7 16:29:57 2012 +0200 sw: doxygen comments for some layout model classes Change-Id: Icc7750fac1ef937c32e97832cbed2ad503536e91 diff --git a/sw/source/core/text/porfly.hxx b/sw/source/core/text/porfly.hxx index 2f211cc..0a0307b 100644 --- a/sw/source/core/text/porfly.hxx +++ b/sw/source/core/text/porfly.hxx @@ -58,6 +58,7 @@ public: * class SwFlyCntPortion *************************************************************************/ +/// This portion represents an as-character anchored fly (shape, frame, etc.) class SwFlyCntPortion : public SwLinePortion { void *pContact; // bDraw ? DrawContact : FlyInCntFrm diff --git a/sw/source/core/text/porlin.hxx b/sw/source/core/text/porlin.hxx index 045519a..b7f841b 100644 --- a/sw/source/core/text/porlin.hxx +++ b/sw/source/core/text/porlin.hxx @@ -69,6 +69,7 @@ class SwPortionHandler; * class SwLinePortion *************************************************************************/ +/// Base class for anything that can be part of a line in the Writer layout. class SwLinePortion: public SwPosSize { protected: diff --git a/sw/source/core/text/portxt.hxx b/sw/source/core/text/portxt.hxx index f3cf301..b62d060 100644 --- a/sw/source/core/text/portxt.hxx +++ b/sw/source/core/text/portxt.hxx @@ -42,6 +42,7 @@ class SwTxtGuess; * class SwTxtPortion *************************************************************************/ +/// This portion represents a part of the paragraph string. class SwTxtPortion : public SwLinePortion { void BreakCut( SwTxtFormatInfo &rInf, const SwTxtGuess &rGuess ); _______________________________________________ Libreoffice-commits mailing list libreoffice-comm...@lists.freedesktop.org http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits