Home
last modified time | relevance | path

Searched refs:algorithm (Results 1 – 25 of 60) sorted by relevance

123

/AOO41X/main/svtools/source/control/
H A Dctrlbox.src77 /* alphanumeric sorting algorithm */
83 /* default or normal sorting algorithm */
89 /* default or normal sorting algorithm */
101 /* chinese sorting algorithm */
107 /* chinese sorting algorithm */
113 /* chinese sorting algorithm */
125 /* chinese sorting algorithm */
131 /* phone book sorting algorithm. e.g. German */
147 /* alphanumeric indexentry algorithm */
153 /* korean dictionary indexentry algorithm */
[all …]
/AOO41X/main/offapi/com/sun/star/i18n/
H A DXCollator.idl39 /** Compare 2 substrings in specific locale and algorithm.
68 /** Compare 2 strings in specific locale and algorithm.
84 /** Load the collator with default algorithm defined in
102 /** Load a particular collator algorithm for the locale.
105 The algorithm to load.
128 A sequence of algorithm names.
134 /** Load a collator algorithm with options chosen by end user.
137 The algorithm name to load.
152 /** List all end user collator options for a given algorithm.
155 The algorithm name for this collator.
[all …]
H A DXExtendedIndexEntrySupplier.idl45 <li>Provide supported algorithm list.
62 Returns index algorithm list for specific locale
82 Loads index algorithm for the locale.
85 Index algorithm to be loaded.
93 <TRUE/> if algorithm successfully loaded,
/AOO41X/main/i18npool/inc/
H A Dindexentrysupplier_ja_phonetic.hxx53 #define INDEXENTRYSUPPLIER_JA_PHONETIC( algorithm ) \ argument
54 class IndexEntrySupplier_##algorithm : public IndexEntrySupplier_ja_phonetic {\
56 …IndexEntrySupplier_##algorithm (const com::sun::star::uno::Reference < com::sun::star::lang::XMult…
57 implementationName = "com.sun.star.i18n.IndexEntrySupplier_"#algorithm;\
H A DcollatorImpl.hxx86 rtl::OUString algorithm; member
90 …com::sun::star::uno::Reference < XCollator >& _xC) : aLocale(rLocale), algorithm(_algorithm), serv… in lookupTableItem()
95 algorithm == _algorithm; in equals()
H A Dindexentrysupplier_default.hxx91 …void init(const com::sun::star::lang::Locale& rLocale, const rtl::OUString& algorithm) throw (com:…
93 …void makeIndexKeys(const com::sun::star::lang::Locale &rLocale, const rtl::OUString &algorithm) th…
H A Dlocaledata.hxx87 …ithm( const com::sun::star::lang::Locale& rLocale, const rtl::OUString& algorithm ) throw(com::sun…
102 …ithm( const com::sun::star::lang::Locale& rLocale, const rtl::OUString& algorithm ) throw(com::sun…
103 …ithm( const com::sun::star::lang::Locale& rLocale, const rtl::OUString& algorithm ) throw(com::sun…
107 …etic( const com::sun::star::lang::Locale& rLocale, const rtl::OUString& algorithm ) throw(com::sun…
/AOO41X/main/offapi/com/sun/star/xml/crypto/
H A DDigestID.idl41 /** identifier of SHA-1 algorithm
46 /** identifier of SHA-256 algorithm
51 /** identifier of SHA-1 algorithm that is applied to the first kilobyte
57 /** identifier of SHA-256 algorithm that is applied to the first kilobyte
H A DCipherID.idl41 /** identifier of AES algorithm in CBC mode with W3C padding
46 /** identifier of the Blowfish algorithm in 8-bit CFB mode
H A DXCipherContext.idl45 The algorithm as well as encryption data are specified on object creation.
58 algorithm ).
H A DXCipherContextSupplier.idl48 using the specified algorithm.
58 the internal ID specifying the algorithm,
/AOO41X/main/offapi/com/sun/star/embed/
H A DXEncryptionProtectedStorage.idl72 specifies the algorithm that was used to generate
74 the contents should be decrypted, the algorithm might
82 specifies the algorithm that should be used to
84 should be decrypted, the algorithm might be already
92 specifies the algorithm that was used to generate
94 the contents should be decrypted, the algorithm might
/AOO41X/main/i18npool/source/indexentry/
H A Dindexentrysupplier_default.cxx170 void Index::makeIndexKeys(const lang::Locale &rLocale, const OUString &algorithm) throw (RuntimeExc… in makeIndexKeys() argument
172 OUString keyStr = LocaleData().getIndexKeysByAlgorithm(rLocale, algorithm); in makeIndexKeys()
255 void Index::init(const lang::Locale &rLocale, const OUString& algorithm) throw (RuntimeException) in init() argument
257 makeIndexKeys(rLocale, algorithm); in init()
271 …collator->loadCollatorAlgorithm(algorithm, rLocale, CollatorOptions::CollatorOptions_IGNORE_CASE_A… in init()
/AOO41X/main/stlport/systemstlguards/
H A Dpreextstl.h51 # include _STLP_NATIVE_HEADER(algorithm)
/AOO41X/main/offapi/com/sun/star/util/
H A DSortDescriptor.idl91 /** specifies the algorithm for the compare operator (collator).
93 The collator algorithm may be defined for sepearte keys in specific
H A DTextSearch.idl36 /** search a string with a defined algorithm in another string.
/AOO41X/main/offapi/com/sun/star/security/
H A DXCertificate.idl91 * the algorithm of the subject public key
101 * the signature algorithm
/AOO41X/main/offapi/com/sun/star/table/
H A DTableSortField.idl69 the algorithm used for sorting is application specific.
87 /** the algorithm used by the collator when comparing/sorting text.
/AOO41X/main/i18npool/source/localedata/
H A Dlocaledata.cxx719 LocaleData::getCollatorRuleByAlgorithm( const Locale& rLocale, const OUString& algorithm ) throw(Ru… in getCollatorRuleByAlgorithm() argument
726 if (algorithm.equals(collatorArray[i * COLLATOR_ELEMENTS + COLLATOR_OFFSET_ALGO])) in getCollatorRuleByAlgorithm()
862 LocaleData::getIndexArrayForAlgorithm(const Locale& rLocale, const OUString& algorithm) in getIndexArrayForAlgorithm() argument
868 if (algorithm.equals(indexArray[i*5])) in getIndexArrayForAlgorithm()
876 LocaleData::isPhonetic( const Locale& rLocale, const OUString& algorithm ) throw(RuntimeException) in isPhonetic() argument
878 sal_Unicode **indexArray = getIndexArrayForAlgorithm(rLocale, algorithm); in isPhonetic()
883 LocaleData::getIndexKeysByAlgorithm( const Locale& rLocale, const OUString& algorithm ) throw(Runti… in getIndexKeysByAlgorithm() argument
885 sal_Unicode **indexArray = getIndexArrayForAlgorithm(rLocale, algorithm); in getIndexKeysByAlgorithm()
890 LocaleData::getIndexModuleByAlgorithm( const Locale& rLocale, const OUString& algorithm ) throw(Run… in getIndexModuleByAlgorithm() argument
892 sal_Unicode **indexArray = getIndexArrayForAlgorithm(rLocale, algorithm); in getIndexModuleByAlgorithm()
/AOO41X/main/boost/prj/
H A Dd.lst12 mkdir: %_DEST%\inc%_EXT%\boost\algorithm
13 mkdir: %_DEST%\inc%_EXT%\boost\algorithm\string
14 mkdir: %_DEST%\inc%_EXT%\boost\algorithm\string\detail
15 mkdir: %_DEST%\inc%_EXT%\boost\algorithm\string\std
129 mkdir: %_DEST%\inc%_EXT%\boost\fusion\algorithm
130 mkdir: %_DEST%\inc%_EXT%\boost\fusion\algorithm\auxiliary
131 mkdir: %_DEST%\inc%_EXT%\boost\fusion\algorithm\iteration
132 mkdir: %_DEST%\inc%_EXT%\boost\fusion\algorithm\iteration\detail
133 mkdir: %_DEST%\inc%_EXT%\boost\fusion\algorithm\iteration\detail\preprocessed
134 mkdir: %_DEST%\inc%_EXT%\boost\fusion\algorithm\query
[all …]
/AOO41X/main/xmlsecurity/source/xmlsec/mscrypt/
H A Dx509certificate_mscryptimpl.cxx562 … CRYPT_ALGORITHM_IDENTIFIER algorithm = m_pCertContext->pCertInfo->SubjectPublicKeyInfo.Algorithm; in getSubjectPublicKeyAlgorithm() local
563 return findOIDDescription( algorithm.pszObjId ) ; in getSubjectPublicKeyAlgorithm()
597 CRYPT_ALGORITHM_IDENTIFIER algorithm = m_pCertContext->pCertInfo->SignatureAlgorithm; in getSignatureAlgorithm() local
598 return findOIDDescription( algorithm.pszObjId ) ; in getSignatureAlgorithm()
/AOO41X/main/offapi/com/sun/star/drawing/
H A DBitmapMode.idl33 /** The <type>BitmapMode</type> selects an algorithm for filling an area with
/AOO41X/main/offapi/com/sun/star/sheet/
H A DNoConvergenceException.idl38 function's algorithm did not converge to a meaningful result.
/AOO41X/main/offapi/com/sun/star/text/
H A DBibliography.idl48 /** contains the name of the sort algorithm that is used to sort the entries.
/AOO41X/main/offapi/com/sun/star/task/
H A DXMasterPasswordHandling2.idl49 in the algorithm it is no more an encryption, it is just an encoding.

123