Kaydet (Commit) e07fe249 authored tarafından Miklos Vajna's avatar Miklos Vajna Kaydeden (comit) Michael Stahl

sw: document Extent and MergedPara

Change-Id: Ia0c3bba156b644cb78187999fc48b6cdc2cd1aaf
Reviewed-on: https://gerrit.libreoffice.org/58642
Tested-by: Jenkins
Reviewed-by: 's avatarMichael Stahl <Michael.Stahl@cib.de>
üst e7a9e653
......@@ -75,6 +75,10 @@ public:
namespace sw {
/**
* Describes a part of a single text node, which will be part of a text frame,
* even when redlines are hidden at a layout level.
*/
struct Extent
{
SwTextNode * /*const logically, but need assignment for std::vector*/ pNode;
......@@ -906,6 +910,10 @@ public:
namespace sw {
/**
* Describes parts of multiple text nodes, which will form a text frame, even
* when redlines are hidden at a layout level.
*/
struct MergedPara
{
sw::WriterMultiListener listener;
......
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