Searched refs:cLastChar (Results 1 – 4 of 4) sorted by relevance
316 sal_Unicode cLastChar = rKey.GetChar( nIndex-1 ); in CreateMnemonic() local317 if ( (cLastChar == ':') || (cLastChar == 0xFF1A) || in CreateMnemonic()318 (cLastChar == '.') || (cLastChar == 0xFF0E) || in CreateMnemonic()319 (cLastChar == '?') || (cLastChar == 0xFF1F) || in CreateMnemonic()320 (cLastChar == ' ') ) in CreateMnemonic()
50 cLastChar = '\0'; in Init()174 if( cLastChar != '\r' ){ in GetNewLine()175 cLastChar = '\n'; in GetNewLine()182 if( cLastChar != '\n' ){ in GetNewLine()183 cLastChar = '\r'; in GetNewLine()
52 int cLastChar; member in RscFileInst
1704 xub_Unicode cLastChar = pPPortion->GetNode()->GetText().GetChar((sal_uInt16)(aPaM.GetIndex()-1) ); in CursorEndOfLine() local1705 if ( ( cLastChar == ' ' ) && ( aPaM.GetIndex() != pPPortion->GetNode()->GetText().Len() ) ) in CursorEndOfLine()
Completed in 34 milliseconds