#include <memory>
#include <sal/config.h>
#include <comphelper/string.hxx>
#include <scitems.hxx>
#include <editeng/colritem.hxx>
#include <editeng/brushitem.hxx>
#include <editeng/editeng.hxx>
#include <editeng/fhgtitem.hxx>
#include <editeng/fontitem.hxx>
#include <editeng/postitem.hxx>
#include <editeng/udlnitem.hxx>
#include <editeng/wghtitem.hxx>
#include <editeng/borderline.hxx>
#include <editeng/boxitem.hxx>
#include <editeng/justifyitem.hxx>
#include <sal/log.hxx>
#include <sfx2/objsh.hxx>
#include <svl/numformat.hxx>
#include <svl/intitem.hxx>
#include <utility>
#include <vcl/graphicfilter.hxx>
#include <svtools/parhtml.hxx>
#include <svtools/htmlkywd.hxx>
#include <svtools/htmltokn.h>
#include <vcl/outdev.hxx>
#include <vcl/svapp.hxx>
#include <tools/urlobj.hxx>
#include <osl/diagnose.h>
#include <o3tl/string_view.hxx>
#include <rtl/tencinfo.h>
#include <attrib.hxx>
#include <htmlpars.hxx>
#include <global.hxx>
#include <document.hxx>
#include <rangelst.hxx>
#include <orcus/css_parser.hpp>
#include <com/sun/star/document/XDocumentProperties.hpp>
#include <com/sun/star/document/XDocumentPropertiesSupplier.hpp>
#include <com/sun/star/frame/XModel.hpp>
#include <numeric>
#include <officecfg/Office/Common.hxx>
Go to the source code of this file.
|
| IMPL_LINK (ScHTMLLayoutParser, HTMLImportHdl, HtmlImportInfo &, rInfo, void) |
|
template<typename Type > |
static Type | getLimitedValue (const Type &rValue, const Type &rMin, const Type &rMax) |
|
| IMPL_LINK (ScHTMLQueryParser, HTMLImportHdl, HtmlImportInfo &, rInfo, void) |
|
◆ getLimitedValue()
static Type getLimitedValue |
( |
const Type & |
rValue, |
|
|
const Type & |
rMin, |
|
|
const Type & |
rMax |
|
) |
| |
|
static |
◆ IMPL_LINK() [1/2]
◆ IMPL_LINK() [2/2]