Home
last modified time | relevance | path

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

/aoo42x/main/i18npool/source/defaultnumberingprovider/
H A Ddefaultnumberingprovider.cxx698 static const Supported_NumberingType aSupportedTypes[] = variable
752 static const sal_Int32 nSupported_NumberingTypes = sizeof(aSupportedTypes) / sizeof(Supported_Numbe…
760 if (aSupportedTypes[index].cSymbol) in makeNumberingIdentifier()
761 …return OUString(aSupportedTypes[index].cSymbol, strlen(aSupportedTypes[index].cSymbol), RTL_TEXTEN… in makeNumberingIdentifier()
768 aProperties[0].Value <<= aSupportedTypes[index].nType; in makeNumberingIdentifier()
827 if ( (aSupportedTypes[i].langOption & LANG_ALL) || in getSupportedNumberingTypes()
828 ((aSupportedTypes[i].langOption & LANG_CJK) && cjkEnabled) || in getSupportedNumberingTypes()
829 ((aSupportedTypes[i].langOption & LANG_CTL) && ctlEnabled) ) in getSupportedNumberingTypes()
830 pArray[i] = aSupportedTypes[i].nType; in getSupportedNumberingTypes()
842 return aSupportedTypes[i].nType; in getNumberingType()
[all …]
/aoo42x/main/sc/source/ui/unoobj/
H A Dcellvaluebinding.cxx216 Sequence< Type > aSupportedTypes( getSupportedValueTypes() ); in supportsType() local
217 const Type* pTypes = aSupportedTypes.getConstArray(); in supportsType()
218 const Type* pTypesEnd = aSupportedTypes.getConstArray() + aSupportedTypes.getLength(); in supportsType()
/aoo42x/main/dbaccess/source/core/dataaccess/
H A Dconnection.cxx481 Sequence< Type > aSupportedTypes( aNormalizedTypes.size() ); in getTypes() local
482 ::std::copy( aNormalizedTypes.begin(), aNormalizedTypes.end(), aSupportedTypes.getArray() ); in getTypes()
483 return aSupportedTypes; in getTypes()

Completed in 27 milliseconds