Searched refs:wl (Results 1 - 2 of 2) sorted by relevance

/inkscape/src/ui/dialog/
H A Dspellcheck.cpp663 const AspellWordList *wl = aspell_speller_suggest(_speller, _word.c_str(), -1); local
664 AspellStringEnumeration * els = aspell_word_list_elements(wl);
677 const AspellWordList *wl = aspell_speller_suggest(_speller2, _word.c_str(), -1); local
678 AspellStringEnumeration * els = aspell_word_list_elements(wl);
690 const AspellWordList *wl = aspell_speller_suggest(_speller3, _word.c_str(), -1); local
691 AspellStringEnumeration * els = aspell_word_list_elements(wl);
/inkscape/share/extensions/
H A Dgcodetools.py5180 global cspm, wl
5446 global wl, cspm
5452 w1=wl[-1]
5455 w2=wl[-2]
5468 wl.pop()
5470 wl+=[w]
5690 wl=[] #Will be my w output list
5761 wl+=[wl[0]]
5762 print_("wl",w
[all...]

Completed in 43 milliseconds