/trunk/main/i18npool/source/breakiterator/data/ |
H A D | char_in.txt | 16 $LF = [\p{Grapheme_Cluster_Break = LF}]; 56 $CR $LF; 72 [^$Control $CR $LF] $Extend; 74 [^$Control $CR $LF] $SpacingMark; 75 $Prepend [^$Control $CR $LF]; 81 $LF $CR; 95 $Extend [^$Control $CR $LF]; 96 $SpacingMark [^$Control $CR $LF]; 97 [^$Control $CR $LF] $Prepend;
|
H A D | line.txt | 32 # LF ID CM AL AL 35 # LF CM AL AL 78 $LF = [:LineBreak = Line_Feed:]; 188 $AL_FOLLOW_NOCM = [$BK $CR $LF $NL $ZW $SP]; 196 $LB4Breaks = [$BK $CR $LF $NL]; 197 $LB4NonBreaks = [^$BK $CR $LF $NL]; 198 $CR $LF {100}; 420 [$BK $CR $LF $NL $ZW {eof}] | 438 [$PR ] / $CM+ [$BK $CR $LF $NL $ZW $SP {eof}]; 446 $LF $CR; [all …]
|
H A D | sent.txt | 39 $LF = \u000a; 57 # Rule 3 - break after separators. Keep CR/LF together. 59 $CR $LF; 89 …e $Sp $Sep $Format $Extend]{bof}] ($Extend | $Format | $Close | $Sp)* ([$Sep{eof}] | $CR $LF){100}; 109 [{bof}] (.? | $LF $CR) [^$Sep]* [$Sep {eof}] ($SpEx_R* $CloseEx_R* ($STermEx_R | $ATermEx_R))*; 124 # (.? | $LF $CR) Match one $Sep instance. Use .? rather than $Sep because position might be
|
H A D | count_word.txt | 42 $LF = \u000a; 108 $CR $LF;
|
H A D | count_word_fi.txt | 46 $LF = \u000a; 117 $CR $LF;
|
H A D | edit_word.txt | 49 $LF = \u000a; 125 $CR $LF;
|
H A D | dict_word_ca.txt | 50 $LF = \u000a; 122 $CR $LF;
|
H A D | edit_word_he.txt | 49 $LF = \u000a; 125 $CR $LF;
|
H A D | dict_word.txt | 56 $LF = \u000a; 131 $CR $LF;
|
H A D | dict_word_he.txt | 50 $LF = \u000a; 122 $CR $LF;
|
H A D | dict_word_nodash.txt | 55 $LF = \u000a; 130 $CR $LF;
|
H A D | dict_word_fi.txt | 55 $LF = \u000a; 130 $CR $LF;
|
H A D | edit_word_hu.txt | 66 $LF = \u000a; 142 $CR $LF;
|
H A D | dict_word_hu.txt | 70 $LF = \u000a; 145 $CR $LF;
|
H A D | dict_word_prepostdash.txt | 62 $LF = \u000a; 140 $CR $LF;
|
/trunk/main/udkapi/com/sun/star/io/ |
H A D | XTextInputStream.idl | 50 /** reads text until a line break (CR, LF, or CR/LF) or 51 EOF is found and returns it as string (without CR, LF). 68 <p><strong>Important:</strong> CR/LF is not used as default
|
/trunk/main/desktop/source/deployment/misc/ |
H A D | dp_ucb.cxx | 231 pos = file.indexOf( LF, pos ); in readLine() 262 sal_Int32 next_lf = file.indexOf( LF, pos ); in readLine() 286 pos = file.indexOf( LF, pos ); in readProperties()
|
/trunk/main/svtools/source/filter/ |
H A D | sgvtext.cxx | 530 sal_uInt16 nChar, sal_uInt16& LF, sal_uInt16& MaxGrad) in GetLineFeed() argument 563 LF=sal_uInt16(hPoint2Sgf(short(MaxLF100)) /100); in GetLineFeed() 565 LF=sal_uInt16(hPoint2Sgf(short(MaxLF100) /100)); in GetLineFeed() 1048 sal_uInt16 LF; in Draw() local 1108 lc=GetLineFeed(Buf,Index1,T,T1,l,LF,MaxGrad); in Draw() 1117 LF=MulDiv(LF,FitYMul,FitYDiv); in Draw() 1145 yPos=yPos0+LF; in Draw()
|
/trunk/main/desktop/source/deployment/gui/ |
H A D | dp_gui_updatedialog.cxx | 136 static sal_Unicode const LF = 0x000A; variable 154 return text.replace(LF, ' ').replace(CR, ' '); in confineToParagraph() 1342 b.append(LF); in IMPL_LINK() 1347 b.append(LF); in IMPL_LINK() 1355 b.append(LF); in IMPL_LINK() 1365 b.append(LF); in IMPL_LINK()
|
/trunk/main/shell/source/all/ooofilereader/ |
H A D | contentreader.cxx | 139 ( ( Content != SPACE ) && ( Content != LF ) ) ) in addChunk() 209 addChunk( getLocale( getCurrentContentStyle() ), ::std::wstring( LF ) ); in end_element()
|
/trunk/main/sc/source/ui/optdlg/ |
H A D | tpusrlst.cxx | 59 #define LF (sal_Unicode)10 macro 358 xub_StrLen nToken=rListStr.GetTokenCount(LF); in MakeListStr() 362 String aString=rListStr.GetToken(i,LF); in MakeListStr()
|
/trunk/main/desktop/source/deployment/registry/component/ |
H A D | dp_component.cxx | 974 buf.append(LF); in unorc_flush() 990 buf.append(LF); in unorc_flush() 1007 buf.append(LF); in unorc_flush() 1042 buf2.append(LF); in unorc_flush() 1046 buf2.append(LF); in unorc_flush() 1069 buf.append(LF); in unorc_flush()
|
/trunk/main/sw/source/ui/dialog/ |
H A D | ascfldlg.src | 100 Text [ en-US ] = "~CR & LF" ; 116 Text [ en-US ] = "~LF" ;
|
/trunk/main/desktop/source/deployment/registry/configuration/ |
H A D | dp_configuration.cxx | 445 buf.append(LF); in configmgrini_flush() 461 buf.append(LF); in configmgrini_flush()
|
/trunk/main/shell/inc/internal/ |
H A D | config.hxx | 53 #define LF L"\n" macro
|