Home
last modified time | relevance | path

Searched refs:r_Algorithm (Results 1 – 4 of 4) sorted by relevance

/aoo4110/main/svtools/source/control/
H A Dcollatorres.cxx46 CollatorRessourceData ( const String &r_Algorithm, const String &r_Translation) in CollatorRessourceData() argument
47 : ma_Name (r_Algorithm), ma_Translation (r_Translation) {} in CollatorRessourceData()
99 CollatorRessource::GetTranslation (const String &r_Algorithm) in GetTranslation() argument
101 xub_StrLen nIndex = r_Algorithm.Search('.'); in GetTranslation()
106 aLocaleFreeAlgorithm = r_Algorithm; in GetTranslation()
111 aLocaleFreeAlgorithm = String(r_Algorithm, nIndex, r_Algorithm.Len() - nIndex); in GetTranslation()
120 return r_Algorithm; in GetTranslation()
H A Dindexentryres.cxx46 IndexEntryRessourceData ( const String &r_Algorithm, const String &r_Translation) in IndexEntryRessourceData() argument
47 : ma_Name (r_Algorithm), ma_Translation (r_Translation) {} in IndexEntryRessourceData()
110 IndexEntryRessource::GetTranslation (const String &r_Algorithm) in GetTranslation() argument
112 xub_StrLen nIndex = r_Algorithm.Search('.'); in GetTranslation()
116 aLocaleFreeAlgorithm = r_Algorithm; in GetTranslation()
119 aLocaleFreeAlgorithm = String(r_Algorithm, nIndex, r_Algorithm.Len() - nIndex); in GetTranslation()
125 return r_Algorithm; in GetTranslation()
/aoo4110/main/svtools/inc/svtools/
H A Dcollatorres.hxx40 const String& GetTranslation (const String& r_Algorithm);
H A Dindexentryres.hxx39 const String& GetTranslation (const String& r_Algorithm);

Completed in 24 milliseconds