LibreOffice Module writerfilter (master) 1
Namespaces | Functions
ConversionHelper.cxx File Reference
#include "ConversionHelper.hxx"
#include <com/sun/star/table/BorderLine2.hpp>
#include <com/sun/star/lang/Locale.hpp>
#include <com/sun/star/text/HoriOrientation.hpp>
#include <com/sun/star/style/NumberingType.hpp>
#include <editeng/borderline.hxx>
#include <ooxml/resourceids.hxx>
#include <rtl/ustrbuf.hxx>
#include <tools/color.hxx>
#include <tools/mapunit.hxx>
#include <tools/UnitConversion.hxx>
#include <o3tl/string_view.hxx>
Include dependency graph for ConversionHelper.cxx:

Go to the source code of this file.

Namespaces

namespace  writerfilter
 
namespace  writerfilter::dmapper
 
namespace  writerfilter::dmapper::ConversionHelper
 

Functions

static sal_Int32 writerfilter::dmapper::ConversionHelper::lcl_convertBorderStyleFromToken (sal_Int32 nOOXMLType)
 Convert OOXML border style to WW8 that editeng can handle. More...
 
void writerfilter::dmapper::ConversionHelper::MakeBorderLine (sal_Int32 nLineThickness, sal_Int32 nLineToken, sal_Int32 nLineColor, table::BorderLine2 &rToFill, bool bIsOOXML)
 
OUString writerfilter::dmapper::ConversionHelper::ConvertMSFormatStringToSO (const OUString &rFormat, lang::Locale &rLocale, bool bHijri)
 
sal_Int32 writerfilter::dmapper::ConversionHelper::convertTwipToMM100 (sal_Int32 _t)
 
sal_Int32 writerfilter::dmapper::ConversionHelper::convertTwipToMM100WithoutLimit (sal_Int32 _t)
 
double writerfilter::dmapper::ConversionHelper::convertTwipToMM100Double (sal_Int32 _t)
 
sal_uInt32 writerfilter::dmapper::ConversionHelper::convertTwipToMM100Unsigned (sal_Int32 _t)
 
text::RubyAdjust writerfilter::dmapper::ConversionHelper::convertRubyAlign (sal_Int32 nIntValue)
 
sal_Int16 writerfilter::dmapper::ConversionHelper::convertTableJustification (sal_Int32 nIntValue)
 
sal_Int16 writerfilter::dmapper::ConversionHelper::ConvertNumberingType (const sal_Int32 nFmt, const sal_Int16 nDefault)
 
sal_Int16 writerfilter::dmapper::ConversionHelper::ConvertCustomNumberFormat (std::u16string_view rFormat)
 
util::DateTime writerfilter::dmapper::ConversionHelper::ConvertDateStringToDateTime (std::u16string_view rDateTime)