| /trunk/main/svtools/source/control/ |
| H A D | ctrlbox.src | 65 /* 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 D | XCollator.idl | 39 /** 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 D | XExtendedIndexEntrySupplier.idl | 45 <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 D | XEncryptionProtectedStorage.idl | 72 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 D | indexentrysupplier_ja_phonetic.hxx | 53 #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 D | localedata.hxx | 87 …atorRuleByAlgorithm( const com::sun::star::lang::Locale& rLocale, const rtl::OUString& algorithm ); 102 …ndexKeysByAlgorithm( const com::sun::star::lang::Locale& rLocale, const rtl::OUString& algorithm ); 103 …exModuleByAlgorithm( const com::sun::star::lang::Locale& rLocale, const rtl::OUString& algorithm ); 107 …SAL_CALL isPhonetic( const com::sun::star::lang::Locale& rLocale, const rtl::OUString& algorithm );
|
| H A D | collatorImpl.hxx | 83 rtl::OUString algorithm; member 87 …com::sun::star::uno::Reference < XCollator >& _xC) : aLocale(rLocale), algorithm(_algorithm), serv… in lookupTableItem() 92 algorithm == _algorithm; in equals()
|
| H A D | indexentrysupplier_default.hxx | 87 void init(const com::sun::star::lang::Locale& rLocale, const rtl::OUString& algorithm); 89 void makeIndexKeys(const com::sun::star::lang::Locale &rLocale, const rtl::OUString &algorithm);
|
| /trunk/main/boost/prj/ |
| H A D | d.lst | 12 mkdir: %_DEST%\inc%_EXT%\boost\algorithm 13 mkdir: %_DEST%\inc%_EXT%\boost\algorithm\cxx11 14 mkdir: %_DEST%\inc%_EXT%\boost\algorithm\cxx14 15 mkdir: %_DEST%\inc%_EXT%\boost\algorithm\cxx17 16 mkdir: %_DEST%\inc%_EXT%\boost\algorithm\searching 17 mkdir: %_DEST%\inc%_EXT%\boost\algorithm\searching\detail 18 mkdir: %_DEST%\inc%_EXT%\boost\algorithm\string 19 mkdir: %_DEST%\inc%_EXT%\boost\algorithm\string\detail 20 mkdir: %_DEST%\inc%_EXT%\boost\algorithm\string\std 180 mkdir: %_DEST%\inc%_EXT%\boost\fusion\algorithm [all …]
|
| /trunk/main/offapi/com/sun/star/xml/crypto/ |
| H A D | DigestID.idl | 41 /** 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 D | CipherID.idl | 41 /** identifier of AES algorithm in CBC mode with W3C padding 46 /** identifier of the Blowfish algorithm in 8-bit CFB mode
|
| H A D | XCipherContext.idl | 45 The algorithm as well as encryption data are specified on object creation. 58 algorithm ).
|
| H A D | XCipherContextSupplier.idl | 48 using the specified algorithm. 58 the internal ID specifying the algorithm,
|
| /trunk/main/i18npool/source/indexentry/ |
| H A D | indexentrysupplier_default.cxx | 169 void Index::makeIndexKeys(const lang::Locale &rLocale, const OUString &algorithm) in makeIndexKeys() argument 171 OUString keyStr = LocaleData().getIndexKeysByAlgorithm(rLocale, algorithm); in makeIndexKeys() 254 void Index::init(const lang::Locale &rLocale, const OUString& algorithm) in init() argument 256 makeIndexKeys(rLocale, algorithm); in init() 270 …collator->loadCollatorAlgorithm(algorithm, rLocale, CollatorOptions::CollatorOptions_IGNORE_CASE_A… in init()
|
| /trunk/main/i18npool/source/localedata/ |
| H A D | localedata.cxx | 719 LocaleData::getCollatorRuleByAlgorithm( const Locale& rLocale, const OUString& algorithm ) 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 ) in isPhonetic() argument 878 sal_Unicode **indexArray = getIndexArrayForAlgorithm(rLocale, algorithm); in isPhonetic() 883 LocaleData::getIndexKeysByAlgorithm( const Locale& rLocale, const OUString& algorithm ) in getIndexKeysByAlgorithm() argument 885 sal_Unicode **indexArray = getIndexArrayForAlgorithm(rLocale, algorithm); in getIndexKeysByAlgorithm() 890 LocaleData::getIndexModuleByAlgorithm( const Locale& rLocale, const OUString& algorithm ) in getIndexModuleByAlgorithm() argument 892 sal_Unicode **indexArray = getIndexArrayForAlgorithm(rLocale, algorithm); in getIndexModuleByAlgorithm()
|
| /trunk/main/xmlsecurity/source/xmlsec/mscrypt/ |
| H A D | x509certificate_mscryptimpl.cxx | 561 … CRYPT_ALGORITHM_IDENTIFIER algorithm = m_pCertContext->pCertInfo->SubjectPublicKeyInfo.Algorithm; in getSubjectPublicKeyAlgorithm() local 562 return findOIDDescription( algorithm.pszObjId ) ; in getSubjectPublicKeyAlgorithm() 594 CRYPT_ALGORITHM_IDENTIFIER algorithm = m_pCertContext->pCertInfo->SignatureAlgorithm; in getSignatureAlgorithm() local 595 return findOIDDescription( algorithm.pszObjId ) ; in getSignatureAlgorithm()
|
| /trunk/main/offapi/com/sun/star/text/ |
| H A D | DocumentSettings.idl | 179 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 D | SortDescriptor.idl | 91 /** specifies the algorithm for the compare operator (collator). 93 The collator algorithm may be defined for separate keys in specific
|
| H A D | SearchFlags.idl | 113 algorithm may match less than expected from a first glance of 126 needed to match. The relaxed algorithm may return false
|
| H A D | TextSearch.idl | 36 /** search a string with a defined algorithm in another string.
|
| /trunk/main/offapi/com/sun/star/table/ |
| H A D | TableSortField.idl | 69 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 D | XCertificate.idl | 91 * the algorithm of the subject public key 101 * the signature algorithm
|
| /trunk/main/stlport/systemstlguards/ |
| H A D | preextstl.h | 51 # include _STLP_NATIVE_HEADER(algorithm)
|
| /trunk/main/offapi/com/sun/star/sheet/ |
| H A D | NoConvergenceException.idl | 38 function's algorithm did not converge to a meaningful result.
|
| /trunk/main/offapi/com/sun/star/drawing/ |
| H A D | BitmapMode.idl | 33 /** The <type>BitmapMode</type> selects an algorithm for filling an area with
|