Home
last modified time | relevance | path

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

/dports/graphics/krita/krita-4.4.8/libs/odf/
H A DKoShadowStyle.cpp97 const QStringList sub_shadows = data.split(QLatin1Char(',')); in loadOdf() local
98 foreach (const QString &shadow, sub_shadows) { in loadOdf()
/dports/editors/calligra/calligra-3.2.1/libs/odf/
H A DKoShadowStyle.cpp97 const QStringList sub_shadows = data.split(QLatin1Char(',')); in loadOdf() local
98 foreach (const QString &shadow, sub_shadows) { in loadOdf()
/dports/editors/calligraplan/calligraplan-3.3.0/src/libs/odf/
H A DKoShadowStyle.cpp98 const QStringList sub_shadows = data.split(QLatin1Char(',')); in loadOdf() local
99 foreach (const QString &shadow, sub_shadows) { in loadOdf()
/dports/editors/emacs/emacs-27.2/src/
H A Dkeymap.c2944 Lisp_Object maps, orig_maps, seen, sub_shadows; in describe_map_tree() local
2953 sub_shadows = Qnil; in describe_map_tree()
2998 sub_shadows = Flookup_key (shadow, elt_prefix, Qt); in describe_map_tree()
2999 if (FIXNATP (sub_shadows)) in describe_map_tree()
3000 sub_shadows = Qnil; in describe_map_tree()
3001 else if (!KEYMAPP (sub_shadows) in describe_map_tree()
3002 && !NILP (sub_shadows) in describe_map_tree()
3003 && !(CONSP (sub_shadows) in describe_map_tree()
3004 && KEYMAPP (XCAR (sub_shadows)))) in describe_map_tree()
3016 sub_shadows = Fcons (XCDR (XCAR (tail)), sub_shadows); in describe_map_tree()
[all …]