LibreOffice Module sw (master) 1
Typedefs
TextFrameIndex.hxx File Reference
#include <sal/types.h>
#include <o3tl/strong_int.hxx>
Include dependency graph for TextFrameIndex.hxx:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Typedefs

typedef o3tl::strong_int< sal_Int32, struct Tag_TextFrameIndex > TextFrameIndex
 Denotes a character index in a text frame at a layout level, after extent mapping from a text node at a document model level. More...
 

Typedef Documentation

◆ TextFrameIndex

typedef o3tl::strong_int<sal_Int32, struct Tag_TextFrameIndex> TextFrameIndex

Denotes a character index in a text frame at a layout level, after extent mapping from a text node at a document model level.

See also
SwTextFrame::MapViewToModelPos().

Definition at line 22 of file TextFrameIndex.hxx.