/trunk/main/sw/source/core/fields/ |
H A D | fldbas.cxx | 517 sal_uInt32 nNewFormat = pFormatter->GetFormatForLanguageIfBuiltIn(nFmt, in ExpandValue() local 520 if (nNewFormat == nFmt) in ExpandValue() 529 nFmt = nNewFormat; in ExpandValue() 632 sal_uInt32 nNewFormat = pFormatter->GetFormatForLanguageIfBuiltIn(nFmt, in GetSystemFormat() local 635 if (nNewFormat == nFmt) in GetSystemFormat() 649 nFmt = nNewFormat; in GetSystemFormat() 678 sal_uInt32 nNewFormat = pFormatter->GetFormatForLanguageIfBuiltIn( in SetLanguage() local 681 if( nNewFormat == GetFormat() ) in SetLanguage() 688 nNewFormat, in SetLanguage() 692 SetFormat( nNewFormat ); in SetLanguage()
|
/trunk/main/sc/source/ui/vba/ |
H A D | vbaformat.cxx | 435 sal_Int32 nNewFormat = xNumberFormats->queryKey(sLocalFormatString, aRangeLocale, sal_True); in setNumberFormatLocal() local 437 if (nNewFormat == -1) in setNumberFormatLocal() 438 nNewFormat = xNumberFormats->addNew(sLocalFormatString, aRangeLocale); in setNumberFormatLocal() 439 mxPropertySet->setPropertyValue(sNumFormat, uno::makeAny( nNewFormat )); in setNumberFormatLocal() 468 sal_Int32 nNewFormat = xNumberFormatTypes->getFormatForLocale(nFormat, aRangeLocale); in setNumberFormat() local 469 …Value( rtl::OUString( RTL_CONSTASCII_USTRINGPARAM( SC_UNO_NUMBERFO ) ), uno::makeAny( nNewFormat)); in setNumberFormat() 746 sal_Int32 nNewFormat = xNumberFormatTypes->getFormatForLocale(nFormat, getDefaultLocale() ); in getNumberFormat() local 748 …xNumberFormats->getByKey(nNewFormat)->getPropertyValue( rtl::OUString( RTL_CONSTASCII_USTRINGPARAM… in getNumberFormat()
|
/trunk/main/forms/source/misc/ |
H A D | limitedformats.cxx | 286 sal_Int32 nNewFormat = 0; in convertFormatKeyPropertyValue() local 287 if (!(_rNewValue >>= nNewFormat)) in convertFormatKeyPropertyValue() 304 (NULL != pFormats->pDescription) && (nNewFormat != pFormats->nKey); in convertFormatKeyPropertyValue()
|
/trunk/main/sc/source/filter/xcl97/ |
H A D | XclImpChangeTrack.cxx | 355 sal_uInt32 nNewFormat; in ReadChTrCellContent() local 357 ReadCell( pNewCell, nNewFormat, nNewValueType, aPosition ); in ReadChTrCellContent() 369 pChangeTrack->AppendContentOnTheFly( aPosition, pOldCell, pNewCell, nOldFormat, nNewFormat ); in ReadChTrCellContent()
|
/trunk/main/sc/source/ui/view/ |
H A D | viewfunc.cxx | 1051 sal_uInt32 nNewFormat = in ApplyAttributes() local 1053 if ( nNewFormat != nOldFormat ) in ApplyAttributes() 1060 const SvNumberformat* pNewEntry = pFormatter->GetEntry( nNewFormat ); in ApplyAttributes() 1069 sal_uInt32 nNewMod = nNewFormat % SV_COUNTRY_LANGUAGE_OFFSET; in ApplyAttributes() 2756 sal_uInt32 nNewFormat = nOldFormat; in ChangeNumFmtDecimals() local 2824 nNewFormat = pFormatter->GetEntryKey( aNewPicture, eLanguage ); in ChangeNumFmtDecimals() 2825 if ( nNewFormat == NUMBERFORMAT_ENTRY_NOT_FOUND ) in ChangeNumFmtDecimals() 2830 nNewType, nNewFormat, eLanguage ); in ChangeNumFmtDecimals() 2841 rSet.Put( SfxUInt32Item( ATTR_VALUE_FORMAT, nNewFormat ) ); in ChangeNumFmtDecimals()
|
H A D | formatsh.cxx | 826 sal_uLong nNewFormat = ((const SfxUInt32Item&)rNewSet. in ExecuteStyle() local 828 if ( nNewFormat != nOldFormat ) in ExecuteStyle() 832 const SvNumberformat* pNew = pFormatter->GetEntry( nNewFormat ); in ExecuteStyle()
|
/trunk/main/sc/source/ui/unoobj/ |
H A D | funcuno.cxx | 202 … sal_uInt32 nNewFormat = pFCell->GetStandardFormat( *pClipDoc->GetFormatTable(), nFormat ); in lcl_CopyData() local 203 if ( nNewFormat != nFormat ) in lcl_CopyData() 205 SfxUInt32Item( ATTR_VALUE_FORMAT, nNewFormat ) ); in lcl_CopyData()
|
H A D | styleuno.cxx | 1768 sal_uInt32 nNewFormat = 0; in SetOnePropertyValueWithoutUpdate() local 1769 *pValue >>= nNewFormat; in SetOnePropertyValueWithoutUpdate() 1770 rSet.Put( SfxUInt32Item( ATTR_VALUE_FORMAT, nNewFormat ) ); in SetOnePropertyValueWithoutUpdate() 1772 const SvNumberformat* pNewEntry = pFormatter->GetEntry( nNewFormat ); in SetOnePropertyValueWithoutUpdate()
|
H A D | cellsuno.cxx | 2127 sal_uLong nNewFormat = (sal_uLong)nIntVal; in lcl_SetCellProperty() local 2128 rSet.Put( SfxUInt32Item( ATTR_VALUE_FORMAT, nNewFormat ) ); in lcl_SetCellProperty() 2130 const SvNumberformat* pNewEntry = pFormatter->GetEntry( nNewFormat ); in lcl_SetCellProperty() 2139 sal_uLong nNewMod = nNewFormat % SV_COUNTRY_LANGUAGE_OFFSET; in lcl_SetCellProperty() 6329 … sal_uInt32 nNewFormat = ScGlobal::GetStandardFormat( *pFormatter, nOldFormat, nFormatType ); in InputEnglishString() local 6330 if ( nNewFormat != nOldFormat ) in InputEnglishString() 6333 aPattern.GetItemSet().Put( SfxUInt32Item( ATTR_VALUE_FORMAT, nNewFormat ) ); in InputEnglishString()
|
/trunk/main/sc/source/core/data/ |
H A D | documen8.cxx | 273 sal_uLong nNewFormat = in ModifyStyleSheet() local 278 if ( nNewFormat != nOldFormat ) in ModifyStyleSheet() 282 eNewLang = pFormatter->GetEntry( nNewFormat )->GetLanguage(); in ModifyStyleSheet()
|
/trunk/main/sc/source/ui/app/ |
H A D | transobj.cxx | 840 sal_uLong nNewFormat = pFCell->GetStandardFormat( *pFormatter, in StripRefs() local 843 SfxUInt32Item(ATTR_VALUE_FORMAT, nNewFormat) ); in StripRefs()
|
/trunk/main/sc/inc/ |
H A D | chgtrack.hxx | 874 sal_uLong nNewFormat, ScDocument* pDoc ); 1255 sal_uLong nNewFormat = 0 );
|
/trunk/main/tools/source/stream/ |
H A D | stream.cxx | 581 void SvStream::SetNumberFormatInt( sal_uInt16 nNewFormat ) in SetNumberFormatInt() argument 583 nNumberFormatInt = nNewFormat; in SetNumberFormatInt()
|
/trunk/main/tools/inc/tools/ |
H A D | stream.hxx | 329 void SetNumberFormatInt( sal_uInt16 nNewFormat );
|
/trunk/main/sc/source/core/tool/ |
H A D | chgtrack.cxx | 1532 sal_uLong nNewFormat, ScDocument* pDoc ) in SetOldNewCells() argument 1537 ScChangeActionContent::SetCell( aNewValue, pNewCell, nNewFormat, pDoc ); in SetOldNewCells() 2955 sal_uLong nOldFormat, sal_uLong nNewFormat ) in AppendContentOnTheFly() argument 2959 pAct->SetOldNewCells( pOldCell, nOldFormat, pNewCell, nNewFormat, pDoc ); in AppendContentOnTheFly()
|