Searched refs:xNumberPropertySet (Results 1 – 2 of 2) sorted by relevance
252 … uno::Reference <beans::XPropertySet> xNumberPropertySet(xNumberFormats->getByKey(nNumberFormat)); in GetCurrencySymbol() local289 … uno::Reference <beans::XPropertySet> xNumberPropertySet(xNumberFormats->getByKey(nNumberFormat)); in GetCellType() local290 …xNumberPropertySet->getPropertyValue(rtl::OUString(RTL_CONSTASCII_USTRINGPARAM(XML_STANDARDFORMAT)… in GetCellType()292 …if ( xNumberPropertySet->getPropertyValue(rtl::OUString(RTL_CONSTASCII_USTRINGPARAM(XML_TYPE))) >>… in GetCellType()336 uno::Reference <beans::XPropertySet> xNumberPropertySet(xNumberFormats->getByKey(nNumberFormat)); in GetCurrencySymbol() local337 if ( xNumberPropertySet->getPropertyValue(msCurrencySymbol) >>= rCurrencySymbol) in GetCurrencySymbol()340 if ( xNumberPropertySet->getPropertyValue(msCurrencyAbbreviation) >>= sCurrencyAbbreviation) in GetCurrencySymbol()370 uno::Reference <beans::XPropertySet> xNumberPropertySet(xNumberFormats->getByKey(nNumberFormat)); in GetCellType() local371 if (xNumberPropertySet.is()) in GetCellType()373 xNumberPropertySet->getPropertyValue(sStandardFormat) >>= bIsStandard; in GetCellType()[all …]
2330 …uno::Reference <beans::XPropertySet> xNumberPropertySet(xLocalNumberFormats->getByKey(nNumberForma… in IsCurrencySymbol() local2331 if (xNumberPropertySet.is()) in IsCurrencySymbol()2334 …if ( xNumberPropertySet->getPropertyValue(rtl::OUString(RTL_CONSTASCII_USTRINGPARAM(SC_CURRENCYSYM… in IsCurrencySymbol()
Completed in 49 milliseconds