Home
last modified time | relevance | path

Searched refs:xNumProps (Results 1 – 3 of 3) sorted by relevance

/trunk/main/sw/source/ui/dbui/
H A Ddbinsdlg.cxx341 Reference<XPropertySet> xNumProps = xNumberFormats->getByKey( nFmt ); in SwInsertDBColAutoPilot() local
342 Any aFormatVal = xNumProps->getPropertyValue(C2U("FormatString")); in SwInsertDBColAutoPilot()
343 Any aLocale = xNumProps->getPropertyValue(C2U("Locale")); in SwInsertDBColAutoPilot()
H A Ddbmgr.cxx1547 uno::Reference<XPropertySet> xNumProps = xNumberFormats->getByKey( nFmt ); in GetColumnFmt() local
1548 Any aFormatString = xNumProps->getPropertyValue(C2U("FormatString")); in GetColumnFmt()
1549 Any aLocaleVal = xNumProps->getPropertyValue(C2U("Locale")); in GetColumnFmt()
/trunk/main/sc/source/ui/vba/
H A Dvbarange.cxx580 uno::Reference< beans::XPropertySet > xNumProps = getNumberProps(); in setNumberFormat() local
581xNumProps->getPropertyValue( ::rtl::OUString( RTL_CONSTASCII_USTRINGPARAM( "Locale" ) ) ) >>= aLoc… in setNumberFormat()

Completed in 86 milliseconds