Searched refs:gSystemCatalog (Results 1 – 14 of 14) sorted by relevance
/haiku/src/kits/shared/ |
H A D | AboutMenuItem.cpp | 17 using BPrivate::gSystemCatalog; 34 string = gSystemCatalog.GetString(string, "AboutMenuItem"); in BAboutMenuItem()
|
H A D | StringForRate.cpp | 16 using BPrivate::gSystemCatalog; 46 gSystemCatalog.GetString(kFormats[index], B_TRANSLATION_CONTEXT, "units per second")); in string_for_rate()
|
H A D | StringForSize.cpp | 18 using BPrivate::gSystemCatalog; 47 gSystemCatalog.GetString(kFormats[index], B_TRANSLATION_CONTEXT, "size unit")); in string_for_size()
|
/haiku/src/kits/interface/ |
H A D | AboutWindow.cpp | 44 using BPrivate::gSystemCatalog; 197 gSystemCatalog.GetString(ok, "AboutWindow"), in AboutView() 261 version = gSystemCatalog.GetString(version, "AboutWindow"); in _GetVersionFromSignature() 288 variety = gSystemCatalog.GetString(variety, "AboutWindow"); in _GetVersionFromSignature() 394 about = gSystemCatalog.GetString(about, "AboutWindow"); in BAboutWindow() 503 allRightsReserved = gSystemCatalog.GetString(allRightsReserved, in AddCopyright() 518 writtenBy = gSystemCatalog.GetString(writtenBy, "AboutWindow"); in AddAuthors() 531 specialThanks = gSystemCatalog.GetString(specialThanks, "AboutWindow"); in AddSpecialThanks() 544 versionHistory = gSystemCatalog.GetString(versionHistory, "AboutWindow"); in AddVersionHistory() 557 appExtraInfo = gSystemCatalog.GetString(extraInfo, "AboutWindow"); in AddExtraInfo()
|
H A D | ZombieReplicantView.cpp | 22 using BPrivate::gSystemCatalog; 29 gSystemCatalog.GetString(B_TRANSLATE_MARK(str), "ZombieReplicantView")
|
H A D | ColumnTypes.cpp | 23 using BPrivate::gSystemCatalog; 27 gSystemCatalog.GetString(B_TRANSLATE_MARK_COMMENT(str, comment), \ 446 gSystemCatalog.GetString(kFormats[index], B_TRANSLATION_CONTEXT, "size unit")); in DrawField()
|
H A D | DecorInfo.cpp | 276 fName = gSystemCatalog.GetString(B_TRANSLATE_MARK("Default"), in _Init() 278 fShortDescription = gSystemCatalog.GetString(B_TRANSLATE_MARK( in _Init()
|
H A D | ColorControl.cpp | 30 using BPrivate::gSystemCatalog; 109 red = gSystemCatalog.GetString(red, "ColorControl"); in _InitData() 110 green = gSystemCatalog.GetString(green, "ColorControl"); in _InitData() 111 blue = gSystemCatalog.GetString(blue, "ColorControl"); in _InitData()
|
H A D | Dragger.cpp | 40 using BPrivate::gSystemCatalog; 47 gSystemCatalog.GetString(B_TRANSLATE_MARK(str), "Dragger")
|
H A D | PrintJob.cpp | 39 using BPrivate::gSystemCatalog; 46 gSystemCatalog.GetString(B_TRANSLATE_MARK(str), "PrintJob")
|
H A D | Menu.cpp | 56 using BPrivate::gSystemCatalog; 63 gSystemCatalog.GetString(B_TRANSLATE_MARK(str), "Menu")
|
H A D | TextView.cpp | 65 using BPrivate::gSystemCatalog; 73 gSystemCatalog.GetString(B_TRANSLATE_MARK(str), "TextView")
|
/haiku/src/kits/locale/ |
H A D | InitLocaleKit.cpp | 18 BCatalog gSystemCatalog; variable 25 using BPrivate::gSystemCatalog; 120 MutableLocaleRoster::Default()->LoadSystemCatalog(&gSystemCatalog); in __initialize_locale_kit()
|
/haiku/headers/private/locale/ |
H A D | SystemCatalog.h | 13 extern BCatalog gSystemCatalog;
|