Home
last modified time | relevance | path

Searched refs:LF (Results 1 – 25 of 138) sorted by relevance

123456

/trunk/main/i18npool/source/breakiterator/data/
H A Dchar_in.txt16 $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 Dline.txt32 # 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 Dsent.txt39 $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 Dcount_word.txt42 $LF = \u000a;
108 $CR $LF;
H A Dcount_word_fi.txt46 $LF = \u000a;
117 $CR $LF;
H A Dedit_word.txt49 $LF = \u000a;
125 $CR $LF;
H A Ddict_word_ca.txt50 $LF = \u000a;
122 $CR $LF;
H A Dedit_word_he.txt49 $LF = \u000a;
125 $CR $LF;
H A Ddict_word.txt56 $LF = \u000a;
131 $CR $LF;
H A Ddict_word_he.txt50 $LF = \u000a;
122 $CR $LF;
H A Ddict_word_nodash.txt55 $LF = \u000a;
130 $CR $LF;
H A Ddict_word_fi.txt55 $LF = \u000a;
130 $CR $LF;
H A Dedit_word_hu.txt66 $LF = \u000a;
142 $CR $LF;
H A Ddict_word_hu.txt70 $LF = \u000a;
145 $CR $LF;
H A Ddict_word_prepostdash.txt62 $LF = \u000a;
140 $CR $LF;
/trunk/main/udkapi/com/sun/star/io/
H A DXTextInputStream.idl50 /** 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 Ddp_ucb.cxx231 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 Dsgvtext.cxx530 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 Ddp_gui_updatedialog.cxx136 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 Dcontentreader.cxx139 ( ( Content != SPACE ) && ( Content != LF ) ) ) in addChunk()
209 addChunk( getLocale( getCurrentContentStyle() ), ::std::wstring( LF ) ); in end_element()
/trunk/main/sc/source/ui/optdlg/
H A Dtpusrlst.cxx59 #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 Ddp_component.cxx974 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 Dascfldlg.src100 Text [ en-US ] = "~CR & LF" ;
116 Text [ en-US ] = "~LF" ;
/trunk/main/desktop/source/deployment/registry/configuration/
H A Ddp_configuration.cxx445 buf.append(LF); in configmgrini_flush()
461 buf.append(LF); in configmgrini_flush()
/trunk/main/shell/inc/internal/
H A Dconfig.hxx53 #define LF L"\n" macro

Completed in 89 milliseconds

123456