Lines Matching refs:bSttQuote
1111 sal_Unicode SvxAutoCorrect::GetQuote( sal_Unicode cInsChar, sal_Bool bSttQuote, in GetQuote() argument
1114 sal_Unicode cRet = bSttQuote ? ( '\"' == cInsChar in GetQuote()
1128 String sRet( bSttQuote in GetQuote()
1142 sal_Unicode cInsChar, sal_Bool bSttQuote, in InsertQuote() argument
1146 sal_Unicode cRet = GetQuote( cInsChar, bSttQuote, eLang ); in InsertQuote()
1177 if( rDoc.Insert( bSttQuote ? nInsPos+1 : nInsPos, s )) in InsertQuote()
1179 if( !bSttQuote ) in InsertQuote()
1191 sal_Unicode cInsChar, sal_Bool bSttQuote ) in GetQuote() argument
1194 sal_Unicode cRet = GetQuote( cInsChar, bSttQuote, eLang ); in GetQuote()
1211 if( bSttQuote ) in GetQuote()
1248 sal_Bool bSttQuote = !nInsPos || in AutoCorrect() local
1256 InsertQuote( rDoc, nInsPos, cChar, bSttQuote, bInsert ); in AutoCorrect()