Home
last modified time | relevance | path

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

12345

/trunk/main/svtools/source/control/
H A Dctrlbox.src65 /* alphanumeric sorting algorithm */
71 /* default or normal sorting algorithm */
77 /* default or normal sorting algorithm */
89 /* Chinese sorting algorithm */
95 /* Chinese sorting algorithm */
101 /* Chinese sorting algorithm */
113 /* Chinese sorting algorithm */
119 /* phone book sorting algorithm. e.g. German */
135 /* alphanumeric indexentry algorithm */
141 /* korean dictionary indexentry algorithm */
[all …]
/trunk/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,
/trunk/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
/trunk/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 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…
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…
/trunk/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
137 mkdir: %_DEST%\inc%_EXT%\boost\fusion\algorithm
138 mkdir: %_DEST%\inc%_EXT%\boost\fusion\algorithm\auxiliary
139 mkdir: %_DEST%\inc%_EXT%\boost\fusion\algorithm\iteration
140 mkdir: %_DEST%\inc%_EXT%\boost\fusion\algorithm\iteration\detail
141 mkdir: %_DEST%\inc%_EXT%\boost\fusion\algorithm\iteration\detail\preprocessed
142 mkdir: %_DEST%\inc%_EXT%\boost\fusion\algorithm\query
[all …]
/trunk/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,
/trunk/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()
/trunk/main/i18npool/source/localedata/
H A Dlocaledata.cxx720 LocaleData::getCollatorRuleByAlgorithm( const Locale& rLocale, const OUString& algorithm ) throw(Ru… in getCollatorRuleByAlgorithm() argument
727 if (algorithm.equals(collatorArray[i * COLLATOR_ELEMENTS + COLLATOR_OFFSET_ALGO])) in getCollatorRuleByAlgorithm()
863 LocaleData::getIndexArrayForAlgorithm(const Locale& rLocale, const OUString& algorithm) in getIndexArrayForAlgorithm() argument
869 if (algorithm.equals(indexArray[i*5])) in getIndexArrayForAlgorithm()
877 LocaleData::isPhonetic( const Locale& rLocale, const OUString& algorithm ) throw(RuntimeException) in isPhonetic() argument
879 sal_Unicode **indexArray = getIndexArrayForAlgorithm(rLocale, algorithm); in isPhonetic()
884 LocaleData::getIndexKeysByAlgorithm( const Locale& rLocale, const OUString& algorithm ) throw(Runti… in getIndexKeysByAlgorithm() argument
886 sal_Unicode **indexArray = getIndexArrayForAlgorithm(rLocale, algorithm); in getIndexKeysByAlgorithm()
891 LocaleData::getIndexModuleByAlgorithm( const Locale& rLocale, const OUString& algorithm ) throw(Run… in getIndexModuleByAlgorithm() argument
893 sal_Unicode **indexArray = getIndexArrayForAlgorithm(rLocale, algorithm); in getIndexModuleByAlgorithm()
/trunk/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()
/trunk/main/offapi/com/sun/star/text/
H A DDocumentSettings.idl179 considered in a specified way in the positioning algorithm.
183 If <TRUE/>, the object positioning algorithm will consider
188 algorithm (known from OpenOffice.org 1.1) is applied.</p>
/trunk/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 separate keys in specific
H A DSearchFlags.idl113 algorithm may match less than expected from a first glance of
126 needed to match. The relaxed algorithm may return false
H A DTextSearch.idl36 /** search a string with a defined algorithm in another string.
/trunk/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.
/trunk/main/offapi/com/sun/star/security/
H A DXCertificate.idl91 * the algorithm of the subject public key
101 * the signature algorithm
/trunk/main/stlport/systemstlguards/
H A Dpreextstl.h51 # include _STLP_NATIVE_HEADER(algorithm)
/trunk/main/offapi/com/sun/star/sheet/
H A DNoConvergenceException.idl38 function's algorithm did not converge to a meaningful result.
/trunk/main/offapi/com/sun/star/drawing/
H A DBitmapMode.idl33 /** The <type>BitmapMode</type> selects an algorithm for filling an area with

12345