LibreOffice Module editeng (master) 1
|
#include <overflowingtxt.hxx>
Public Member Functions | |
OverflowingText (css::uno::Reference< css::datatransfer::XTransferable > xOverflowingContent) | |
std::optional< OutlinerParaObject > | JuxtaposeParaObject (Outliner *, OutlinerParaObject const *) |
std::optional< OutlinerParaObject > | DeeplyMergeParaObject (Outliner *, OutlinerParaObject const *) |
Private Attributes | |
css::uno::Reference< css::datatransfer::XTransferable > | mxOverflowingContent |
Definition at line 62 of file overflowingtxt.hxx.
OverflowingText::OverflowingText | ( | css::uno::Reference< css::datatransfer::XTransferable > | xOverflowingContent | ) |
Definition at line 106 of file overflowingtxt.cxx.
std::optional< OutlinerParaObject > OverflowingText::DeeplyMergeParaObject | ( | Outliner * | pOutl, |
OutlinerParaObject const * | pNextPObj | ||
) |
Definition at line 150 of file overflowingtxt.cxx.
References TextChainingUtils::DeeplyMergeParaObject(), and mxOverflowingContent.
std::optional< OutlinerParaObject > OverflowingText::JuxtaposeParaObject | ( | Outliner * | pOutl, |
OutlinerParaObject const * | pNextPObj | ||
) |
Definition at line 145 of file overflowingtxt.cxx.
References TextChainingUtils::JuxtaposeParaObject(), and mxOverflowingContent.
|
private |
Definition at line 71 of file overflowingtxt.hxx.
Referenced by DeeplyMergeParaObject(), and JuxtaposeParaObject().