Home
last modified time | relevance | path

Searched refs:xNumberPropertySet (Results 1 – 2 of 2) sorted by relevance

/aoo42x/main/xmloff/source/style/
H A Dnumehelp.cxx252 … uno::Reference <beans::XPropertySet> xNumberPropertySet(xNumberFormats->getByKey(nNumberFormat)); in GetCurrencySymbol() local
289 … uno::Reference <beans::XPropertySet> xNumberPropertySet(xNumberFormats->getByKey(nNumberFormat)); in GetCellType() local
290xNumberPropertySet->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() local
337 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() local
371 if (xNumberPropertySet.is()) in GetCellType()
373 xNumberPropertySet->getPropertyValue(sStandardFormat) >>= bIsStandard; in GetCellType()
[all …]
/aoo42x/main/sc/source/filter/xml/
H A Dxmlimprt.cxx2330 …uno::Reference <beans::XPropertySet> xNumberPropertySet(xLocalNumberFormats->getByKey(nNumberForma… in IsCurrencySymbol() local
2331 if (xNumberPropertySet.is()) in IsCurrencySymbol()
2334 …if ( xNumberPropertySet->getPropertyValue(rtl::OUString(RTL_CONSTASCII_USTRINGPARAM(SC_CURRENCYSYM… in IsCurrencySymbol()

Completed in 1552 milliseconds