Searched refs:NeedsHardspaceAutocorr (Results 1 – 2 of 2) sorted by relevance
349 sal_Bool SvxAutoCorrect::NeedsHardspaceAutocorr( sal_Unicode cChar ) in NeedsHardspaceAutocorr() function in SvxAutoCorrect1269 if ( NeedsHardspaceAutocorr( cChar ) && in AutoCorrect()1277 if ( nInsPos != 0 && NeedsHardspaceAutocorr( rTxt.GetChar( nInsPos - 1 ) ) && in AutoCorrect()1292 else if ( !NeedsHardspaceAutocorr( cTmpChar ) || nPos == 0 ) in AutoCorrect()
385 sal_Bool NeedsHardspaceAutocorr( sal_Unicode cChar );
Completed in 22 milliseconds