Home
last modified time | relevance | path

Searched refs:cLastChar (Results 1 – 4 of 4) sorted by relevance

/aoo42x/main/vcl/source/window/
H A Dmnemonic.cxx316 sal_Unicode cLastChar = rKey.GetChar( nIndex-1 ); in CreateMnemonic() local
317 if ( (cLastChar == ':') || (cLastChar == 0xFF1A) || in CreateMnemonic()
318 (cLastChar == '.') || (cLastChar == 0xFF0E) || in CreateMnemonic()
319 (cLastChar == '?') || (cLastChar == 0xFF1F) || in CreateMnemonic()
320 (cLastChar == ' ') ) in CreateMnemonic()
/aoo42x/main/rsc/source/parser/
H A Drscpar.cxx50 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()
/aoo42x/main/rsc/inc/
H A Drscpar.hxx52 int cLastChar; member in RscFileInst
/aoo42x/main/svtools/source/edit/
H A Dtextview.cxx1708 xub_Unicode cLastChar = pPPortion->GetNode()->GetText().GetChar((sal_uInt16)(aPaM.GetIndex()-1) ); in CursorEndOfLine() local
1709 if ( ( cLastChar == ' ' ) && ( aPaM.GetIndex() != pPPortion->GetNode()->GetText().Len() ) ) in CursorEndOfLine()

Completed in 31 milliseconds