Searched refs:LINE_SEP (Results 1 – 11 of 11) sorted by relevance
122 if ( pStr[ nSourceLen - 1 ] != LINE_SEP ) in CreateMacro()124 else if ( pStr[ nSourceLen - 2 ] != LINE_SEP ) in CreateMacro()126 else if ( pStr[ nSourceLen - 3 ] == LINE_SEP ) in CreateMacro()
733 while ( ( n < nLen ) && ( rStr.getStr()[ n ] == LINE_SEP || in CutLines()
544 sal_Int32 iLF = rStr.indexOf( LINE_SEP, fromIndex ); in searchEOL()
49 #define LINE_SEP 0x0A macro
2190 if ( aText.Len() && ( aText.GetChar( aText.Len()-1 ) == LINE_SEP ) ) in drop()
870 sal_uInt16 nEnd = aText.Search( LINE_SEP, nStart ); in ImpInsertText()
2806 #define LINE_SEP 0x0A macro2815 nStartPos = rStr.indexOf( LINE_SEP, nStartPos ); in CutLines()2828 nEndPos = rStr.indexOf( LINE_SEP, nEndPos+1 ); in CutLines()2843 while ( ( n < nLen ) && ( rStr.getStr()[ n ] == LINE_SEP ) ) in CutLines()
54 #define LINE_SEP 0x0A macro
74 #define LINE_SEP 0x0A macro
1346 aText.SearchAndReplaceAll( LINE_SEP, ' ' ); in Paste()
2804 sal_uInt32 nEnd = aText.Search( LINE_SEP, static_cast<xub_StrLen>(nStart) ); in ImpInsertText()
Completed in 149 milliseconds