Home
last modified time | relevance | path

Searched refs:LINE_SEP (Results 1 – 11 of 11) sorted by relevance

/trunk/main/basctl/source/basicide/
H A Dbasobj3.cxx122 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()
H A Dbastypes.cxx733 while ( ( n < nLen ) && ( rStr.getStr()[ n ] == LINE_SEP || in CutLines()
H A Dbaside2b.cxx544 sal_Int32 iLF = rStr.indexOf( LINE_SEP, fromIndex ); in searchEOL()
/trunk/main/svtools/source/edit/
H A Dtextdat2.hxx49 #define LINE_SEP 0x0A macro
H A Dtextview.cxx2190 if ( aText.Len() && ( aText.GetChar( aText.Len()-1 ) == LINE_SEP ) ) in drop()
H A Dtexteng.cxx870 sal_uInt16 nEnd = aText.Search( LINE_SEP, nStart ); in ImpInsertText()
/trunk/main/sfx2/source/view/
H A Dviewfrm.cxx2806 #define LINE_SEP 0x0A macro
2815 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()
/trunk/main/basctl/source/inc/
H A Dbastypes.hxx54 #define LINE_SEP 0x0A macro
/trunk/main/editeng/source/editeng/
H A Dimpedit.hxx74 #define LINE_SEP 0x0A macro
H A Dimpedit.cxx1346 aText.SearchAndReplaceAll( LINE_SEP, ' ' ); in Paste()
H A Dimpedit2.cxx2804 sal_uInt32 nEnd = aText.Search( LINE_SEP, static_cast<xub_StrLen>(nStart) ); in ImpInsertText()

Completed in 107 milliseconds