LibreOffice Module writerfilter (master) 1
Namespaces | Functions
NumberingManager.cxx File Reference
#include <sal/config.h>
#include "ConversionHelper.hxx"
#include "NumberingManager.hxx"
#include "StyleSheetTable.hxx"
#include "PropertyIds.hxx"
#include <ooxml/resourceids.hxx>
#include <com/sun/star/lang/XMultiServiceFactory.hpp>
#include <com/sun/star/container/XNameContainer.hpp>
#include <com/sun/star/style/XStyleFamiliesSupplier.hpp>
#include <com/sun/star/style/NumberingType.hpp>
#include <com/sun/star/text/HoriOrientation.hpp>
#include <com/sun/star/text/PositionAndSpaceMode.hpp>
#include <com/sun/star/text/XChapterNumberingSupplier.hpp>
#include <com/sun/star/graphic/XGraphic.hpp>
#include <com/sun/star/awt/XBitmap.hpp>
#include <osl/diagnose.h>
#include <rtl/ustring.hxx>
#include <sal/log.hxx>
#include <comphelper/diagnose_ex.hxx>
#include <tools/UnitConversion.hxx>
#include <comphelper/sequence.hxx>
#include <comphelper/propertyvalue.hxx>
#include <comphelper/string.hxx>
#include <regex>
#include <utility>
Include dependency graph for NumberingManager.cxx:

Go to the source code of this file.

Namespaces

namespace  writerfilter
 
namespace  writerfilter::dmapper
 

Functions

template<typename T >
static beans::PropertyValue writerfilter::dmapper::lcl_makePropVal (PropertyIds nNameID, T const &aValue)
 
static sal_Int32 writerfilter::dmapper::lcl_findProperty (const uno::Sequence< beans::PropertyValue > &aProps, std::u16string_view sName)
 
static void writerfilter::dmapper::lcl_mergeProperties (const uno::Sequence< beans::PropertyValue > &aSrc, uno::Sequence< beans::PropertyValue > &aDst)
 
static bool writerfilter::dmapper::IgnoreForCharStyle (std::u16string_view aStr, const bool bIsSymbol)
 
static uno::Reference< container::XNameContainer > writerfilter::dmapper::lcl_getUnoNumberingStyles (uno::Reference< lang::XMultiServiceFactory > const &xFactory)