Searched refs:cInsChar (Results 1 – 2 of 2) sorted by relevance
| /trunk/main/editeng/source/misc/ ! |
| H A D | svxacorr.cxx | 772 sal_Unicode c, cInsChar = rTxt.GetChar( nEndPos ); // unterstreichen oder fett in FnChgWeightUnderl() local 789 if( c == cInsChar ) in FnChgWeightUnderl() 811 if( '*' == cInsChar ) // Fett in FnChgWeightUnderl() 1111 sal_Unicode SvxAutoCorrect::GetQuote( sal_Unicode cInsChar, sal_Bool bSttQuote, in GetQuote() argument 1114 sal_Unicode cRet = bSttQuote ? ( '\"' == cInsChar in GetQuote() 1117 : ( '\"' == cInsChar in GetQuote() 1124 cRet = cInsChar; in GetQuote() 1129 ? ( '\"' == cInsChar in GetQuote() 1132 : ( '\"' == cInsChar in GetQuote() 1135 cRet = sRet.Len() ? sRet.GetChar( 0 ) : cInsChar; in GetQuote() [all …]
|
| /trunk/main/editeng/inc/editeng/ ! |
| H A D | svxacorr.hxx | 236 sal_Unicode GetQuote( sal_Unicode cInsChar, sal_Bool bSttQuote, 250 xub_StrLen nPos, sal_Unicode cInsChar, sal_Bool bInsert ); 280 sal_Unicode cInsChar, sal_Bool bSttQuote ); 282 sal_Unicode cInsChar, sal_Bool bSttQuote, sal_Bool bIns );
|