Home
last modified time | relevance | path

Searched refs:aEscape (Results 1 – 2 of 2) sorted by relevance

/trunk/main/sw/source/ui/shells/
H A Dtxtattr.cxx142 SvxEscapementItem aEscape( eEscape, RES_CHRATR_ESCAPEMENT ); in ExecCharAttr() local
144 aEscape.GetEsc() = DFLT_ESC_AUTO_SUPER; in ExecCharAttr()
146 aEscape.GetEsc() = DFLT_ESC_AUTO_SUB; in ExecCharAttr()
150 aEscape.GetEsc() *= -1; in ExecCharAttr()
152 rSh.SetAttrItem( aEscape ); in ExecCharAttr()
153 rReq.AppendItem( aEscape ); in ExecCharAttr()
/trunk/main/tools/source/inet/
H A Dinetmime.cxx3683 static const sal_Char aEscape[128] variable
3816 return !INetMIME::isUSASCII(nChar) || aEscape[nChar] & m_eContext; in needsEncodedWordEscape()

Completed in 35 milliseconds