Searched refs:TILDE (Results 1 – 10 of 10) sorted by relevance
/aoo42x/main/fpicker/source/win32/misc/ |
H A D | WinImplHelper.cxx | 52 const rtl::OUString TILDE = OUString::createFromAscii( "~" ); variable 558 if ( (aWinLabel.indexOf( TILDE ) > -1) || (aWinLabel.indexOf( AMPERSAND ) > -1) ) in SOfficeToWindowsLabel() 589 if ( (aSOLabel.indexOf( TILDE ) > -1) || (aSOLabel.indexOf( AMPERSAND ) > -1) ) in WindowsToSOfficeLabel()
|
/aoo42x/main/sysui/source/win32/misc/ |
H A D | resourceprovider.cxx | 58 const rtl::OUString TILDE = OUString::createFromAscii( "~" ); variable 161 if ( aResOUString.indexOf( TILDE ) > -1 ) in getResString()
|
/aoo42x/main/soltools/cpp/ |
H A D | _eval.c | 302 case TILDE: in eval() 561 case TILDE: in evalop()
|
H A D | cpp.h | 45 TILDE, NOT, SLASH, PCT, LT, GT, CIRC, OR, QUEST, enumerator
|
H A D | _lex.c | 114 {START, {'~'}, ACT(TILDE, S_SELF)},
|
/aoo42x/main/framework/source/accelerators/ |
H A D | keymapping.cxx | 151 {css::awt::Key::TILDE , "KEY_TILDE" },
|
/aoo42x/main/offapi/com/sun/star/awt/ |
H A D | Key.idl | 439 const short TILDE = 1310;
|
/aoo42x/main/vcl/inc/vcl/ |
H A D | keycodes.hxx | 152 #define KEY_TILDE ((sal_uInt16)::com::sun::star::awt::Key::TILDE)
|
/aoo42x/main/rsc/source/parser/ |
H A D | rscibas.cxx | 444 SETCONST( pKey, "KEY_TILDE", com::sun::star::awt::Key::TILDE ); in InitKey()
|
/aoo42x/main/sal/textenc/ |
H A D | tcvtjp6.tab | 159 … 0x0203E (SPACING OVERSCORE), but for compatibiliy with ascii, we use 0x7E (TILDE) like MS CP392 */ 731 … 0x0203E (SPACING OVERSCORE), but for compatibiliy with ascii, we use 0x7E (TILDE) like MS CP392 */ 1288 … 0x0203E (SPACING OVERSCORE), but for compatibiliy with ascii, we use 0x7E (TILDE) like MS CP392 */
|
Completed in 72 milliseconds