Searched refs:TILDE_SIGN (Results 1 – 2 of 2) sorted by relevance
59 const sal_Unicode TILDE_SIGN = L'~'; variable174 if ( (*pPos != TILDE_SIGN) || in getResString()175 ((*pPos == TILDE_SIGN) && (pNext < pEnd) && (*pNext == TILDE_SIGN)) ) in getResString()
53 const sal_Unicode TILDE_SIGN = L'~'; variable568 Replace( aWinLabel, TILDE_SIGN, AMPERSAND_SIGN, aBuffer ); in SOfficeToWindowsLabel()599 Replace( aSOLabel, AMPERSAND_SIGN, TILDE_SIGN, aBuffer ); in WindowsToSOfficeLabel()
Completed in 18 milliseconds