#include <sal/config.h>
#include <sal/log.hxx>
#include <algorithm>
#include <memory>
#include <fmtornt.hxx>
#include <fmtfsize.hxx>
#include <frmfmt.hxx>
#include <ndtxt.hxx>
#include <doc.hxx>
#include <IDocumentLayoutAccess.hxx>
#include <swtable.hxx>
#include <rootfrm.hxx>
#include <flyfrm.hxx>
#include <poolfmt.hxx>
#include <utility>
#include <viewsh.hxx>
#include <tabfrm.hxx>
#include <viewopt.hxx>
#include <htmltbl.hxx>
#include <calbck.hxx>
#include <o3tl/numeric.hxx>
#include <osl/diagnose.h>
#include <tblrwcl.hxx>
Go to the source code of this file.
|
static void | lcl_GetMinMaxSize (sal_uLong &rMinNoAlignCnts, sal_uLong &rMaxNoAlignCnts, sal_uLong &rAbsMinNoAlignCnts, SwTextNode const *pTextNd, SwNodeOffset nIdx, bool bNoBreak) |
|
static void | lcl_ResizeLine (const SwTableLine *pLine, SwTwips *pWidth) |
|
static void | lcl_ResizeBox (const SwTableBox *pBox, SwTwips *pWidth) |
|
| IMPL_LINK_NOARG (SwHTMLTableLayout, DelayedResize_Impl, Timer *, void) |
|
◆ COLFUZZY
◆ MAX_TABWIDTH
#define MAX_TABWIDTH (USHRT_MAX - 2001) |
◆ IMPL_LINK_NOARG()
◆ lcl_GetMinMaxSize()
◆ lcl_ResizeBox()
◆ lcl_ResizeLine()