Searched refs:rNumberFormat (Results 1 – 7 of 7) sorted by relevance
| /AOO41X/main/filter/source/msfilter/ |
| H A D | svdfppt.cxx | 3683 …SvxNumberFormat& rNumberFormat, sal_uInt32 nLevel, sal_uInt32 nInstance, sal_uInt32 nDestinationIn… in ImplGetExtNumberFormat() argument 3743 rNumberFormat.SetGraphicBrush( &aBrush ); in ImplGetExtNumberFormat() 3747 rNumberFormat.SetGraphicSize( Size( nWidth, nHeight ) ); in ImplGetExtNumberFormat() 3748 rNumberFormat.SetNumberingType ( SVX_NUM_BITMAP ); in ImplGetExtNumberFormat() 3758 rNumberFormat.SetNumberingType( SVX_NUM_CHARS_LOWER_LETTER ); in ImplGetExtNumberFormat() 3759 rNumberFormat.SetSuffix( String( RTL_CONSTASCII_USTRINGPARAM( "." ) ) ); in ImplGetExtNumberFormat() 3764 rNumberFormat.SetNumberingType( SVX_NUM_CHARS_UPPER_LETTER ); in ImplGetExtNumberFormat() 3765 rNumberFormat.SetSuffix( String( RTL_CONSTASCII_USTRINGPARAM( "." ) ) ); in ImplGetExtNumberFormat() 3770 rNumberFormat.SetNumberingType( SVX_NUM_ARABIC ); in ImplGetExtNumberFormat() 3771 rNumberFormat.SetSuffix( String( RTL_CONSTASCII_USTRINGPARAM( ")" ) ) ); in ImplGetExtNumberFormat() [all …]
|
| /AOO41X/main/oox/source/drawingml/chart/ |
| H A D | objectformatter.cxx | 1142 void ObjectFormatter::convertNumberFormat( PropertySet& rPropSet, const NumberFormat& rNumberFormat… in convertNumberFormat() argument 1147 if( rNumberFormat.mbSourceLinked || (rNumberFormat.maFormatCode.getLength() == 0) ) in convertNumberFormat() 1153 sal_Int32 nIndex = rNumberFormat.maFormatCode.equalsIgnoreAsciiCaseAscii( "general" ) ? in convertNumberFormat() 1155 …mxData->mxNumFmts->addNewConverted( rNumberFormat.maFormatCode, mxData->maEnUsLocale, mxData->maFr… in convertNumberFormat() 1163 …append( OUStringToOString( rNumberFormat.maFormatCode, osl_getThreadTextEncoding() ) ).append( '\'… in convertNumberFormat()
|
| /AOO41X/main/sc/source/filter/xml/ |
| H A D | xmlimprt.cxx | 2364 sal_Int32& rNumberFormat, in SetType() argument 2370 if (rNumberFormat == -1) in SetType() 2371 rProperties->getPropertyValue( sNumberFormat ) >>= rNumberFormat; in SetType() 2372 DBG_ASSERT(rNumberFormat != -1, "no NumberFormat"); in SetType() 2379 rNumberFormat, sCurrentCurrency, bIsStandard) & ~util::NumberFormat::DEFINED); in SetType() 2397 …:Reference < beans::XPropertySet> xNumberFormatProperties(xNumberFormats->getByKey(rNumberFormat)); in SetType() 2413 if (!IsCurrencySymbol(rNumberFormat, sCurrentCurrency, rCurrency)) in SetType() 2414 …rties->setPropertyValue( sNumberFormat, uno::makeAny(SetCurrencySymbol(rNumberFormat, rCurrency))); in SetType() 2427 …!sCurrentCurrency.equals(rCurrency) && !IsCurrencySymbol(rNumberFormat, sCurrentCurrency, rCurrenc… in SetType() 2428 …rties->setPropertyValue( sNumberFormat, uno::makeAny(SetCurrencySymbol(rNumberFormat, rCurrency))); in SetType()
|
| H A D | xmlimprt.hxx | 961 sal_Int32& rNumberFormat,
|
| /AOO41X/main/filter/inc/filter/msfilter/ |
| H A D | svdfppt.hxx | 784 …void ImplGetNumberFormat( SdrPowerPointImport& rMan, SvxNumberFormat& rNumberFormat, sal_uInt32… 785 … ImplGetExtNumberFormat( SdrPowerPointImport& rMan, SvxNumberFormat& rNumberFormat, sal_uInt32 nL… 798 …void GetNumberFormat( SdrPowerPointImport& rMan, SvxNumberFormat& rNumberFormat, sal_uInt32 nL… 801 sal_Bool GetNumberFormat( SdrPowerPointImport& rMan, SvxNumberFormat& rNumberFormat,
|
| /AOO41X/main/oox/inc/oox/drawingml/chart/ |
| H A D | objectformatter.hxx | 137 const NumberFormat& rNumberFormat,
|
| /AOO41X/main/sc/source/ui/vba/ |
| H A D | vbarange.hxx | 176 …virtual void SAL_CALL setNumberFormat( const css::uno::Any& rNumberFormat ) throw ( css::script::B…
|