Home
last modified time | relevance | path

Searched refs:_LF (Results 1 – 19 of 19) sorted by relevance

/trunk/main/tools/source/string/
H A Dstrimp.cxx1149 if ( (pStr[i] == _CR) || (pStr[i] == _LF) ) in ConvertLineEnd()
1160 if ( ((eLineEnd != LINEEND_LF) && (pStr[i] == _LF)) || in ConvertLineEnd()
1161 ((eLineEnd == LINEEND_CRLF) && (pStr[i+1] != _LF)) || in ConvertLineEnd()
1165 ((pStr[i] == _LF) || (pStr[i+1] == _LF))) ) in ConvertLineEnd()
1170 if ( ((pStr[i+1] == _CR) || (pStr[i+1] == _LF)) && in ConvertLineEnd()
1196 if ( (pStr[i] == _CR) || (pStr[i] == _LF) ) in ConvertLineEnd()
1201 pNewData->maStr[j+1] = _LF; in ConvertLineEnd()
1209 pNewData->maStr[j] = _LF; in ConvertLineEnd()
1213 if ( ((pStr[i+1] == _CR) || (pStr[i+1] == _LF)) && in ConvertLineEnd()
/trunk/main/sc/source/ui/docshell/
H A Dimpex.cxx598 rStrm << sal_Unicode(_LF); in WriteUnicodeOrByteEndl()
601 rStrm << sal_Unicode(_CR) << sal_Unicode(_LF); in WriteUnicodeOrByteEndl()
675 rString.SearchAndReplaceAll( SYLK_LF, _LF ); in lcl_UnescapeSylk()
1120 if( rStr.Search( _LF ) == STRING_NOTFOUND ) in lcl_PutString()
1457 bool bMultiLineText = ( aCell.Search( _LF ) != STRING_NOTFOUND ); in Doc2Text()
1461 aCell.SearchAndReplaceAll( _LF, ' ' ); in Doc2Text()
1489 bool bMultiLineText = ( aCell.Search( _LF ) != STRING_NOTFOUND ); in Doc2Text()
1493 aCell.SearchAndReplaceAll( _LF, ' ' ); in Doc2Text()
1841 aCellStr.SearchAndReplaceAll( _LF, SYLK_LF ); in Doc2Sylk()
H A Ddocsh.cxx1963 … ( aString.Search( sal_Unicode(_LF) ) != STRING_NOTFOUND ); in AsciiSave()
2002 … ( aStrDec.Search( sal_Unicode(_LF) ) != STRING_NOTFOUND ); in AsciiSave()
2024 … ( aStrEnc.Search( sal_Char(_LF) ) != STRING_NOTFOUND ); in AsciiSave()
/trunk/main/tools/source/stream/
H A Dstream.cxx1203 rStr += sal_Unicode(_LF); in ReadCsvLine()
2463 rStr << _LF; in endl()
2465 rStr << _CR << _LF; in endl()
2477 rStrm << sal_Unicode(_LF); in endlu()
2480 rStrm << sal_Unicode(_CR) << sal_Unicode(_LF); in endlu()
/trunk/main/sw/source/ui/misc/
H A Dredlndlg.cxx571 sComment.SearchAndReplaceAll((sal_Unicode)_LF,(sal_Unicode)' '); in Activate()
863 sComment.SearchAndReplaceAll((sal_Unicode)_LF,(sal_Unicode)' '); in InsertParents()
1303 sMsg.SearchAndReplaceAll((sal_Unicode)_LF,(sal_Unicode)' '); in IMPL_LINK()
/trunk/main/vcl/source/app/
H A Ddbggui.cxx721 xub_StrLen nPos = aStr.Search( _LF ); in InsertLine()
734 nPos = aStr.Search( _LF ); in InsertLine()
1374 nFoundIndex = aStr.Search( _LF, nStrIndex ); in SetInfoText()
/trunk/main/tools/source/generic/
H A Dconfig.cxx467 aLineEndBuf[0] = _LF; in ImplGetConfigBuffer()
473 aLineEndBuf[1] = _LF; in ImplGetConfigBuffer()
/trunk/main/tools/inc/tools/
H A Dsolar.h223 #define _LF ((char)0x0A) macro
/trunk/main/sc/source/filter/html/
H A Dhtmlexp.cxx1125 xub_StrLen nPos = aStrOut.Search( _LF ); in WriteCell()
1140 while( ( nPos = aStrOut.Search( _LF, nStartPos ) ) != STRING_NOTFOUND ); in WriteCell()
/trunk/main/sc/inc/
H A Dformularesult.hxx424 if (rStr.Len() && rStr.Search( _LF ) != STRING_NOTFOUND) in IsMultiline()
/trunk/main/l10ntools/source/
H A Dxrmmerge.cxx443 rString.EraseLeadingChars( _LF ); in ConvertStringToDBFormat()
/trunk/main/svtools/source/contnr/
H A Dsvimpicn.cxx259 if ( (c == _CR) || (c == _LF) ) in GetTextLines()
299 if ( (c != c2) && ((c2 == _CR) || (c2 == _LF)) ) in GetTextLines()
502 aLastLine.SearchAndReplace( _LF, ' ' ); in DrawText()
/trunk/main/vcl/source/gdi/
H A Doutdev3.cxx4826 …BreakPos < nLen ) && ( rStr.GetChar( nBreakPos ) != _CR ) && ( rStr.GetChar( nBreakPos ) != _LF ) ) in ImplGetTextLines()
4979 if ( ( rStr.GetChar( nPos ) == _CR ) || ( rStr.GetChar( nPos ) == _LF ) ) in ImplGetTextLines()
4983 … if ( ( nPos < nLen ) && ( rStr.GetChar( nPos ) == _LF ) && ( rStr.GetChar( nPos-1 ) == _CR ) ) in ImplGetTextLines()
4994 DBG_ASSERT( aLine.Search( _LF ) == STRING_NOTFOUND, "ImplGetTextLines - Found LF!" ); in ImplGetTextLines()
6443 if ( aLastLine.GetChar( i ) == _LF ) in ImplDrawText()
H A Dpdfwriter_impl.cxx7854 if ( aLastLine.GetChar( i ) == _LF ) in drawText()
/trunk/main/vcl/source/window/
H A Dstatus.cxx408 sal_uInt16 nPos = aStr.Search( _LF ); in ImplDrawText()
/trunk/main/svtools/source/svhtml/
H A Dparhtml.cxx2179 aContent.EraseAllChars( _LF ); in ParseMetaOptionsImpl()
/trunk/main/sw/source/filter/html/
H A Dhtmlform.cxx1702 sText.EraseAllChars( _LF ); in InsertInput()
H A Dswhtml.cxx5343 aContent.EraseAllChars( _LF ); in ParseMoreMetaOptions()
/trunk/main/vcl/source/control/
H A Dedit.cxx784 aValidString.EraseAllChars( _LF ); in ImplGetValidString()

Completed in 267 milliseconds