Lines Matching refs:nIntValue

397     int nIntValue = val.getInt();  in lcl_attribute()  local
398 (void)nIntValue; in lcl_attribute()
405 …pCurrentEntry->sStyleIdentifierD = ::rtl::OUString::valueOf(static_cast<sal_Int32>(nIntValue), 16); in lcl_attribute()
410 … ::rtl::OUString tempStyleIdentifier = GetStyleIdFromIndex(static_cast<sal_uInt32>(nIntValue)); in lcl_attribute()
413 if (nIntValue == 0 || nIntValue == 65) in lcl_attribute()
419 m_pImpl->m_pCurrentEntry->nStyleTypeCode = (StyleType)nIntValue; in lcl_attribute()
423 if (static_cast<sal_uInt32>(nIntValue) != 0xfff) in lcl_attribute()
424 …rrentEntry->sBaseStyleIdentifier = ::rtl::OUString::valueOf(static_cast<sal_Int32>(nIntValue), 16); in lcl_attribute()
428 if (static_cast<sal_uInt32>(nIntValue) != 0xfff) in lcl_attribute()
429 …rrentEntry->sNextStyleIdentifier = ::rtl::OUString::valueOf(static_cast<sal_Int32>(nIntValue), 16); in lcl_attribute()
475 StyleType nType = ( StyleType ) nIntValue; in lcl_attribute()
483 m_pImpl->m_pCurrentEntry->nStyleTypeCode = (StyleType)nIntValue; in lcl_attribute()
488 m_pImpl->m_pCurrentEntry->bIsDefaultStyle = (nIntValue != 0); in lcl_attribute()
500 …eSheetPropertyMap* >( m_pImpl->m_pCurrentEntry->pProperties.get() )->SetCT_TblWidth_w( nIntValue ); in lcl_attribute()
504 …eetPropertyMap* >( m_pImpl->m_pCurrentEntry->pProperties.get() )->SetCT_TblWidth_type( nIntValue ); in lcl_attribute()
522 sal_Int32 nIntValue = pValue.get() ? pValue->getInt() : 0; in lcl_sprm() local
523 (void)nIntValue; in lcl_sprm()
614 uno::makeAny( ConversionHelper::convertTableJustification( nIntValue ))); in lcl_sprm()
618 …leSheetPropertyMap* >( m_pImpl->m_pCurrentEntry->pProperties.get() )->SetCT_TrPrBase_jc(nIntValue); in lcl_sprm()
640 pTEntry->m_nRowBandSize = nIntValue; in lcl_sprm()
642 pTEntry->m_nColBandSize = nIntValue; in lcl_sprm()