Home
last modified time | relevance | path

Searched refs:gSystemCatalog (Results 1 – 14 of 14) sorted by relevance

/haiku/src/kits/shared/
H A DAboutMenuItem.cpp17 using BPrivate::gSystemCatalog;
34 string = gSystemCatalog.GetString(string, "AboutMenuItem"); in BAboutMenuItem()
H A DStringForRate.cpp16 using BPrivate::gSystemCatalog;
46 gSystemCatalog.GetString(kFormats[index], B_TRANSLATION_CONTEXT, "units per second")); in string_for_rate()
H A DStringForSize.cpp18 using BPrivate::gSystemCatalog;
47 gSystemCatalog.GetString(kFormats[index], B_TRANSLATION_CONTEXT, "size unit")); in string_for_size()
/haiku/src/kits/interface/
H A DAboutWindow.cpp44 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 DZombieReplicantView.cpp22 using BPrivate::gSystemCatalog;
29 gSystemCatalog.GetString(B_TRANSLATE_MARK(str), "ZombieReplicantView")
H A DColumnTypes.cpp23 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 DDecorInfo.cpp276 fName = gSystemCatalog.GetString(B_TRANSLATE_MARK("Default"), in _Init()
278 fShortDescription = gSystemCatalog.GetString(B_TRANSLATE_MARK( in _Init()
H A DColorControl.cpp30 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 DDragger.cpp40 using BPrivate::gSystemCatalog;
47 gSystemCatalog.GetString(B_TRANSLATE_MARK(str), "Dragger")
H A DPrintJob.cpp39 using BPrivate::gSystemCatalog;
46 gSystemCatalog.GetString(B_TRANSLATE_MARK(str), "PrintJob")
H A DMenu.cpp56 using BPrivate::gSystemCatalog;
63 gSystemCatalog.GetString(B_TRANSLATE_MARK(str), "Menu")
H A DTextView.cpp65 using BPrivate::gSystemCatalog;
73 gSystemCatalog.GetString(B_TRANSLATE_MARK(str), "TextView")
/haiku/src/kits/locale/
H A DInitLocaleKit.cpp18 BCatalog gSystemCatalog; variable
25 using BPrivate::gSystemCatalog;
120 MutableLocaleRoster::Default()->LoadSystemCatalog(&gSystemCatalog); in __initialize_locale_kit()
/haiku/headers/private/locale/
H A DSystemCatalog.h13 extern BCatalog gSystemCatalog;