LibreOffice Module xmloff (master) 1
|
#include <txtlists.hxx>
#include <comphelper/random.hxx>
#include <o3tl/safeint.hxx>
#include <tools/datetime.hxx>
#include <tools/long.hxx>
#include <sal/log.hxx>
#include <xmloff/txtimp.hxx>
#include <xmloff/xmlimp.hxx>
#include <xmloff/xmlnumi.hxx>
#include <com/sun/star/style/XStyle.hpp>
#include <com/sun/star/beans/XPropertySet.hpp>
#include <com/sun/star/container/XNameContainer.hpp>
#include "XMLTextListItemContext.hxx"
#include "XMLTextListBlockContext.hxx"
#include "txtparai.hxx"
Go to the source code of this file.
Functions | |
static void | ClampLevel (uno::Reference< container::XIndexReplace > const &i_xNumRules, sal_Int16 &io_rLevel) |
|
static |
Definition at line 333 of file txtlists.cxx.
Referenced by XMLTextListsHelper::EnsureNumberedParagraph(), and XMLTextListsHelper::MakeNumRule().