Lines Matching refs:mode

98     Bootstrap_Impl const * file, rtl::OUString const & text, LookupMode mode,
102 Bootstrap_Impl const * file, rtl::OUString const & text, LookupMode mode, in recursivelyExpandMacros() argument
115 return expandMacros(file, text, mode, &link); in recursivelyExpandMacros()
327 rtl_uString * defaultValue, LookupMode mode, bool override,
330 rtl::OUString const & key, rtl_uString ** value, LookupMode mode,
333 rtl::OUString const & key, rtl_uString ** value, LookupMode mode,
336 rtl_uString ** value, rtl::OUString const & text, LookupMode mode,
468 LookupMode mode, bool override, ExpandRequestLink const * requestStack) in getValue() argument
471 if (mode == LOOKUP_MODE_NORMAL && in getValue()
474 mode = LOOKUP_MODE_URE_BOOTSTRAP; in getValue()
476 if (override && getDirectValue(key, value, mode, requestStack)) { in getValue()
503 if (getAmbienceValue(key, value, mode, requestStack)) { in getValue()
525 _base_ini->getDirectValue(key, value, mode, requestStack)) in getValue()
529 if (!override && getDirectValue(key, value, mode, requestStack)) { in getValue()
532 if (mode == LOOKUP_MODE_NORMAL) { in getValue()
536 b->getDirectValue(key, value, mode, requestStack)) in getValue()
550 rtl::OUString const & key, rtl_uString ** value, LookupMode mode, in getDirectValue() argument
555 expandValue(value, v, mode, this, key, requestStack); in getDirectValue()
563 rtl::OUString const & key, rtl_uString ** value, LookupMode mode, in getAmbienceValue() argument
575 expandValue(value, v, mode, NULL, key, requestStack); in getAmbienceValue()
583 rtl_uString ** value, rtl::OUString const & text, LookupMode mode, in expandValue() argument
589 (mode == LOOKUP_MODE_URE_BOOTSTRAP && isPathnameUrl(text) ? in expandValue()
593 (mode == LOOKUP_MODE_URE_BOOTSTRAP ? in expandValue()
594 LOOKUP_MODE_URE_BOOTSTRAP_EXPANSION : mode), in expandValue()
902 Bootstrap_Impl const * file, LookupMode mode, bool override, in lookup() argument
907 key, &v.pData, NULL, mode, override, requestStack); in lookup()
912 Bootstrap_Impl const * file, rtl::OUString const & text, LookupMode mode, in expandMacros() argument
955 seg[j] = expandMacros(file, seg[j], mode, requestStack); in expandMacros()
964 buf.append(lookup(file, mode, false, seg[0], requestStack)); in expandMacros()
997 mode, false, seg[1], requestStack)); in expandMacros()
1006 lookup(f, mode, f != NULL, seg[2], requestStack)); in expandMacros()
1038 file, mode, false, kbuf.makeStringAndClear(), in expandMacros()