Home
last modified time | relevance | path

Searched refs:NL (Results 1 – 13 of 13) sorted by path

/trunk/extras/l10n/source/nl/
H A Dlocalize.sdf1683 …AQ op <a href="https://wiki.openoffice.org/wiki/NL/Documentation/FAQ">https://wiki.openoffice.org/…
17647 desktop win32\source\setup\setup.ulf 0 LngText %LANGUAGE_NL_NL% 0 nl Nederlands (NL) 20200411…
21180 … 0 pairedlist STR_ARR_SVT_LANGUAGE_TABLE LANGUAGE_DUTCH 0 nl Nederlands (NL) 20200411 15:09:53
57264 …11372999 0 nl Zie ook de \<link href=\"https://wiki.openoffice.org/wiki/NL/Documentation/How_To…
58507 …11372899 0 nl Zie ook de \<link href=\"https://wiki.openoffice.org/wiki/NL/Documentation/How_To…
60460 … van functies in Calc op de \<link href=\"https://wiki.openoffice.org/wiki/NL/Documentation/How_To…
60473 …l \<variable id=\"drking\"\>\<link href=\"https://wiki.openoffice.org/wiki/NL/Documentation/How_To…
63458 … help par_id9625843 0 nl \<link href=\"https://wiki.openoffice.org/wiki/NL/Documentation/How_To…
63459 … help par_id1683706 0 nl \<link href=\"https://wiki.openoffice.org/wiki/NL/Documentation/How_To…
/trunk/main/comphelper/inc/comphelper/
H A Dlocale.hxx94 static const Locale& NL();
/trunk/main/comphelper/source/misc/
H A Dlocale.cxx223 const Locale& Locale::NL() in NL() function in comphelper::Locale
/trunk/main/i18npool/source/breakiterator/data/
H A Dline.txt79 $NL = [:LineBreak = Next_Line:];
179 $CAN_CM = [^$SP $BK $CR $LF $NL $ZW $CM]; # Bases that can take CMs
180 $CANT_CM = [ $SP $BK $CR $LF $NL $ZW $CM]; # Bases that can't take CMs
188 $AL_FOLLOW_NOCM = [$BK $CR $LF $NL $ZW $SP];
196 $LB4Breaks = [$BK $CR $LF $NL];
197 $LB4NonBreaks = [^$BK $CR $LF $NL];
220 …LB 9 Combining marks. X $CM needs to behave like X, where X is not $SP, $BK $CR $LF $NL
420 [$BK $CR $LF $NL $ZW {eof}] |
438 [$PR ] / $CM+ [$BK $CR $LF $NL $ZW $SP {eof}];
599 $CM+ [^$CM $BK $CR $LF $NL $ZW $SP];
/trunk/main/l10ntools/java/l10nconv/java/com/sun/star/tooling/languageResolver/
H A Dlang.map36 31,Dutch,nl,nl-NL,1043
/trunk/main/rsc/source/rscpp/
H A Dcpp.h62 #define NL 0x15 /* new line */ macro
67 #define NL 0x0A /* new line */ macro
H A Dcpp3.c392 if ( c != ' ' && c != CR && c != NL && c != HT && c != EOF)
/trunk/main/soltools/cpp/
H A D_cpp.c34 struct token nltoken = {NL, 0, 0, 1, (uchar *) "\n", 0};
133 if (tp->type != NL) in control()
200 for (tp = trp->tp - 1; ((tp->type != NL) && (tp < trp->lp)); tp++) in control()
381 for (tp = trp->tp; tp < trp->lp && tp->type != NL; tp++) in error()
H A D_eval.c284 case NL: in eval()
H A D_lex.c495 if (tp != trp->bp && (tp - 1)->type != NL && cursource->fd != -1) in gettokens()
504 tp->type = NL; in gettokens()
H A D_macro.c115 if (((trp->lp) - 1)->type == NL) in dodefine()
447 if (trp->tp->type != NL) in gatherargs()
472 if (trp->tp->type == NL) in gatherargs()
H A D_tokens.c391 if (tp->type != NL) in peektokens()
417 if (tp->type != NL) in puttokens()
H A Dcpp.h42 END, UNCLASS, NAME, NUMBER, STRING, CCON, NL, WS, DSHARP, enumerator

Completed in 1081 milliseconds