LibreOffice Module writerfilter (master) 1
Namespaces | Functions
ConversionHelper.hxx File Reference
#include <sal/types.h>
#include <rtl/ustring.hxx>
#include <com/sun/star/util/DateTime.hpp>
#include <com/sun/star/style/NumberingType.hpp>
#include <com/sun/star/table/BorderLine2.hpp>
#include <com/sun/star/text/RubyAdjust.hpp>
Include dependency graph for ConversionHelper.hxx:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Namespaces

namespace  com
 
namespace  com::sun
 
namespace  com::sun::star
 
namespace  com::sun::star::lang
 
namespace  com::sun::star::table
 
namespace  writerfilter
 
namespace  writerfilter::dmapper
 
namespace  writerfilter::dmapper::ConversionHelper
 

Functions

void writerfilter::dmapper::ConversionHelper::MakeBorderLine (sal_Int32 nLineThickness, sal_Int32 nLineType, sal_Int32 nLineColor, css::table::BorderLine2 &rToFill, bool bIsOOXML)
 
OUString writerfilter::dmapper::ConversionHelper::ConvertMSFormatStringToSO (const OUString &rFormat, css::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)
 
sal_Int16 writerfilter::dmapper::ConversionHelper::convertTableJustification (sal_Int32 nIntValue)
 
text::RubyAdjust writerfilter::dmapper::ConversionHelper::convertRubyAlign (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)