/aoo4110/main/svtools/source/control/ |
H A D | ctrlbox.src | 77 /* alphanumeric sorting algorithm */ 83 /* default or normal sorting algorithm */ 101 /* chinese sorting algorithm */ 107 /* chinese sorting algorithm */ 113 /* chinese sorting algorithm */ 125 /* chinese sorting algorithm */ 147 /* alphanumeric indexentry algorithm */ 159 /* chinese sorting algorithm */ 165 /* chinese indexentry algorithm */ 171 /* chinese indexentry algorithm */ [all …]
|
/aoo4110/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,
|
/aoo4110/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
|
/aoo4110/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 …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 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…
|
/aoo4110/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,
|
/aoo4110/main/boost/prj/ |
H A D | d.lst | 12 mkdir: %_DEST%\inc%_EXT%\boost\algorithm 761 ..\%__SRC%\inc\boost\algorithm\* %_DEST%\inc%_EXT%\boost\algorithm 762 ..\%__SRC%\inc\boost\algorithm\string\* %_DEST%\inc%_EXT%\boost\algorithm\string 763 ..\%__SRC%\inc\boost\algorithm\string\detail\* %_DEST%\inc%_EXT%\boost\algorithm\string\detail 764 ..\%__SRC%\inc\boost\algorithm\string\std\* %_DEST%\inc%_EXT%\boost\algorithm\string\std 871 ..\%__SRC%\inc\boost\fusion\algorithm\* %_DEST%\inc%_EXT%\boost\fusion\algorithm 872 ..\%__SRC%\inc\boost\fusion\algorithm\iteration\* %_DEST%\inc%_EXT%\boost\fusion\algorithm\iteration 874 ..\%__SRC%\inc\boost\fusion\algorithm\query\* %_DEST%\inc%_EXT%\boost\fusion\algorithm\query 875 ..\%__SRC%\inc\boost\fusion\algorithm\query\detail\* %_DEST%\inc%_EXT%\boost\fusion\algorithm\query… 876 ..\%__SRC%\inc\boost\fusion\algorithm\query\ext_\* %_DEST%\inc%_EXT%\boost\fusion\algorithm\query\e… [all …]
|
/aoo4110/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()
|
/aoo4110/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()
|
/aoo4110/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()
|
/aoo4110/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 | XTextSearch.idl | 128 algorithm may match less than expected from a first glance of 141 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.
|
/aoo4110/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>
|
/aoo4110/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.
|
/aoo4110/main/offapi/com/sun/star/security/ |
H A D | XCertificate.idl | 91 * the algorithm of the subject public key 101 * the signature algorithm
|
/aoo4110/main/stlport/systemstlguards/ |
H A D | preextstl.h | 51 # include _STLP_NATIVE_HEADER(algorithm)
|
/aoo4110/main/offapi/com/sun/star/drawing/ |
H A D | BitmapMode.idl | 33 /** The <type>BitmapMode</type> selects an algorithm for filling an area with
|
/aoo4110/main/offapi/com/sun/star/sheet/ |
H A D | NoConvergenceException.idl | 38 function's algorithm did not converge to a meaningful result.
|