Lines Matching refs:cInsChar
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()
1142 sal_Unicode cInsChar, sal_Bool bSttQuote, in InsertQuote() argument
1146 sal_Unicode cRet = GetQuote( cInsChar, bSttQuote, eLang ); in InsertQuote()
1150 String sChg( cInsChar ); in InsertQuote()
1161 if( '\"' == cInsChar ) in InsertQuote()
1191 sal_Unicode cInsChar, sal_Bool bSttQuote ) in GetQuote() argument
1194 sal_Unicode cRet = GetQuote( cInsChar, bSttQuote, eLang ); in GetQuote()
1200 if( '\"' == cInsChar ) in GetQuote()