Searched refs:SW_ISPRINTABLE (Results 1 – 2 of 2) sorted by relevance
| /AOO42X/main/sw/inc/ | ||
| H A D | swtypes.hxx | 238 #define SW_ISPRINTABLE( c ) ( c >= ' ' && 127 != c ) macro |
| /AOO42X/main/sw/source/ui/docvw/ | ||
| H A D | edtwin.cxx | 2193 SW_ISPRINTABLE( aCh ); in KeyInput() |