/aoo4110/main/writerfilter/source/dmapper/ |
H A D | DomainMapper.cxx | 3106 if(nIntValue >= 0 && pFontTable->size() > sal_uInt32(nIntValue)) in sprmWithProps() 3164 if (nIntValue) in sprmWithProps() 3341 switch( nIntValue ) in sprmWithProps() 3624 switch( nIntValue ) in sprmWithProps() 3659 switch( nIntValue ) in sprmWithProps() 4723 switch(nIntValue) in handleUnderlineType() 4752 switch(nIntValue) in handleParaJustification() 4807 switch (nIntValue) in getEmphasisValue() 4824 switch(nIntValue) in getBracketStringFromEnum() 4854 switch (nIntValue) in getTabAlignFromValue() [all …]
|
H A D | GraphicImport.cxx | 394 sal_Int32 nIntValue = val.getInt(); in lcl_attribute() local 546 switch( nIntValue ) in lcl_attribute() 761 if( nIntValue < 6 && nIntValue > 0 ) in lcl_attribute() 808 if( nIntValue < 6 && nIntValue > 0) in lcl_attribute() 829 aToLineVertOrientTab[nIntValue] : aVertOrientTab[nIntValue]; in lcl_attribute() 835 switch( nIntValue ) in lcl_attribute() 848 switch( nIntValue ) in lcl_attribute() 860 switch( nIntValue ) in lcl_attribute() 885 switch( nIntValue ) in lcl_attribute() 1011 if( nIntValue > 0 ) in lcl_attribute() [all …]
|
H A D | CellColorHandler.cxx | 61 sal_Int32 nIntValue = rVal.getInt(); in lcl_attribute() local 62 (void)nIntValue; in lcl_attribute() 82 …m_nShadowType = nIntValue; //clear == 0, solid: 1, pct5: 2, pct50:8, pct95: x3c, horzStripe:0x0e, … in lcl_attribute() 87 if( nIntValue == OOXML_COLOR_AUTO ) in lcl_attribute() 88 nIntValue = 0xffffff; //fill color auto means white in lcl_attribute() 89 m_nFillColor = nIntValue; in lcl_attribute() 93 if( nIntValue == OOXML_COLOR_AUTO ) in lcl_attribute() 94 nIntValue = 0; //shading color auto means black in lcl_attribute() 96 m_nColor = nIntValue; in lcl_attribute()
|
H A D | TDefTableHandler.cxx | 62 sal_Int32 nIntValue = rVal.getInt(); in lcl_attribute() local 63 (void)nIntValue; in lcl_attribute() 72 if( nIntValue > 0x7fff ) in lcl_attribute() 73 nIntValue -= 0xffff; in lcl_attribute() 74 m_aCellBorderPositions.push_back( ConversionHelper::convertTwipToMM100( nIntValue ) ); in lcl_attribute() 105 m_aCellVertAlign.push_back( nIntValue ); in lcl_attribute() 129 m_nLineWidth = ConversionHelper::convertTwipToMM100( nIntValue * 5 / 2 ); in lcl_attribute() 133 m_nLineType = nIntValue; in lcl_attribute() 139 m_nLineColor = nIntValue; in lcl_attribute() 143 m_nLineDistance = nIntValue; in lcl_attribute()
|
H A D | StyleSheetTable.cxx | 397 int nIntValue = val.getInt(); in lcl_attribute() local 398 (void)nIntValue; in lcl_attribute() 414 if (nIntValue == 0 || nIntValue == 65) in lcl_attribute() 424 if (static_cast<sal_uInt32>(nIntValue) != 0xfff) in lcl_attribute() 429 if (static_cast<sal_uInt32>(nIntValue) != 0xfff) in lcl_attribute() 476 StyleType nType = ( StyleType ) nIntValue; in lcl_attribute() 489 m_pImpl->m_pCurrentEntry->bIsDefaultStyle = (nIntValue != 0); in lcl_attribute() 523 sal_Int32 nIntValue = pValue.get() ? pValue->getInt() : 0; in lcl_sprm() local 524 (void)nIntValue; in lcl_sprm() 642 pTEntry->m_nRowBandSize = nIntValue; in lcl_sprm() [all …]
|
H A D | SectionColumnHandler.cxx | 59 sal_Int32 nIntValue = rVal.getInt(); in lcl_attribute() local 65 bEqualWidth = (nIntValue != 0); in lcl_attribute() 69 nSpace = ConversionHelper::convertTwipToMM100( nIntValue ); in lcl_attribute() 73 nNum = nIntValue; in lcl_attribute() 77 bSep = (nIntValue != 0); in lcl_attribute() 82 aTempColumn.nWidth = ConversionHelper::convertTwipToMM100( nIntValue ); in lcl_attribute() 86 aTempColumn.nSpace = ConversionHelper::convertTwipToMM100( nIntValue ); in lcl_attribute()
|
H A D | SettingsTable.cxx | 109 int nIntValue = val.getInt(); in lcl_attribute() local 110 (void)nIntValue; in lcl_attribute() 134 sal_Int32 nIntValue = pValue->getInt(); in lcl_sprm() local 135 (void)nIntValue; in lcl_sprm() 174 m_pImpl->m_nDefaultTabStop = nIntValue; in lcl_sprm() 178 m_pImpl->m_bNoPunctuationKerning = nIntValue ? true : false; in lcl_sprm() 186 m_pImpl->m_doNotIncludeSubdocsInStats = nIntValue? true : false; in lcl_sprm() 201 m_pImpl->m_nHyphenationZone = nIntValue; in lcl_sprm()
|
H A D | FontTable.cxx | 69 int nIntValue = val.getInt(); in lcl_attribute() local 110 m_pImpl->pCurrentEntry->nPitchRequest = static_cast<sal_Int16>( nIntValue ); in lcl_attribute() 114 m_pImpl->pCurrentEntry->bTrueType = nIntValue == 1 ? true : false; in lcl_attribute() 125 m_pImpl->pCurrentEntry->nBaseWeight = nIntValue; in lcl_attribute() 129 m_pImpl->pCurrentEntry->nTextEncoding = nIntValue; in lcl_attribute() 546 sal_Int32 nIntValue = pValue->getInt(); in lcl_sprm() local 547 (void)nIntValue; in lcl_sprm()
|
H A D | GraphicHelpers.cxx | 56 sal_Int32 nIntValue = rVal.getInt( ); in lcl_attribute() local 80 if ( pVertRelValues[i] == sal_uInt32( nIntValue ) ) in lcl_attribute() 106 if ( pHoriRelValues[i] == sal_uInt32( nIntValue ) ) in lcl_attribute() 122 sal_Int32 nIntValue = pValue->getInt(); in lcl_sprm() local 148 if ( pVertValues[i] == sal_uInt32( nIntValue ) ) in lcl_sprm() 175 if ( pHoriValues[i] == sal_uInt32( nIntValue ) ) in lcl_sprm() 182 m_nPosition = ConversionHelper::convertEMUToMM100( nIntValue ); in lcl_sprm()
|
H A D | NumberingManager.cxx | 659 int nIntValue = rVal.getInt(); in lcl_attribute() local 706 pCurrentLvl->SetValue( nName, sal_Int32( nIntValue ) ); in lcl_attribute() 716 m_pCurrentDefinition->SetId( nIntValue ); in lcl_attribute() 722 m_pCurrentDefinition->SetValue( nName, nIntValue ); in lcl_attribute() 768 ConversionHelper::convertTwipToMM100( nIntValue ) ); in lcl_attribute() 784 sMessage += ::rtl::OString::valueOf( sal_Int32( nIntValue ), 10 ); in lcl_attribute() 786 sMessage += ::rtl::OString::valueOf( sal_Int32( nIntValue ), 16 ); in lcl_attribute() 801 sal_Int32 nIntValue = rSprm.getValue()->getInt(); in lcl_sprm() local 856 m_pCurrentDefinition->SetValue( nSprmId, nIntValue ); in lcl_sprm() 889 m_pCurrentDefinition->GetCurrentLevel( )->SetValue( nSprmId, nIntValue ); in lcl_sprm() [all …]
|
H A D | TablePropertiesHandler.cxx | 64 sal_Int32 nIntValue = ((pValue.get() != NULL) ? pValue->getInt() : 0); in sprm() local 76 sal_Int16 nOrient = ConversionHelper::convertTableJustification( nIntValue ); in sprm() 90 …PropMap->setValue( TablePropertyMap::GAP_HALF, ConversionHelper::convertTwipToMM100( nIntValue ) ); in sprm() 116 …pPropMap->Insert( PROP_IS_SPLIT_ALLOWED, false, uno::makeAny(sal_Bool( nIntValue == 1 ? sal_False … in sprm() 126 sal_Int16 nHeight = static_cast<sal_Int16>( nIntValue ); in sprm() 141 switch( nIntValue ) //0 - top 1 - center 3 - bottom in sprm()
|
H A D | BorderHandler.cxx | 66 sal_Int32 nIntValue = rVal.getInt(); in lcl_attribute() local 87 m_nLineWidth = ConversionHelper::convertTwipToMM100( nIntValue * 5 / 2 ); in lcl_attribute() 91 m_nLineType = nIntValue; in lcl_attribute() 96 m_nLineColor = nIntValue; in lcl_attribute() 100 m_nLineDistance = ConversionHelper::convertTwipToMM100( nIntValue * 20 ); in lcl_attribute()
|
H A D | DomainMapperTableManager.cxx | 95 const sal_Int32 nIntValue = ((pValue.get() != NULL) ? pValue->getInt() : 0); in sprm() local 140 if( nIntValue > 0 && m_nCurrentHeaderRepeatCount.top() >= 0 ) in sprm() 253 getCurrentGrid()->push_back( ConversionHelper::convertTwipToMM100( nIntValue ) ); in sprm() 262 …ROP_VERTICAL_MERGE, false, uno::makeAny( bool( sal::static_int_cast<Id>(nIntValue) == NS_ooxml::LN… in sprm() 272 dmapper_logger->attribute("gridSpan", nIntValue); in sprm() 275 m_nGridSpanOfCurrentCell = nIntValue; in sprm()
|
H A D | CellMarginHandler.cxx | 64 sal_Int32 nIntValue = rVal.getInt(); in lcl_attribute() local 65 (void)nIntValue; in lcl_attribute() 71 m_nValue = ConversionHelper::convertTwipToMM100( nIntValue ); in lcl_attribute() 74 …OSL_ENSURE( NS_ooxml::LN_Value_ST_TblWidth_dxa == sal::static_int_cast<Id>(nIntValue), "cell margi… in lcl_attribute()
|
H A D | MeasureHandler.cxx | 57 sal_Int32 nIntValue = rVal.getInt(); in lcl_attribute() local 68 m_nUnit = nIntValue; in lcl_attribute() 83 m_nMeasureValue = nIntValue; in lcl_attribute()
|
H A D | PageBordersHandler.cxx | 54 int nIntValue = rVal.getInt( ); in lcl_attribute() local 59 switch ( nIntValue ) in lcl_attribute() 76 switch ( nIntValue ) in lcl_attribute()
|
H A D | WrapPolygonHandler.cxx | 165 sal_Int32 nIntValue = val.getInt(); in lcl_attribute() local 171 mnX = nIntValue; in lcl_attribute() 175 mnY = nIntValue; in lcl_attribute()
|
H A D | ThemeTable.cxx | 103 sal_Int32 nIntValue = pValue->getInt(); in lcl_sprm() local 104 (void)nIntValue; in lcl_sprm()
|
H A D | ConversionHelper.cxx | 488 sal_Int16 convertTableJustification( sal_Int32 nIntValue ) in convertTableJustification() argument 491 switch( nIntValue ) in convertTableJustification()
|
/aoo4110/main/reportdesign/source/filter/xml/ |
H A D | xmlControlProperty.cxx | 332 sal_uInt32 nIntValue = sal_Int32(_nValue * 8640000); in implGetTime() local 333 nIntValue *= 8640000; in implGetTime() 334 aTime.HundredthSeconds = (sal_uInt16)( nIntValue % 100 ); in implGetTime() 335 nIntValue /= 100; in implGetTime() 336 aTime.Seconds = (sal_uInt16)( nIntValue % 60 ); in implGetTime() 337 nIntValue /= 60; in implGetTime() 338 aTime.Minutes = (sal_uInt16)( nIntValue % 60 ); in implGetTime() 339 nIntValue /= 60; in implGetTime() 340 OSL_ENSURE(nIntValue < 24, "OPropertyImport::implGetTime: more than a day?"); in implGetTime() 341 aTime.Hours = static_cast< sal_uInt16 >( nIntValue ); in implGetTime()
|
/aoo4110/main/xmloff/source/forms/ |
H A D | propertyimport.cxx | 74 sal_uInt32 nIntValue = sal_Int32(_nValue * 8640000); in lcl_getTime() local 75 nIntValue *= 8640000; in lcl_getTime() 76 aTime.HundredthSeconds = (sal_uInt16)( nIntValue % 100 ); in lcl_getTime() 77 nIntValue /= 100; in lcl_getTime() 78 aTime.Seconds = (sal_uInt16)( nIntValue % 60 ); in lcl_getTime() 79 nIntValue /= 60; in lcl_getTime() 80 aTime.Minutes = (sal_uInt16)( nIntValue % 60 ); in lcl_getTime() 81 nIntValue /= 60; in lcl_getTime() 82 OSL_ENSURE(nIntValue < 24, "lcl_getTime: more than a day?"); in lcl_getTime() 83 aTime.Hours = static_cast< sal_uInt16 >( nIntValue ); in lcl_getTime()
|
/aoo4110/main/writerfilter/inc/dmapper/ |
H A D | DomainMapper.hxx | 139 …void handleUnderlineType(const sal_Int32 nIntValue, const ::boost::shared_ptr<PropertyMap> pContex… 140 …void handleParaJustification(const sal_Int32 nIntValue, const ::boost::shared_ptr<PropertyMap> pCo… 142 sal_Int16 getEmphasisValue(const sal_Int32 nIntValue); 143 rtl::OUString getBracketStringFromEnum(const sal_Int32 nIntValue, const bool bIsPrefix = true); 144 com::sun::star::style::TabAlign getTabAlignFromValue(const sal_Int32 nIntValue); 145 sal_Unicode getFillCharFromValue(const sal_Int32 nIntValue);
|
/aoo4110/main/cui/source/options/ |
H A D | optinet2.cxx | 287 sal_Int32 nIntValue = 0; in ReadConfigData_Impl() local 290 if( xNameAccess->getByName(aProxyModePN) >>= nIntValue ) in ReadConfigData_Impl() 292 aProxyModeLB.SelectEntryPos( (sal_uInt16) nIntValue ); in ReadConfigData_Impl() 300 if( xNameAccess->getByName(aHttpPortPN) >>= nIntValue ) in ReadConfigData_Impl() 302 aHttpPortED.SetText( String::CreateFromInt32( nIntValue )); in ReadConfigData_Impl() 310 if( xNameAccess->getByName(aHttpsPortPN) >>= nIntValue ) in ReadConfigData_Impl() 320 if( xNameAccess->getByName(aFtpPortPN) >>= nIntValue ) in ReadConfigData_Impl() 322 aFtpPortED.SetText( String::CreateFromInt32( nIntValue )); in ReadConfigData_Impl() 355 sal_Int32 nIntValue = 0; in ReadConfigDefaults_Impl() local 365 aHttpPortED.SetText( String::CreateFromInt32( nIntValue )); in ReadConfigDefaults_Impl() [all …]
|
/aoo4110/main/extensions/source/propctrlr/ |
H A D | formmetadata.cxx | 662 sal_Int32 nIntValue = -1; in getDescriptionForValue() local 663 OSL_VERIFY( ::cppu::enum2int( nIntValue, _rEnumValue ) ); in getDescriptionForValue() 668 --nIntValue; in getDescriptionForValue() 671 if ( ( nIntValue >= 0 ) && ( nIntValue < (sal_Int32)aEnumStrings.size() ) ) in getDescriptionForValue() 673 sReturn = aEnumStrings[ nIntValue ]; in getDescriptionForValue()
|
/aoo4110/main/sc/source/ui/miscdlgs/ |
H A D | solveroptions.cxx | 327 sal_Int32 nIntValue = 0; in FillListBox() local 328 if ( aValue >>= nIntValue ) in FillListBox() 329 pItem->SetIntValue( nIntValue ); in FillListBox()
|