• Home
  • Raw
  • Download

Lines Matching refs:ppd

51 ppdLocalize(ppd_file_t *ppd)		/* I - PPD file */  in ppdLocalize()  argument
69 DEBUG_printf(("ppdLocalize(ppd=%p)", ppd)); in ppdLocalize()
71 if (!ppd) in ppdLocalize()
84 for (i = ppd->num_groups, group = ppd->groups; i > 0; i --, group ++) in ppdLocalize()
86 if ((locattr = _ppdLocalizedAttr(ppd, "Translation", group->name, in ppdLocalize()
92 if ((locattr = _ppdLocalizedAttr(ppd, "Translation", option->keyword, in ppdLocalize()
101 !ppdFindCustomOption(ppd, option->keyword)) in ppdLocalize()
102 locattr = _ppdLocalizedAttr(ppd, option->keyword, choice->choice, in ppdLocalize()
108 locattr = _ppdLocalizedAttr(ppd, ckeyword, "True", ll_CC); in ppdLocalize()
121 for (coption = (ppd_coption_t *)cupsArrayFirst(ppd->coptions); in ppdLocalize()
123 coption = (ppd_coption_t *)cupsArrayNext(ppd->coptions)) in ppdLocalize()
131 if ((locattr = _ppdLocalizedAttr(ppd, ckeyword, cparam->name, in ppdLocalize()
141 if ((attr = ppdFindAttr(ppd, "APCustomColorMatchingName", NULL)) != NULL) in ppdLocalize()
143 if ((locattr = _ppdLocalizedAttr(ppd, "APCustomColorMatchingName", in ppdLocalize()
148 for (attr = ppdFindAttr(ppd, "cupsICCProfile", NULL); in ppdLocalize()
150 attr = ppdFindNextAttr(ppd, "cupsICCProfile", NULL)) in ppdLocalize()
152 cupsArraySave(ppd->sorted_attrs); in ppdLocalize()
154 if ((locattr = _ppdLocalizedAttr(ppd, "cupsICCProfile", attr->spec, in ppdLocalize()
158 cupsArrayRestore(ppd->sorted_attrs); in ppdLocalize()
165 for (attr = ppdFindAttr(ppd, "APPrinterPreset", NULL); in ppdLocalize()
167 attr = ppdFindNextAttr(ppd, "APPrinterPreset", NULL)) in ppdLocalize()
169 cupsArraySave(ppd->sorted_attrs); in ppdLocalize()
171 if ((locattr = _ppdLocalizedAttr(ppd, "APPrinterPreset", attr->spec, in ppdLocalize()
175 cupsArrayRestore(ppd->sorted_attrs); in ppdLocalize()
191 ppdLocalizeAttr(ppd_file_t *ppd, /* I - PPD file */ in ppdLocalizeAttr() argument
210 locattr = _ppdLocalizedAttr(ppd, keyword, spec, ll_CC); in ppdLocalizeAttr()
212 locattr = _ppdLocalizedAttr(ppd, "Translation", keyword, ll_CC); in ppdLocalizeAttr()
215 locattr = ppdFindAttr(ppd, keyword, spec); in ppdLocalizeAttr()
237 ppd_file_t *ppd, /* I - PPD file */ in ppdLocalizeIPPReason() argument
260 if (!ppd || !reason || (scheme && !*scheme) || in ppdLocalizeIPPReason()
274 if ((locattr = _ppdLocalizedAttr(ppd, "cupsIPPReason", reason, in ppdLocalizeIPPReason()
276 locattr = ppdFindAttr(ppd, "cupsIPPReason", reason); in ppdLocalizeIPPReason()
490 ppd_file_t *ppd, /* I - PPD file */ in ppdLocalizeMarkerName() argument
501 if (!ppd || !name) in ppdLocalizeMarkerName()
514 if ((locattr = _ppdLocalizedAttr(ppd, "cupsMarkerName", name, in ppdLocalizeMarkerName()
516 locattr = ppdFindAttr(ppd, "cupsMarkerName", name); in ppdLocalizeMarkerName()
547 _ppdGetLanguages(ppd_file_t *ppd) /* I - PPD file */ in _ppdGetLanguages() argument
560 if ((attr = ppdFindAttr(ppd, "cupsLanguages", NULL)) == NULL || !attr->value) in _ppdGetLanguages()
646 _ppdLocalizedAttr(ppd_file_t *ppd, /* I - PPD file */ in _ppdLocalizedAttr() argument
656 "ll_CC=\"%s\")", ppd, keyword, spec, ll_CC)); in _ppdLocalizedAttr()
663 if ((attr = ppdFindAttr(ppd, lkeyword, spec)) == NULL) in _ppdLocalizedAttr()
674 attr = ppdFindAttr(ppd, lkeyword, spec); in _ppdLocalizedAttr()
680 attr = ppdFindAttr(ppd, lkeyword, spec); in _ppdLocalizedAttr()
695 attr = ppdFindAttr(ppd, lkeyword, spec); in _ppdLocalizedAttr()
706 attr = ppdFindAttr(ppd, lkeyword, spec); in _ppdLocalizedAttr()
717 attr = ppdFindAttr(ppd, lkeyword, spec); in _ppdLocalizedAttr()