Home
last modified time | relevance | path

Searched refs:xFormat (Results 1 – 14 of 14) sorted by relevance

/aoo41x/main/odk/examples/java/Spreadsheet/
H A DEuroAdaption.java178 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 Dnumbers.cxx49 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 Dafmtuno.cxx355 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 Dsvxbmpnumvalueset.cxx461 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 DFormattedField.cxx851 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 DParaNumberingControl.cxx89 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 DCTable.cxx284 const Reference<XPropertySet> xFormat = xFormats->getByKey( nKey ); in lcl_GetColumnInfo() local
285 if ( xFormat.is() ) in lcl_GetColumnInfo()
287xFormat->getPropertyValue( OMetaConnection::getPropMap().getNameByIndex(PROPERTY_ID_TYPE) ) >>= nN… in lcl_GetColumnInfo()
/aoo41x/main/connectivity/source/commontools/
H A Ddbtools.cxx1100 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 DValueSetWithTextControl.cxx266 Reference<XNumberingFormatter>& xFormat, in SetNumberingSettings() argument
270 xFormatter = xFormat; in SetNumberingSettings()
/aoo41x/main/sc/workben/
H A Dtest.cxx1490 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 DxmlExport.cxx1173 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 Dfmsrcimp.hxx308 const ::com::sun::star::uno::Reference< ::com::sun::star::util::XNumberFormatsSupplier >& xFormat,
/aoo41x/main/cui/source/tabpages/
H A Dnumpages.cxx268 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 DReportController.cxx1549 … 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()

Completed in 91 milliseconds