| /AOO41X/main/svtools/source/control/ |
| H A D | ctrlbox.src | 77 /* 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 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,
|
| /AOO41X/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 | collatorImpl.hxx | 86 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 D | indexentrysupplier_default.hxx | 91 …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 D | localedata.hxx | 87 …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 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,
|
| /AOO41X/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
|
| /AOO41X/main/i18npool/source/indexentry/ |
| H A D | indexentrysupplier_default.cxx | 170 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 D | preextstl.h | 51 # include _STLP_NATIVE_HEADER(algorithm)
|
| /AOO41X/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 sepearte keys in specific
|
| H A D | TextSearch.idl | 36 /** search a string with a defined algorithm in another string.
|
| /AOO41X/main/offapi/com/sun/star/security/ |
| H A D | XCertificate.idl | 91 * the algorithm of the subject public key 101 * the signature algorithm
|
| /AOO41X/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.
|
| /AOO41X/main/i18npool/source/localedata/ |
| H A D | localedata.cxx | 719 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 D | d.lst | 12 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 D | x509certificate_mscryptimpl.cxx | 562 … 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 D | BitmapMode.idl | 33 /** The <type>BitmapMode</type> selects an algorithm for filling an area with
|
| /AOO41X/main/offapi/com/sun/star/sheet/ |
| H A D | NoConvergenceException.idl | 38 function's algorithm did not converge to a meaningful result.
|
| /AOO41X/main/offapi/com/sun/star/text/ |
| H A D | Bibliography.idl | 48 /** contains the name of the sort algorithm that is used to sort the entries.
|
| /AOO41X/main/offapi/com/sun/star/task/ |
| H A D | XMasterPasswordHandling2.idl | 49 in the algorithm it is no more an encryption, it is just an encoding.
|