Home
last modified time | relevance | path

Searched refs:xTypes (Results 1 – 13 of 13) sorted by relevance

/aoo42x/main/comphelper/source/misc/
H A Dnumbers.cxx102 staruno::Reference<starutil::XNumberFormatTypes> xTypes(xFormats, staruno::UNO_QUERY); in getStandardFormat() local
103 OSL_ENSURE(xTypes.is(), "getStandardFormat : no format types !"); in getStandardFormat()
105 return xTypes.is() ? xTypes->getStandardFormat(nType, _rLocale) : 0; in getStandardFormat()
/aoo42x/main/filter/source/msfilter/
H A Dsvxmsbas.cxx154 SvStorageStreamRef xTypes = xForm->OpenSotStream( in ImportForms_Impl() local
157 if (!xTypes.Is() || xTypes->GetError()) in ImportForms_Impl()
177 sal_Bool bOk = aForm.Read(xTypes); in ImportForms_Impl()
/aoo42x/main/sc/source/ui/unoobj/
H A Dcellvaluebinding.cxx408 Reference<XNumberFormatTypes> xTypes( xFormats, UNO_QUERY ); in setBooleanFormat() local
409 if ( xTypes.is() ) in setBooleanFormat()
437 sal_Int32 nNewIndex = xTypes->getStandardFormat( NumberFormat::LOGICAL, aLocale ); in setBooleanFormat()
/aoo42x/main/forms/source/component/
H A DFormattedField.cxx735 Reference<XNumberFormatTypes> xTypes(xSupplier->getNumberFormats(), UNO_QUERY); in onConnectedDbColumn() local
736 if (xTypes.is()) in onConnectedDbColumn()
741 aFmtKey <<= (sal_Int32)xTypes->getStandardFormat(NumberFormat::NUMBER, aApplicationLocale); in onConnectedDbColumn()
743 aFmtKey <<= (sal_Int32)xTypes->getStandardFormat(NumberFormat::TEXT, aApplicationLocale); in onConnectedDbColumn()
/aoo42x/main/sdext/source/minimizer/
H A Dfileopendialog.cxx174 Reference< XNameAccess > xTypes( mxContext->getServiceManager()->createInstanceWithContext( in FileOpenDialog() local
194 if ( xTypes->getByName( aIter->maType ) >>= aTypeProperties ) in FileOpenDialog()
/aoo42x/main/dbaccess/source/core/api/
H A DTableDeco.cxx462 Reference<XTypeProvider> xTypes(m_xTable,UNO_QUERY); in getTypes() local
463 OSL_ENSURE(xTypes.is(),"Table must be a TypePropvider!"); in getTypes()
464 return xTypes->getTypes(); in getTypes()
H A Dcolumn.cxx357 Reference<XTypeProvider> xTypes(m_xDrvColumns,UNO_QUERY); in getTypes() local
358 Sequence< Type > aTypes(xTypes->getTypes()); in getTypes()
/aoo42x/main/svtools/source/table/
H A Dcellvalueconversion.cxx155 … Reference< XNumberFormatTypes > const xTypes( xSupplier->getNumberFormats(), UNO_QUERY_THROW ); in StandardFormatNormalizer() local
156 … m_nFormatKey = xTypes->getStandardFormat( i_numberFormatType, SvtSysLocale().GetLocale() ); in StandardFormatNormalizer()
/aoo42x/main/xmloff/source/xforms/
H A Dxformsexport.cxx583 Reference<XEnumerationAccess> xTypes( xModel->getDataTypeRepository(), in exportXFormsSchemas() local
585 if( xTypes.is() ) in exportXFormsSchemas()
587 Reference<XEnumeration> xEnum = xTypes->createEnumeration(); in exportXFormsSchemas()
/aoo42x/main/sc/workben/
H A Dtest.cxx1758 XFieldTypesRef xTypes = xCont->getFieldTypes(); in IMPL_LINK() local
1759 if ( xTypes ) in IMPL_LINK()
1761 XTextFieldTypeRef xType = xTypes->getFieldType( FIELDTYPE_INTERNET ); in IMPL_LINK()
1772 XTextFieldRef xField = xTypes->insertTextField( xType, xPos ); in IMPL_LINK()
1816 xTypes->removeTextField(xField); in IMPL_LINK()
/aoo42x/main/connectivity/source/parse/
H A Dsqlnode.cxx196 Reference< XNumberFormatTypes > xTypes(xSupplier->getNumberFormats(), UNO_QUERY); in convertDateString() local
199 sal_Int32 nKey = xTypes->getStandardIndex(rParam.rLocale) + 36; // XXX hack in convertDateString()
209 Reference< XNumberFormatTypes > xTypes(xSupplier->getNumberFormats(), UNO_QUERY); in convertDateTimeString() local
212 sal_Int32 nKey = xTypes->getStandardIndex(rParam.rLocale) + 51; // XXX hack in convertDateTimeString()
223 Reference< XNumberFormatTypes > xTypes(xSupplier->getNumberFormats(), UNO_QUERY); in convertTimeString() local
226 sal_Int32 nKey = xTypes->getStandardIndex(rParam.rLocale) + 41; // XXX hack in convertTimeString()
/aoo42x/main/filter/source/config/cache/
H A Dfiltercache.cxx1454 …css::uno::Reference< css::container::XNameAccess > xTypes(impl_openConfig(E_PROVIDER_TYPES), css::… in impl_load() local
1457 impl_loadSet(xTypes, E_TYPE, E_READ_STANDARD, &m_lTypes); in impl_load()
1471 …css::uno::Reference< css::container::XNameAccess > xTypes(impl_openConfig(E_PROVIDER_TYPES), css::… in impl_load() local
1474 impl_loadSet(xTypes, E_TYPE, E_READ_UPDATE, &m_lTypes); in impl_load()
/aoo42x/main/sc/source/ui/vba/
H A Dvbarange.cxx595 uno::Reference<util::XNumberFormatTypes> xTypes( mxFormats, uno::UNO_QUERY ); in setNumberFormat() local
596 if ( xTypes.is() ) in setNumberFormat()
598 sal_Int32 nNewIndex = xTypes->getStandardFormat( nType, aLocale ); in setNumberFormat()

Completed in 174 milliseconds