Lines Matching refs:nTmp
111 sal_Int32 nTmp = xAttrList->getValueByIndex(i).toInt32(); in XMLCharContext() local
112 if( nTmp > 0L ) in XMLCharContext()
114 if( nTmp > USHRT_MAX ) in XMLCharContext()
117 m_nCount = (sal_uInt16)nTmp; in XMLCharContext()
1381 sal_Int32 nTmp; in ProcessAttribute() local
1382 if ( SvXMLUnitConverter::convertNumber( nTmp, sValue ) in ProcessAttribute()
1383 && nTmp >= 1 in ProcessAttribute()
1384 && nTmp < GetImport().GetTextImport()-> in ProcessAttribute()
1387 rPropSet->setPropertyValue(sLevel, uno::makeAny((sal_Int16)(nTmp - 1))); in ProcessAttribute()
1448 sal_Int32 nTmp; in ProcessAttribute() local
1450 nTmp, sValue, 0, in ProcessAttribute()
1453 rPropSet->setPropertyValue(sLevel, uno::makeAny(static_cast<sal_Int16>(nTmp - 1))); in ProcessAttribute()
1967 sal_Int32 nTmp = rValue.toInt32(); in XMLParaContext() local
1968 if( nTmp > 0L ) in XMLParaContext()
1970 if( nTmp > 127 ) in XMLParaContext()
1971 nTmp = 127; in XMLParaContext()
1972 nOutlineLevel = (sal_Int8)nTmp; in XMLParaContext()
2368 sal_Int32 nTmp = rValue.toInt32(); in XMLNumberedParaContext() local
2369 if ( nTmp >= 1 && nTmp <= SHRT_MAX ) { in XMLNumberedParaContext()
2370 m_Level = static_cast<sal_uInt16>(nTmp) - 1; in XMLNumberedParaContext()
2383 sal_Int32 nTmp = rValue.toInt32(); in XMLNumberedParaContext() local
2384 if ( nTmp >= 0 && nTmp <= SHRT_MAX ) { in XMLNumberedParaContext()
2385 m_StartValue = static_cast<sal_Int16>(nTmp); in XMLNumberedParaContext()