Home
last modified time | relevance | path

Searched refs:pt (Results 1 – 25 of 663) sorted by relevance

12345678910>>...27

/AOO42X/extras/l10n/source/pt-BR/
H A Dlocalize.sdf31 … 0 string RID_BASIC_START SbERR_SYNTAX & ERRCODE_RES_MASK 0 pt-BR Erro de sintaxe…
32 … string RID_BASIC_START SbERR_NO_GOSUB & ERRCODE_RES_MASK 0 pt-BR Return sem Gosu…
33 …g RID_BASIC_START SbERR_REDO_FROM_START & ERRCODE_RES_MASK 0 pt-BR Entrada incorre…
34 …tring RID_BASIC_START SbERR_BAD_ARGUMENT & ERRCODE_RES_MASK 0 pt-BR Chamada de proc…
35 …tring RID_BASIC_START SbERR_MATH_OVERFLOW & ERRCODE_RES_MASK 0 pt-BR Overflow. …
36 … string RID_BASIC_START SbERR_NO_MEMORY & ERRCODE_RES_MASK 0 pt-BR Memória insufic…
37 …tring RID_BASIC_START SbERR_ALREADY_DIM & ERRCODE_RES_MASK 0 pt-BR Matriz já dimen…
38 …tring RID_BASIC_START SbERR_OUT_OF_RANGE & ERRCODE_RES_MASK 0 pt-BR Índice fora do …
39 …tring RID_BASIC_START SbERR_DUPLICATE_DEF & ERRCODE_RES_MASK 0 pt-BR Definição dupli…
40 … string RID_BASIC_START SbERR_ZERODIV & ERRCODE_RES_MASK 0 pt-BR Divisão por zer…
[all …]
/AOO42X/extras/l10n/source/pt/
H A Dlocalize.sdf31 … 0 string RID_BASIC_START SbERR_SYNTAX & ERRCODE_RES_MASK 0 pt Erro de sintaxe. …
32 … string RID_BASIC_START SbERR_NO_GOSUB & ERRCODE_RES_MASK 0 pt Return sem Gosub. …
33 …g RID_BASIC_START SbERR_REDO_FROM_START & ERRCODE_RES_MASK 0 pt Entrada incorreta, …
34 …tring RID_BASIC_START SbERR_BAD_ARGUMENT & ERRCODE_RES_MASK 0 pt Chamada de procedim…
35 …tring RID_BASIC_START SbERR_MATH_OVERFLOW & ERRCODE_RES_MASK 0 pt Excesso. …
36 … string RID_BASIC_START SbERR_NO_MEMORY & ERRCODE_RES_MASK 0 pt Memória insuficient…
37 …tring RID_BASIC_START SbERR_ALREADY_DIM & ERRCODE_RES_MASK 0 pt Matriz já dimension…
38 …tring RID_BASIC_START SbERR_OUT_OF_RANGE & ERRCODE_RES_MASK 0 pt Índice fora da área…
39 …tring RID_BASIC_START SbERR_DUPLICATE_DEF & ERRCODE_RES_MASK 0 pt Definição duplicada…
40 … string RID_BASIC_START SbERR_ZERODIV & ERRCODE_RES_MASK 0 pt Divisão por zero. …
[all …]
/AOO42X/main/xmerge/java/pexcel/src/main/java/org/openoffice/xmerge/converter/xml/sxc/pexcel/records/formula/
H A DFormulaCompiler.java71 private boolean isPercent(Token pt) { in isPercent() argument
72 return pt.getTokenID() == TokenConstants.TPERCENT; in isPercent()
75 private boolean isOpenBrace(Token pt) { in isOpenBrace() argument
76 return pt.getTokenID() == TokenConstants.TPAREN; in isOpenBrace()
79 private boolean isCloseBrace(Token pt) { in isCloseBrace() argument
80 return pt.getValue().compareTo(")") == 0; in isCloseBrace()
83 private boolean isParamDelimiter(Token pt) { in isParamDelimiter() argument
84 return pt.getTokenID() == TokenConstants.TARGSEP; in isParamDelimiter()
87 private boolean isBinaryOperator(Token pt) { in isBinaryOperator() argument
103 Token pt = (Token)iter.next(); in RPN2Infix() local
[all …]
/AOO42X/main/odk/docs/cpp/ref/
H A Dcpp.css31 #adc-cppref h1 { font-size:20pt; margin-top:3pt; margin-bottom:7pt; }
32 #adc-cppref h2 { font-family:Arial; font-size:16pt; margin-top:3pt; margin-bottom:5pt; }
33 #adc-cppref h3 { font-size:13pt; margin-top:2pt; margin-bottom:3pt; }
34 #adc-cppref h4 { font-size:10pt; font-weight:bold; margin-top:2pt; margin-bottom:1pt; }
35 #adc-cppref dl { margin-top:1pt; margin-bottom:1pt; }
36 #adc-cppref dl.member { margin-top:1pt; margin-bottom:1pt;
38 #adc-cppref dt { font-size:10pt; font-weight:bold; margin-top:2pt; margin-bottom:1pt; }
39 #adc-cppref dt.member { font-size:13pt; font-weight:bold; margin-top:2pt; margin-bottom:1pt; }
40 #adc-cppref dt.simple { font-size:10pt; font-weight:normal; margin-top:2pt; margin-bottom:1pt; }
41 #adc-cppref dd { font-size:10pt; margin-top:1pt; margin-bottom:1pt; }
[all …]
/AOO42X/main/odk/docs/common/ref/
H A Didl.css34 { font-size:13pt; font-weight:bold;
35 margin-top:3pt; margin-bottom:1pt; }
38 { font-size:11pt;
39 margin-top:3pt; margin-bottom:1pt; }
43 #adc-idlref table.subtitle { margin-top:6pt; margin-bottom:6pt; }
45 #adc-idlref td { font-size:11pt; }
47 { font-family: Arial; font-size:19pt; font-weight:bold;
48 line-height:30pt;
53 { font-family: Arial; font-size:13pt;
54 line-height:20pt;
[all …]
/AOO42X/main/filter/source/graphicfilter/itiff/
H A Ditiff.cxx737 sal_uInt8* pt = pMap[ 0 ]; in ConvertScanline() local
745 for ( nx = 0; nx < nImageWidth; nx++, pt += nSamplesPerPixel ) in ConvertScanline()
747 nLRed = nLRed + pt[ 0 ]; in ConvertScanline()
748 nLGreen = nLGreen + pt[ 1 ]; in ConvertScanline()
749 nLBlue = nLBlue + pt[ 2 ]; in ConvertScanline()
755 for ( nx = 0; nx < nImageWidth; nx++, pt += nSamplesPerPixel ) in ConvertScanline()
757 pAcc->SetPixel( nY, nx, Color( pt[0], pt[1], pt[2] ) ); in ConvertScanline()
859 sal_uInt8* pt = pMap[ 0 ]; in ConvertScanline() local
871 nLast = BYTESWAP( (sal_uInt8)*pt++ ); in ConvertScanline()
875 nLast = nLast + *pt++; in ConvertScanline()
[all …]
/AOO42X/main/sal/workben/
H A Dt_digest.c152 static char *pt (unsigned char *md, int length) in pt() function
181 p=pt (md, RTL_DIGEST_LENGTH_MD2); in main()
202 p=pt (md, RTL_DIGEST_LENGTH_MD5); in main()
223 p=pt (md, RTL_DIGEST_LENGTH_SHA); in main()
247 p=pt (md, RTL_DIGEST_LENGTH_SHA); in main()
264 p=pt (md, RTL_DIGEST_LENGTH_SHA1); in main()
288 p=pt (md, RTL_DIGEST_LENGTH_SHA1); in main()
310 p=pt (md, RTL_DIGEST_LENGTH_HMAC_MD5); in main()
338 p=pt (md, RTL_DIGEST_LENGTH_HMAC_SHA1); in main()
363 p=pt (md, RTL_DIGEST_LENGTH_MD5); in main()
/AOO42X/main/helpcontent2/source/auxiliary/ru/
H A Dhighcontrastblack.css37 …cida Sans Typewriter","Lucida Typewriter",Monaco,Monospaced; margin-top: 1pt; margin-bottom: 1pt; }
43 { font-weight: bold; margin-top: 20pt; }
55 { margin-bottom: 5pt; }
58 { font-size: 11pt; }
61 { font-size: 18pt; padding-bottom: 6px; margin-bottom: 6px; }
64 { font-size: 14pt; }
67 { font-size: 12pt; }
70 { font-size: 11pt; }
/AOO42X/main/helpcontent2/source/auxiliary/tr/
H A Ddefault.css37 …cida Sans Typewriter","Lucida Typewriter",Monaco,Monospaced; margin-top: 1pt; margin-bottom: 1pt; }
43 { font-weight: bold; margin-top: 20pt; border-top: 1px solid black; }
55 { margin-bottom: 5pt; }
58 { font-size: 11pt; margin-top: 2px; margin-bottom: 2px; }
61 { font-size: 18pt; border-bottom: 1px solid black; padding-bottom: 6px; margin-bottom: 6px; }
64 { font-size: 14pt; }
67 { font-size: 12pt; }
70 { font-size: 11pt; }
H A Dhighcontrastwhite.css37 …cida Sans Typewriter","Lucida Typewriter",Monaco,Monospaced; margin-top: 1pt; margin-bottom: 1pt; }
43 { font-weight: bold; margin-top: 20pt; }
55 { margin-bottom: 5pt; }
58 { font-size: 11pt; }
61 { font-size: 18pt; padding-bottom: 6px; margin-bottom: 6px; }
64 { font-size: 14pt; }
67 { font-size: 12pt; }
70 { font-size: 11pt; }
/AOO42X/main/helpcontent2/source/auxiliary/ve/
H A Dhighcontrastblack.css37 …cida Sans Typewriter","Lucida Typewriter",Monaco,Monospaced; margin-top: 1pt; margin-bottom: 1pt; }
43 { font-weight: bold; margin-top: 20pt; }
55 { margin-bottom: 5pt; }
58 { font-size: 11pt; }
61 { font-size: 18pt; padding-bottom: 6px; margin-bottom: 6px; }
64 { font-size: 14pt; }
67 { font-size: 12pt; }
70 { font-size: 11pt; }
/AOO42X/main/helpcontent2/source/auxiliary/sat/
H A Dhighcontrast2.css37 …cida Sans Typewriter","Lucida Typewriter",Monaco,Monospaced; margin-top: 1pt; margin-bottom: 1pt; }
43 { font-weight: bold; margin-top: 20pt; }
55 { margin-bottom: 5pt; }
58 { font-size: 11pt; }
61 { font-size: 18pt; padding-bottom: 6px; margin-bottom: 6px; }
64 { font-size: 14pt; }
67 { font-size: 12pt; }
70 { font-size: 11pt; }
/AOO42X/main/helpcontent2/source/auxiliary/st/
H A Dhighcontrastblack.css37 …cida Sans Typewriter","Lucida Typewriter",Monaco,Monospaced; margin-top: 1pt; margin-bottom: 1pt; }
43 { font-weight: bold; margin-top: 20pt; }
55 { margin-bottom: 5pt; }
58 { font-size: 11pt; }
61 { font-size: 18pt; padding-bottom: 6px; margin-bottom: 6px; }
64 { font-size: 14pt; }
67 { font-size: 12pt; }
70 { font-size: 11pt; }
/AOO42X/main/helpcontent2/source/auxiliary/th/
H A Dhighcontrastwhite.css37 …cida Sans Typewriter","Lucida Typewriter",Monaco,Monospaced; margin-top: 1pt; margin-bottom: 1pt; }
43 { font-weight: bold; margin-top: 20pt; }
55 { margin-bottom: 5pt; }
58 { font-size: 11pt; }
61 { font-size: 18pt; padding-bottom: 6px; margin-bottom: 6px; }
64 { font-size: 14pt; }
67 { font-size: 12pt; }
70 { font-size: 11pt; }
/AOO42X/main/helpcontent2/source/auxiliary/ast/
H A Dhighcontrastwhite.css37 …cida Sans Typewriter","Lucida Typewriter",Monaco,Monospaced; margin-top: 1pt; margin-bottom: 1pt; }
43 { font-weight: bold; margin-top: 20pt; }
55 { margin-bottom: 5pt; }
58 { font-size: 11pt; }
61 { font-size: 18pt; padding-bottom: 6px; margin-bottom: 6px; }
64 { font-size: 14pt; }
67 { font-size: 12pt; }
70 { font-size: 11pt; }
/AOO42X/main/helpcontent2/source/auxiliary/be-BY/
H A Dhighcontrast1.css37 …cida Sans Typewriter","Lucida Typewriter",Monaco,Monospaced; margin-top: 1pt; margin-bottom: 1pt; }
43 { font-weight: bold; margin-top: 20pt; }
55 { margin-bottom: 5pt; }
58 { font-size: 11pt; }
61 { font-size: 18pt; padding-bottom: 6px; margin-bottom: 6px; }
64 { font-size: 14pt; }
67 { font-size: 12pt; }
70 { font-size: 11pt; }
/AOO42X/main/helpcontent2/source/auxiliary/mn/
H A Dhighcontrast2.css37 …cida Sans Typewriter","Lucida Typewriter",Monaco,Monospaced; margin-top: 1pt; margin-bottom: 1pt; }
43 { font-weight: bold; margin-top: 20pt; }
55 { margin-bottom: 5pt; }
58 { font-size: 11pt; }
61 { font-size: 18pt; padding-bottom: 6px; margin-bottom: 6px; }
64 { font-size: 14pt; }
67 { font-size: 12pt; }
70 { font-size: 11pt; }
/AOO42X/main/helpcontent2/source/auxiliary/en-US/
H A Dhighcontrast2.css37 …cida Sans Typewriter","Lucida Typewriter",Monaco,Monospaced; margin-top: 1pt; margin-bottom: 1pt; }
43 { font-weight: bold; margin-top: 20pt; }
55 { margin-bottom: 5pt; }
58 { font-size: 11pt; }
61 { font-size: 18pt; padding-bottom: 6px; margin-bottom: 6px; }
64 { font-size: 14pt; }
67 { font-size: 12pt; }
70 { font-size: 11pt; }
/AOO42X/main/helpcontent2/source/auxiliary/nn/
H A Dhighcontrast1.css37 …cida Sans Typewriter","Lucida Typewriter",Monaco,Monospaced; margin-top: 1pt; margin-bottom: 1pt; }
43 { font-weight: bold; margin-top: 20pt; }
55 { margin-bottom: 5pt; }
58 { font-size: 11pt; }
61 { font-size: 18pt; padding-bottom: 6px; margin-bottom: 6px; }
64 { font-size: 14pt; }
67 { font-size: 12pt; }
70 { font-size: 11pt; }
/AOO42X/main/helpcontent2/source/auxiliary/cy/
H A Dhighcontrastwhite.css37 …cida Sans Typewriter","Lucida Typewriter",Monaco,Monospaced; margin-top: 1pt; margin-bottom: 1pt; }
43 { font-weight: bold; margin-top: 20pt; }
55 { margin-bottom: 5pt; }
58 { font-size: 11pt; }
61 { font-size: 18pt; padding-bottom: 6px; margin-bottom: 6px; }
64 { font-size: 14pt; }
67 { font-size: 12pt; }
70 { font-size: 11pt; }
/AOO42X/main/helpcontent2/source/auxiliary/en-ZA/
H A Dhighcontrastblack.css37 …cida Sans Typewriter","Lucida Typewriter",Monaco,Monospaced; margin-top: 1pt; margin-bottom: 1pt; }
43 { font-weight: bold; margin-top: 20pt; }
55 { margin-bottom: 5pt; }
58 { font-size: 11pt; }
61 { font-size: 18pt; padding-bottom: 6px; margin-bottom: 6px; }
64 { font-size: 14pt; }
67 { font-size: 12pt; }
70 { font-size: 11pt; }
/AOO42X/main/helpcontent2/source/auxiliary/cs/
H A Dhighcontrast1.css37 …cida Sans Typewriter","Lucida Typewriter",Monaco,Monospaced; margin-top: 1pt; margin-bottom: 1pt; }
43 { font-weight: bold; margin-top: 20pt; }
55 { margin-bottom: 5pt; }
58 { font-size: 11pt; }
61 { font-size: 18pt; padding-bottom: 6px; margin-bottom: 6px; }
64 { font-size: 14pt; }
67 { font-size: 12pt; }
70 { font-size: 11pt; }
/AOO42X/main/helpcontent2/source/auxiliary/sr/
H A Dhighcontrastwhite.css37 …cida Sans Typewriter","Lucida Typewriter",Monaco,Monospaced; margin-top: 1pt; margin-bottom: 1pt; }
43 { font-weight: bold; margin-top: 20pt; }
55 { margin-bottom: 5pt; }
58 { font-size: 11pt; }
61 { font-size: 18pt; padding-bottom: 6px; margin-bottom: 6px; }
64 { font-size: 14pt; }
67 { font-size: 12pt; }
70 { font-size: 11pt; }
/AOO42X/main/helpcontent2/source/auxiliary/af/
H A Dhighcontrastblack.css37 …cida Sans Typewriter","Lucida Typewriter",Monaco,Monospaced; margin-top: 1pt; margin-bottom: 1pt; }
43 { font-weight: bold; margin-top: 20pt; }
55 { margin-bottom: 5pt; }
58 { font-size: 11pt; }
61 { font-size: 18pt; padding-bottom: 6px; margin-bottom: 6px; }
64 { font-size: 14pt; }
67 { font-size: 12pt; }
70 { font-size: 11pt; }
/AOO42X/main/helpcontent2/source/auxiliary/nso/
H A Ddefault.css37 …cida Sans Typewriter","Lucida Typewriter",Monaco,Monospaced; margin-top: 1pt; margin-bottom: 1pt; }
43 { font-weight: bold; margin-top: 20pt; border-top: 1px solid black; }
55 { margin-bottom: 5pt; }
58 { font-size: 11pt; margin-top: 2px; margin-bottom: 2px; }
61 { font-size: 18pt; border-bottom: 1px solid black; padding-bottom: 6px; margin-bottom: 6px; }
64 { font-size: 14pt; }
67 { font-size: 12pt; }
70 { font-size: 11pt; }

12345678910>>...27