Lines Matching refs:nIntValue

192     sal_Int32 nIntValue = val.getInt();  in lcl_attribute()  local
198 m_pImpl->GetFIB().SetData( nName, nIntValue ); in lcl_attribute()
539 ::rtl::OUString sValue = ::rtl::OUString::valueOf(nIntValue, 16); in lcl_attribute()
545 … m_pImpl->SetCurrentParaStyleId(::rtl::OUString::valueOf(static_cast<sal_Int32>(nIntValue), 16)); in lcl_attribute()
647 m_pImpl->GetFIB().SetLNCHS( nIntValue ); in lcl_attribute()
1170 m_pImpl->GetFIB().SetData( nName, nIntValue ); in lcl_attribute()
1263 sal_Int32 nLineDistance = ConversionHelper::MakeBorderLine( nIntValue, aBorderLine ); in lcl_attribute()
1426 m_pImpl->AddBookmark( sLocalBookmarkName, nIntValue ); in lcl_attribute()
1487 m_pImpl->ModifyCurrentTabStop(nName, nIntValue); in lcl_attribute()
1543 if ((nIntValue & 0x000000FF) == 6) in lcl_attribute()
1545 switch ((nIntValue & 0x0000FF00) >> 8) in lcl_attribute()
1551 …text()->Insert(PROP_CHAR_ROTATION_IS_FIT_TO_LINE, true, uno::makeAny (((nIntValue & 0x00FF0000) >>… in lcl_attribute()
1558 …ROP_CHAR_COMBINE_PREFIX, true, uno::makeAny ( getBracketStringFromEnum((nIntValue & 0x00FF0000) >>… in lcl_attribute()
1559 …ROP_CHAR_COMBINE_SUFFIX, true, uno::makeAny ( getBracketStringFromEnum((nIntValue & 0x00FF0000) >>… in lcl_attribute()
1575 m_pImpl->GetTopContext()->SetFootnoteFontId( nIntValue ); in lcl_attribute()
1581 … m_pImpl->GetTopContext()->GetFootnote()->setLabel(::rtl::OUString( sal_Unicode(nIntValue))); in lcl_attribute()
1586 utext( reinterpret_cast < const sal_uInt8 * >( &nIntValue ), 1 ); in lcl_attribute()
1592 m_pImpl->GetTopContext()->SetFootnoteSymbol( sal_Unicode(nIntValue)); in lcl_attribute()
1610 handleUnderlineType(nIntValue, m_pImpl->GetTopContext()); in lcl_attribute()
1615 m_pImpl->GetTopContext()->Insert(PROP_CHAR_COLOR, true, uno::makeAny( nIntValue ) ); in lcl_attribute()
1622 … m_pImpl->GetTopContext()->Insert(PROP_CHAR_UNDERLINE_COLOR, true, uno::makeAny( nIntValue ) ); in lcl_attribute()
1628 if (sal::static_int_cast<Id>(nIntValue) == NS_ooxml::LN_Value_ST_TabJc_clear) in lcl_attribute()
1635 m_pImpl->m_aCurrentTabStop.Alignment = getTabAlignFromValue(nIntValue); in lcl_attribute()
1640 m_pImpl->m_aCurrentTabStop.FillChar = getFillCharFromValue(nIntValue); in lcl_attribute()
1644 m_pImpl->m_aCurrentTabStop.Position = ConversionHelper::convertTwipToMM100(nIntValue); in lcl_attribute()
1655 …OP_CHAR_FONT_NAME, true, uno::makeAny( m_pImpl->GetThemeTable()->getFontNameForTheme(nIntValue) )); in lcl_attribute()
1671 …ONT_NAME_COMPLEX, true, uno::makeAny( m_pImpl->GetThemeTable()->getFontNameForTheme(nIntValue) ) ); in lcl_attribute()
1681 …FONT_NAME_COMPLEX, true, uno::makeAny( m_pImpl->GetThemeTable()->getFontNameForTheme(nIntValue) )); in lcl_attribute()
1686 …ert(PROP_PARA_TOP_MARGIN, true, uno::makeAny( ConversionHelper::convertTwipToMM100( nIntValue ) )); in lcl_attribute()
1694 …(PROP_PARA_BOTTOM_MARGIN, true, uno::makeAny( ConversionHelper::convertTwipToMM100( nIntValue ) )); in lcl_attribute()
1722 aSpacing.Height = sal_Int16(sal_Int32(nIntValue) * 100 / SINGLE_LINE_SPACING ); in lcl_attribute()
1724 aSpacing.Height = sal_Int16(ConversionHelper::convertTwipToMM100( nIntValue )); in lcl_attribute()
1729 …if( sal::static_int_cast<Id>(nIntValue) == NS_ooxml::LN_Value_wordprocessingml_ST_LineSpacingRule_… in lcl_attribute()
1735 …else if( sal::static_int_cast<Id>(nIntValue) == NS_ooxml::LN_Value_wordprocessingml_ST_LineSpacing… in lcl_attribute()
1747 … PROP_PARA_LEFT_MARGIN, true, uno::makeAny( ConversionHelper::convertTwipToMM100(nIntValue ) )); in lcl_attribute()
1753 … PROP_PARA_RIGHT_MARGIN, true, uno::makeAny( ConversionHelper::convertTwipToMM100(nIntValue ) )); in lcl_attribute()
1759 sal_Int32 nValue = ConversionHelper::convertTwipToMM100( nIntValue ); in lcl_attribute()
1768 …OP_PARA_FIRST_LINE_INDENT, true, uno::makeAny( ConversionHelper::convertTwipToMM100(nIntValue ) )); in lcl_attribute()
1777 …->GetTopContext()->Insert(PROP_CHAR_COMBINE_IS_ON, true, uno::makeAny ( nIntValue ? true : false )… in lcl_attribute()
1783 rtl::OUString sCombinePrefix = getBracketStringFromEnum(nIntValue); in lcl_attribute()
1784 rtl::OUString sCombineSuffix = getBracketStringFromEnum(nIntValue, false); in lcl_attribute()
1793 sal_Int16 nRotationAngle = (nIntValue ? 900 : 0); in lcl_attribute()
1800 …ntext()->Insert(PROP_CHAR_ROTATION_IS_FIT_TO_LINE, true, uno::makeAny ( nIntValue ? true : false)); in lcl_attribute()
1805 CT_PageSz.code = nIntValue; in lcl_attribute()
1810 sal_Int32 nHeight = ConversionHelper::convertTwipToMM100(nIntValue); in lcl_attribute()
1816 CT_PageSz.orient = (nIntValue != 0); in lcl_attribute()
1821 sal_Int32 nWidth = ConversionHelper::convertTwipToMM100(nIntValue); in lcl_attribute()
1828 m_pImpl->SetPageMarginTwip( PAGE_MAR_TOP, nIntValue ); in lcl_attribute()
1832 m_pImpl->SetPageMarginTwip( PAGE_MAR_RIGHT, nIntValue ); in lcl_attribute()
1836 m_pImpl->SetPageMarginTwip( PAGE_MAR_BOTTOM, nIntValue ); in lcl_attribute()
1840 m_pImpl->SetPageMarginTwip( PAGE_MAR_LEFT, nIntValue ); in lcl_attribute()
1844 m_pImpl->SetPageMarginTwip( PAGE_MAR_HEADER, nIntValue ); in lcl_attribute()
1848 m_pImpl->SetPageMarginTwip( PAGE_MAR_FOOTER, nIntValue ); in lcl_attribute()
1852 m_pImpl->SetPageMarginTwip( PAGE_MAR_GUTTER, nIntValue ); in lcl_attribute()
1944 pParaProperties->SetDropCap( nIntValue ); in lcl_attribute()
1948 pParaProperties->SetLines( nIntValue ); in lcl_attribute()
1952 switch(nIntValue) in lcl_attribute()
1955 nIntValue = text::RelOrientation::FRAME; break; in lcl_attribute()
1956 …case NS_ooxml::LN_Value_wordprocessingml_ST_HAnchor_margin: nIntValue = text::RelOrientation::PAG… in lcl_attribute()
1957 …case NS_ooxml::LN_Value_wordprocessingml_ST_HAnchor_page: nIntValue = text::RelOrientation::PAG… in lcl_attribute()
1960 pParaProperties->SethAnchor( nIntValue ); in lcl_attribute()
1964 switch(nIntValue) in lcl_attribute()
1967 nIntValue = text::RelOrientation::FRAME; break; in lcl_attribute()
1968 …case NS_ooxml::LN_Value_wordprocessingml_ST_VAnchor_margin:nIntValue = text::RelOrientation::PAGE… in lcl_attribute()
1969 …case NS_ooxml::LN_Value_wordprocessingml_ST_VAnchor_page: nIntValue = text::RelOrientation::PAGE_… in lcl_attribute()
1972 pParaProperties->SetvAnchor( nIntValue ); in lcl_attribute()
1976 pParaProperties->Setx( ConversionHelper::convertTwipToMM100(nIntValue )); in lcl_attribute()
1980 switch( nIntValue ) in lcl_attribute()
1982 …case NS_ooxml::LN_Value_wordprocessingml_ST_XAlign_center : nIntValue = text::HoriOrientation::C… in lcl_attribute()
1983 …case NS_ooxml::LN_Value_wordprocessingml_ST_XAlign_right : nIntValue = text::HoriOrientation::R… in lcl_attribute()
1984 …case NS_ooxml::LN_Value_wordprocessingml_ST_XAlign_inside : nIntValue = text::HoriOrientation::I… in lcl_attribute()
1985 …case NS_ooxml::LN_Value_wordprocessingml_ST_XAlign_outside : nIntValue = text::HoriOrientation::O… in lcl_attribute()
1986 …case NS_ooxml::LN_Value_wordprocessingml_ST_XAlign_left : nIntValue = text::HoriOrientation::L… in lcl_attribute()
1987 default: nIntValue = text::HoriOrientation::NONE; in lcl_attribute()
1989 pParaProperties->SetxAlign( nIntValue ); in lcl_attribute()
1993 pParaProperties->Sety( ConversionHelper::convertTwipToMM100(nIntValue )); in lcl_attribute()
1997 switch( nIntValue ) in lcl_attribute()
2000 …case NS_ooxml::LN_Value_wordprocessingml_ST_YAlign_inside :nIntValue = text::VertOrientation::TO… in lcl_attribute()
2001 …case NS_ooxml::LN_Value_wordprocessingml_ST_YAlign_center :nIntValue = text::VertOrientation::CE… in lcl_attribute()
2003 …case NS_ooxml::LN_Value_wordprocessingml_ST_YAlign_outside :nIntValue = text::VertOrientation::BO… in lcl_attribute()
2006 default:nIntValue = text::VertOrientation::NONE; in lcl_attribute()
2008 pParaProperties->SetyAlign( nIntValue ); in lcl_attribute()
2012 switch( nIntValue ) in lcl_attribute()
2015 nIntValue = text::SizeType::FIX; in lcl_attribute()
2018 nIntValue = text::SizeType::MIN; in lcl_attribute()
2023 nIntValue = text::SizeType::VARIABLE; in lcl_attribute()
2025 pParaProperties->SethRule( nIntValue ); in lcl_attribute()
2031 …OSL_ENSURE( sal::static_int_cast<Id>(nIntValue) == NS_ooxml::LN_Value_wordprocessingml_ST_Wrap_aro… in lcl_attribute()
2032 … sal::static_int_cast<Id>(nIntValue) == NS_ooxml::LN_Value_wordprocessingml_ST_Wrap_notBeside, in lcl_attribute()
2034 …pParaProperties->SetWrap(sal::static_int_cast<Id>(nIntValue) == NS_ooxml::LN_Value_wordprocessingm… in lcl_attribute()
2040 pParaProperties->Setw(ConversionHelper::convertTwipToMM100(nIntValue)); in lcl_attribute()
2044 pParaProperties->Seth(ConversionHelper::convertTwipToMM100(nIntValue)); in lcl_attribute()
2048 … pParaProperties->SethSpace( ConversionHelper::convertTwipToMM100(nIntValue )); in lcl_attribute()
2052 … pParaProperties->SetvSpace( ConversionHelper::convertTwipToMM100(nIntValue )); in lcl_attribute()
2077 m_pImpl->SetCurrentRedlineId( nIntValue ); in lcl_attribute()
2083 m_pImpl->AddAnnotationPosition( true, nIntValue ); in lcl_attribute()
2086 m_pImpl->AddAnnotationPosition( false, nIntValue ); in lcl_attribute()
2090 m_pImpl->SetCurrentRedlineToken( nIntValue ); in lcl_attribute()
2105 aSettings.nInterval = nIntValue; in lcl_attribute()
2109 … aSettings.nStartValue = nIntValue; // todo: has to be set at (each) first paragraph in lcl_attribute()
2113 aSettings.nDistance = ConversionHelper::convertTwipToMM100( nIntValue ); in lcl_attribute()
2118 aSettings.bRestartAtEachPage = nIntValue < 1; in lcl_attribute()
2150 … pSectionContext->SetGridLinePitch( ConversionHelper::convertTwipToMM100( nIntValue ) ); in lcl_attribute()
2160 pSectionContext->SetDxtCharSpace( nIntValue ); in lcl_attribute()
2169 pSectionContext->SetGridType(nIntValue); in lcl_attribute()
2184 sMessage += ::rtl::OString::valueOf( sal_Int32( nIntValue ), 10 ); in lcl_attribute()
2186 sMessage += ::rtl::OString::valueOf( sal_Int32( nIntValue ), 16 ); in lcl_attribute()
2219 sal_Int32 nIntValue = pValue->getInt(); in sprmWithProps() local
2241 handleParaJustification(nIntValue, rContext, bExchangeLeftRight); in sprmWithProps()
2251 rContext->Insert(PROP_PARA_SPLIT, true, uno::makeAny(nIntValue ? false : true)); in sprmWithProps()
2256 rContext->Insert(PROP_PARA_KEEP_TOGETHER, true, uno::makeAny( nIntValue ? true : false) ); in sprmWithProps()
2260 if ( nIntValue == 1 ) in sprmWithProps()
2283 pStyleSheetPropertyMap->SetListLevel( (sal_Int16)nIntValue ); in sprmWithProps()
2287 rContext->Insert( PROP_NUMBERING_LEVEL, true, uno::makeAny( (sal_Int16)nIntValue )); in sprmWithProps()
2304 ListDef::Pointer pList = pListTable->GetList( nIntValue ); in sprmWithProps()
2309 pStyleSheetPropertyMap->SetListId( nIntValue ); in sprmWithProps()
2322 pStyleSheetPropertyMap->SetNumId( nIntValue ); in sprmWithProps()
2334 …rContext->Insert(PROP_PARA_LINE_NUMBER_COUNT, true, uno::makeAny( nIntValue != 0 ? false : true) ); in sprmWithProps()
2366 uno::makeAny( ConversionHelper::convertTwipToMM100( nIntValue ) )); in sprmWithProps()
2370 uno::makeAny( ConversionHelper::convertTwipToMM100(nIntValue ) )); in sprmWithProps()
2384 uno::makeAny( ConversionHelper::convertTwipToMM100(nIntValue ) )); in sprmWithProps()
2391 sal_Int16 nDistance = sal_Int16(nIntValue & 0xffff); in sprmWithProps()
2392 if(nIntValue & 0xffff0000) in sprmWithProps()
2417 …ert(PROP_PARA_TOP_MARGIN, true, uno::makeAny( ConversionHelper::convertTwipToMM100( nIntValue ) )); in sprmWithProps()
2422 …(PROP_PARA_BOTTOM_MARGIN, true, uno::makeAny( ConversionHelper::convertTwipToMM100( nIntValue ) )); in sprmWithProps()
2549 … sal_Int32 nLineDistance = ConversionHelper::MakeBorderLine( nIntValue, aBorderLine ); in sprmWithProps()
2603 … rContext->Insert(PROP_PARA_IS_HYPHENATION, true, uno::makeAny( nIntValue != 0 ? false : true )); in sprmWithProps()
2640 uno::Any aVal( uno::makeAny( sal_Int8(nIntValue != 0 ? 2 : 0 ))); in sprmWithProps()
2657 …rContext->Insert(PROP_PARA_IS_HANGING_PUNCTUATION, true, uno::makeAny( nIntValue ? false : true )); in sprmWithProps()
2689 … const sal_Int16 nOutlineLevel = nIntValue >= WW_OUTLINE_MIN && nIntValue < WW_OUTLINE_MAX in sprmWithProps()
2690 ? static_cast< sal_Int16 >(nIntValue+1) in sprmWithProps()
2709 if ( nIntValue == 1 ) in sprmWithProps()
2717 if ( nIntValue == 1 ) in sprmWithProps()
2785 if(true ==( mbIsHighlightSet = getColorFromIndex(nIntValue, nColor))) in sprmWithProps()
2811 rContext->Insert(PROP_CHAR_EMPHASIS, true, uno::makeAny ( getEmphasisValue (nIntValue))); in sprmWithProps()
2873 if(nIntValue != 128) //inherited from paragraph - ignore in sprmWithProps()
2875 if( nIntValue == 129) //inverted style sheet value in sprmWithProps()
2883 nIntValue = 0x83a == nSprmId ? in sprmWithProps()
2890 nIntValue = fDoubleValue > 100. ? 0 : 1; in sprmWithProps()
2895 nIntValue = 0x83a == nSprmId ? in sprmWithProps()
2911 …uno::Any aBold( uno::makeAny( nIntValue != 0 ? awt::FontWeight::BOLD : awt::FontWeight::NORMAL ) ); in sprmWithProps()
2923 … uno::Any aPosture( uno::makeAny( nIntValue != 0 ? awt::FontSlant_ITALIC : awt::FontSlant_NONE ) ); in sprmWithProps()
2932 … uno::makeAny( nIntValue != 0 ? awt::FontStrikeout::SINGLE : awt::FontStrikeout::NONE ) ); in sprmWithProps()
2937 … uno::makeAny( nIntValue != 0 ? awt::FontStrikeout::DOUBLE : awt::FontStrikeout::NONE ) ); in sprmWithProps()
2943 … rContext->Insert(ePropertyId, true, uno::makeAny( nIntValue != 0 ? true : false )); in sprmWithProps()
2948 … uno::makeAny( nIntValue != 0 ? style::CaseMap::SMALLCAPS : style::CaseMap::NONE)); in sprmWithProps()
2953 … uno::makeAny( nIntValue != 0 ? style::CaseMap::UPPERCASE : style::CaseMap::NONE)); in sprmWithProps()
2958 … uno::makeAny( nIntValue != 0 ? awt::FontRelief::EMBOSSED : awt::FontRelief::NONE )); in sprmWithProps()
2975 handleUnderlineType(nIntValue, rContext); in sprmWithProps()
2988 if (getColorFromIndex(nIntValue, nColor)) in sprmWithProps()
2997 double fVal = double(nIntValue) / 2.; in sprmWithProps()
3021 if (nIntValue < 0) in sprmWithProps()
3023 else if (nIntValue > 0) in sprmWithProps()
3044 switch(nIntValue) in sprmWithProps()
3072 … sal_Int16 nResult = static_cast<sal_Int16>(ConversionHelper::convertTwipToMM100(nIntValue)); in sprmWithProps()
3075 nResult = static_cast<sal_Int16>(nIntValue); in sprmWithProps()
3104 if(nIntValue >= 0 && pFontTable->size() > sal_uInt32(nIntValue)) in sprmWithProps()
3132 … const FontEntry::Pointer_t pFontEntry(pFontTable->getFontEntry(sal_uInt32(nIntValue))); in sprmWithProps()
3143 rContext->Insert( PROP_CHAR_SCALE_WIDTH, true, uno::makeAny( sal_Int16(nIntValue) )); in sprmWithProps()
3149 … uno::makeAny( nIntValue != 0 ? awt::FontRelief::ENGRAVED : awt::FontRelief::NONE )); in sprmWithProps()
3162 if (nIntValue) in sprmWithProps()
3221 MsLangId::convertLanguageToLocale( (LanguageType)nIntValue, aLocale ); in sprmWithProps()
3257 pSectionContext->SetEvenlySpaced( nIntValue > 0 ); in sprmWithProps()
3270 …pSectionContext->AppendColumnWidth( ConversionHelper::convertTwipToMM100( (nIntValue & 0xffff00) >… in sprmWithProps()
3277 …pSectionContext->AppendColumnSpacing( ConversionHelper::convertTwipToMM100( (nIntValue & 0xffff00)… in sprmWithProps()
3284 pSectionContext->SetEvenlySpaced( nIntValue > 0 ); in sprmWithProps()
3294 pSectionContext->SetFirstPaperBin(nIntValue); in sprmWithProps()
3300 pSectionContext->SetPaperBin( nIntValue ); in sprmWithProps()
3313 pSectionContext->SetBreakType( nIntValue ); in sprmWithProps()
3322 pSectionContext->SetTitlePage( nIntValue > 0 ? true : false );//section has title page in sprmWithProps()
3331 pSectionContext->SetColumnCount( (sal_Int16) nIntValue ); in sprmWithProps()
3339 pSectionContext->SetColumnDistance( ConversionHelper::convertTwipToMM100( nIntValue ) ); in sprmWithProps()
3349 switch( nIntValue ) in sprmWithProps()
3373 pSectionContext->SetPageNoRestart( nIntValue > 0 ); in sprmWithProps()
3384 pSectionContext->SetLnnMod( nIntValue ); in sprmWithProps()
3391 pSectionContext->SetdxaLnn( nIntValue ); in sprmWithProps()
3398 pSectionContext->SetLnc( nIntValue ); in sprmWithProps()
3405 pSectionContext->SetLnnMin( nIntValue ); in sprmWithProps()
3424 pSectionContext->SetHeaderTop( ConversionHelper::convertTwipToMM100( nIntValue )); in sprmWithProps()
3431 pSectionContext->SetHeaderBottom( ConversionHelper::convertTwipToMM100( nIntValue ) ); in sprmWithProps()
3438 pSectionContext->SetSeparatorLine( nIntValue > 0 ); in sprmWithProps()
3449 pSectionContext->SetPageNumber( nIntValue ); in sprmWithProps()
3457 pSectionContext->SetLandscape( nIntValue > 0 ); in sprmWithProps()
3458 rContext->Insert( PROP_IS_LANDSCAPE , false, uno::makeAny( nIntValue > 0 )); in sprmWithProps()
3468 sal_Int32 nHeight = ConversionHelper::convertTwipToMM100( nIntValue ); in sprmWithProps()
3476 sal_Int32 nWidth = ConversionHelper::convertTwipToMM100( nIntValue ); in sprmWithProps()
3486 sal_Int32 nConverted = ConversionHelper::convertTwipToMM100( nIntValue ); in sprmWithProps()
3498 sal_Int32 nConverted = ConversionHelper::convertTwipToMM100( nIntValue ); in sprmWithProps()
3510 …l_Int32 nConverted = ConversionHelper::convertTwipToMM100( static_cast< sal_Int16 >( nIntValue ) ); in sprmWithProps()
3523 …l_Int32 nConverted = ConversionHelper::convertTwipToMM100( static_cast< sal_Int16 >( nIntValue ) ); in sprmWithProps()
3538 pSectionContext->SetDzaGutter( ConversionHelper::convertTwipToMM100( nIntValue ) ); in sprmWithProps()
3554 pSectionContext->SetSFBiDi( nIntValue > 0 ); in sprmWithProps()
3565 pSectionContext->SetGutterRTL( nIntValue > 0 ); in sprmWithProps()
3578 sal_Int32 nLineDistance = ConversionHelper::MakeBorderLine( nIntValue, aBorderLine ); in sprmWithProps()
3599 …Context->ApplyBorderToPageStyles( m_pImpl->GetPageStyles(), m_pImpl->GetTextFactory(), nIntValue ); in sprmWithProps()
3609 pSectionContext->SetDxtCharSpace( nIntValue ); in sprmWithProps()
3620 pSectionContext->SetGridLinePitch( ConversionHelper::convertTwipToMM100( nIntValue ) ); in sprmWithProps()
3632 switch( nIntValue ) in sprmWithProps()
3667 switch( nIntValue ) in sprmWithProps()
3768 sal_Int32 nColor = ConversionHelper::ConvertColor(nIntValue); in sprmWithProps()
3778 sal_Int32 nColor = ConversionHelper::ConvertColor(nIntValue); in sprmWithProps()
4189 … uno::makeAny( sal_Int16( nIntValue - 1 ))); in sprmWithProps()
4193 sal_Int16 nNumType = ConversionHelper::ConvertNumberingType( nIntValue ); in sprmWithProps()
4738 void DomainMapper::handleUnderlineType(const sal_Int32 nIntValue, const ::boost::shared_ptr<Propert… in handleUnderlineType() argument
4742 switch(nIntValue) in handleUnderlineType()
4767 void DomainMapper::handleParaJustification(const sal_Int32 nIntValue, const ::boost::shared_ptr<Pro… in handleParaJustification() argument
4771 switch(nIntValue) in handleParaJustification()
4824 sal_Int16 DomainMapper::getEmphasisValue(const sal_Int32 nIntValue) in getEmphasisValue() argument
4826 switch (nIntValue) in getEmphasisValue()
4841 rtl::OUString DomainMapper::getBracketStringFromEnum(const sal_Int32 nIntValue, const bool bIsPrefi… in getBracketStringFromEnum() argument
4843 switch(nIntValue) in getBracketStringFromEnum()
4871 com::sun::star::style::TabAlign DomainMapper::getTabAlignFromValue(const sal_Int32 nIntValue) in getTabAlignFromValue() argument
4873 switch (nIntValue) in getTabAlignFromValue()
4889 sal_Unicode DomainMapper::getFillCharFromValue(const sal_Int32 nIntValue) in getFillCharFromValue() argument
4891 switch (nIntValue) in getFillCharFromValue()