LibreOffice Module editeng (master) 1
|
#include <overflowingtxt.hxx>
Public Member Functions | |
UFlowChainedText (Outliner const *, bool) | |
std::optional< OutlinerParaObject > | CreateMergedUnderflowParaObject (Outliner *, OutlinerParaObject const *) |
Private Attributes | |
css::uno::Reference< css::datatransfer::XTransferable > | mxUnderflowingTxt |
bool | mbIsDeepMerge |
Definition at line 116 of file overflowingtxt.hxx.
UFlowChainedText::UFlowChainedText | ( | Outliner const * | pOutl, |
bool | bIsDeepMerge | ||
) |
Definition at line 205 of file overflowingtxt.cxx.
References TextChainingUtils::CreateTransferableFromText(), mbIsDeepMerge, and mxUnderflowingTxt.
std::optional< OutlinerParaObject > UFlowChainedText::CreateMergedUnderflowParaObject | ( | Outliner * | pOutl, |
OutlinerParaObject const * | pNextLinkWholeText | ||
) |
Definition at line 211 of file overflowingtxt.cxx.
References TextChainingUtils::DeeplyMergeParaObject(), TextChainingUtils::JuxtaposeParaObject(), mbIsDeepMerge, mxUnderflowingTxt, and SAL_INFO.
|
private |
Definition at line 125 of file overflowingtxt.hxx.
Referenced by CreateMergedUnderflowParaObject(), and UFlowChainedText().
|
private |
Definition at line 123 of file overflowingtxt.hxx.
Referenced by CreateMergedUnderflowParaObject(), and UFlowChainedText().