/aoo41x/main/odk/examples/java/Spreadsheet/ |
H A D | EuroAdaption.java | 178 XPropertySet xFormat = (XPropertySet) in Convert() local 181 short fType = aAnyConv.toShort(xFormat.getPropertyValue("Type")); in Convert() 183 xFormat.getPropertyValue("CurrencySymbol")); in Convert() 190 xFormat.getPropertyValue("ThousandsSeparator")); in Convert() 192 xFormat.getPropertyValue("NegativeRed")); in Convert() 194 xFormat.getPropertyValue("Decimals")); in Convert() 196 xFormat.getPropertyValue("LeadingZeros")); in Convert() 199 xFormat.getPropertyValue("Locale")); in Convert()
|
/aoo41x/main/comphelper/source/misc/ |
H A D | numbers.cxx | 49 staruno::Reference<starbeans::XPropertySet> xFormat(xFormats->getByKey(nKey)); in getNumberFormatType() local 50 if (xFormat.is()) in getNumberFormatType() 51 xFormat->getPropertyValue(rtl::OUString::createFromAscii("Type")) >>= nReturn; in getNumberFormatType() 78 staruno::Reference<starbeans::XPropertySet> xFormat( xFormats->getByKey(nKey)); in getNumberFormatDecimals() local 79 if (xFormat.is()) in getNumberFormatDecimals() 82 return xFormat->getPropertyValue(PROPERTY_DECIMALS); in getNumberFormatDecimals()
|
/aoo41x/main/sc/source/ui/unoobj/ |
H A D | afmtuno.cxx | 355 uno::Reference< container::XNamed > xFormat(GetObjectByIndex_Impl((sal_uInt16)nIndex)); in getByIndex() local 356 if (!xFormat.is()) in getByIndex() 358 return uno::makeAny(xFormat); in getByIndex() 380 uno::Reference< container::XNamed > xFormat(GetObjectByName_Impl(aName)); in getByName() local 381 if (!xFormat.is()) in getByName() 383 return uno::makeAny(xFormat); in getByName()
|
/aoo41x/main/svx/source/dialog/ |
H A D | svxbmpnumvalueset.cxx | 461 Reference<XNumberingFormatter>& xFormat, in SetNumberingSettings() argument 465 xFormatter = xFormat; in SetNumberingSettings() 481 Reference<XNumberingFormatter>& xFormat, in SetOutlineNumberingSettings() argument 485 xFormatter = xFormat; in SetOutlineNumberingSettings()
|
/aoo41x/main/forms/source/component/ |
H A D | FormattedField.cxx | 851 Reference<com::sun::star::beans::XPropertySet> xFormat = xFormats->getByKey(nKey); in write() local 852 if (hasProperty(s_aLocaleProp, xFormat)) in write() 854 Any aLocale = xFormat->getPropertyValue(s_aLocaleProp); in write() 864 if (hasProperty(s_aFormatStringProp, xFormat)) in write() 865 xFormat->getPropertyValue(s_aFormatStringProp) >>= sFormatDescription; in write()
|
/aoo41x/main/svx/source/sidebar/paragraph/ |
H A D | ParaNumberingControl.cxx | 89 Reference<XNumberingFormatter> xFormat(xDefNum, UNO_QUERY); in ParaNumberingControl() local 90 maNumberVS.SetNumberingSettings(aNumberings, xFormat, aLocale); in ParaNumberingControl()
|
/aoo41x/main/connectivity/source/drivers/calc/ |
H A D | CTable.cxx | 284 const Reference<XPropertySet> xFormat = xFormats->getByKey( nKey ); in lcl_GetColumnInfo() local 285 if ( xFormat.is() ) in lcl_GetColumnInfo() 287 …xFormat->getPropertyValue( OMetaConnection::getPropMap().getNameByIndex(PROPERTY_ID_TYPE) ) >>= nN… in lcl_GetColumnInfo()
|
/aoo41x/main/connectivity/source/commontools/ |
H A D | dbtools.cxx | 1100 Reference< XPropertySet> xFormat(xFormats->getByKey(getINT32(aFormatKey))); in TransferFormComponentProperties() local 1101 if (hasProperty(sPropCurrencySymbol, xFormat)) in TransferFormComponentProperties() 1103 Any aVal( xFormat->getPropertyValue(sPropCurrencySymbol) ); in TransferFormComponentProperties() 1109 if (hasProperty(sPropDecimals, xFormat) && hasProperty(sPropDecimals, xNewProps)) in TransferFormComponentProperties() 1110 xNewProps->setPropertyValue(sPropDecimals, xFormat->getPropertyValue(sPropDecimals)); in TransferFormComponentProperties()
|
/aoo41x/main/svx/source/sidebar/tools/ |
H A D | ValueSetWithTextControl.cxx | 266 Reference<XNumberingFormatter>& xFormat, in SetNumberingSettings() argument 270 xFormatter = xFormat; in SetNumberingSettings()
|
/aoo41x/main/sc/workben/ |
H A D | test.cxx | 1490 XTableAutoFormatRef xFormat = xFormats->getAutoFormatByName(L"gaga"); in lcl_AutoForm() local 1491 if (!xFormat) return; in lcl_AutoForm() 1492 XPropertySetRef xProp = (XPropertySet*)xFormat->queryInterface(XPropertySet::getSmartUik()); in lcl_AutoForm() 1498 XNamedRef xNamed = (XNamed*)xFormat->queryInterface(XNamed::getSmartUik()); in lcl_AutoForm()
|
/aoo41x/main/reportdesign/source/filter/xml/ |
H A D | xmlExport.cxx | 1173 const uno::Reference<report::XReportControlFormat> xFormat(_xProp,uno::UNO_QUERY); in exportAutoStyle() local 1174 if ( xFormat.is() ) in exportAutoStyle() 1178 const awt::FontDescriptor aFont = xFormat->getFontDescriptor(); in exportAutoStyle()
|
/aoo41x/main/svx/inc/svx/ |
H A D | fmsrcimp.hxx | 308 const ::com::sun::star::uno::Reference< ::com::sun::star::util::XNumberFormatsSupplier >& xFormat,
|
/aoo41x/main/cui/source/tabpages/ |
H A D | numpages.cxx | 268 Reference<XNumberingFormatter> xFormat(xDefNum, UNO_QUERY); in SvxSingleNumPickTabPage() local 269 pExamplesVS->SetNumberingSettings(aNumberings, xFormat, aLocale); in SvxSingleNumPickTabPage() 709 Reference<XNumberingFormatter> xFormat(xDefNum, UNO_QUERY); in SvxNumPickTabPage() local 710 pExamplesVS->SetOutlineNumberingSettings(aOutlineAccess, xFormat, aLocale); in SvxNumPickTabPage()
|
/aoo41x/main/reportdesign/source/ui/report/ |
H A D | ReportController.cxx | 1549 … uno::Reference< report::XReportControlFormat > xFormat( *aIter, uno::UNO_QUERY ); in Execute() local 1550 if ( !xFormat.is() ) in Execute() 1555 ::rptui::openCharDialog( xFormat, xWindow, aSettings ); in Execute() 1560 applyCharacterSettings( xFormat, aSettings ); in Execute()
|