Home
last modified time | relevance | path

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

12345678910>>...27

/AOO41X/extras/l10n/source/pt/
H A Dlocalize.sdf31 basctl source\dlged\dlgresid.src 0 string RID_STR_BRWTITLE_PROPERTIES 0 pt Pro…
32 basctl source\dlged\dlgresid.src 0 string RID_STR_BRWTITLE_NO_PROPERTIES 0 pt
33 basctl source\dlged\dlgresid.src 0 string RID_STR_BRWTITLE_MULTISELECT 0 pt
34 …gelang.src 0 fixedtext RID_DLG_MANAGE_LANGUAGE FT_LANGUAGE 0 pt Idiomas atuais …
35 …gelang.src 0 pushbutton RID_DLG_MANAGE_LANGUAGE PB_ADD_LANG 0 pt Adicionar... …
36 …gelang.src 0 pushbutton RID_DLG_MANAGE_LANGUAGE PB_DEL_LANG 0 pt Eliminar …
37 …ng.src 0 pushbutton RID_DLG_MANAGE_LANGUAGE PB_MAKE_DEFAULT 0 pt Predefinição …
38 basctl source\dlged\managelang.src 0 fixedtext RID_DLG_MANAGE_LANGUAGE FT_INFO 0 pt
39 …gelang.src 0 okbutton RID_DLG_MANAGE_LANGUAGE PB_CLOSE 0 pt ~Fechar …
40 …gelang.src 0 string RID_DLG_MANAGE_LANGUAGE STR_DEF_LANG 0 pt [Idioma predefinido…
[all …]
/AOO41X/extras/l10n/source/pt-BR/
H A Dlocalize.sdf31 basctl source\dlged\dlgresid.src 0 string RID_STR_BRWTITLE_PROPERTIES 0 pt-BR …
32 basctl source\dlged\dlgresid.src 0 string RID_STR_BRWTITLE_NO_PROPERTIES 0 pt-…
33 basctl source\dlged\dlgresid.src 0 string RID_STR_BRWTITLE_MULTISELECT 0 pt-…
34 …gelang.src 0 fixedtext RID_DLG_MANAGE_LANGUAGE FT_LANGUAGE 0 pt-BR Idiomas present…
35 …gelang.src 0 pushbutton RID_DLG_MANAGE_LANGUAGE PB_ADD_LANG 0 pt-BR Adicionar... …
36 …gelang.src 0 pushbutton RID_DLG_MANAGE_LANGUAGE PB_DEL_LANG 0 pt-BR Excluir …
37 …ng.src 0 pushbutton RID_DLG_MANAGE_LANGUAGE PB_MAKE_DEFAULT 0 pt-BR Padrão …
38 basctl source\dlged\managelang.src 0 fixedtext RID_DLG_MANAGE_LANGUAGE FT_INFO 0 pt-…
39 …gelang.src 0 okbutton RID_DLG_MANAGE_LANGUAGE PB_CLOSE 0 pt-BR Fe~char …
40 …gelang.src 0 string RID_DLG_MANAGE_LANGUAGE STR_DEF_LANG 0 pt-BR [Idioma padrão]…
[all …]
/AOO41X/main/xmerge/source/pexcel/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 …]
/AOO41X/main/odk/docs/cpp/ref/
H A Dcpp.css32 #adc-cppref h1 { font-size:20pt; margin-top:3pt; margin-bottom:7pt; }
33 #adc-cppref h2 { font-family:Arial; font-size:16pt; margin-top:3pt; margin-bottom:5pt; }
34 #adc-cppref h3 { font-size:13pt; margin-top:2pt; margin-bottom:3pt; }
35 #adc-cppref h4 { font-size:10pt; font-weight:bold; margin-top:2pt; margin-bottom:1pt; }
36 #adc-cppref dl { margin-top:1pt; margin-bottom:1pt; }
37 #adc-cppref dl.member { margin-top:1pt; margin-bottom:1pt;
39 #adc-cppref dt { font-size:10pt; font-weight:bold; margin-top:2pt; margin-bottom:1pt; }
40 #adc-cppref dt.member { font-size:13pt; font-weight:bold; margin-top:2pt; margin-bottom:1pt; }
41 #adc-cppref dt.simple { font-size:10pt; font-weight:normal; margin-top:2pt; margin-bottom:1pt; }
42 #adc-cppref dd { font-size:10pt; margin-top:1pt; margin-bottom:1pt; }
[all …]
/AOO41X/main/odk/docs/common/ref/
H A Didl.css35 { font-size:13pt; font-weight:bold;
36 margin-top:3pt; margin-bottom:1pt; }
39 { font-size:11pt;
40 margin-top:3pt; margin-bottom:1pt; }
44 #adc-idlref table.subtitle { margin-top:6pt; margin-bottom:6pt; }
46 #adc-idlref td { font-size:11pt; }
48 { font-family: Arial; font-size:19pt; font-weight:bold;
49 line-height:30pt;
54 { font-family: Arial; font-size:13pt;
55 line-height:20pt;
[all …]
/AOO41X/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 …]
/AOO41X/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()
/AOO41X/main/helpcontent2/source/auxiliary/en-GB/
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; }
/AOO41X/main/helpcontent2/source/auxiliary/tg/
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; }
/AOO41X/main/helpcontent2/source/auxiliary/xh/
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; }
/AOO41X/main/helpcontent2/source/auxiliary/sl/
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; }
/AOO41X/main/helpcontent2/source/auxiliary/nso/
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; }
/AOO41X/main/helpcontent2/source/auxiliary/th/
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; }
/AOO41X/main/helpcontent2/source/auxiliary/ss/
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; }
/AOO41X/main/helpcontent2/source/auxiliary/kk/
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; }
/AOO41X/main/helpcontent2/source/auxiliary/ku/
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; }
/AOO41X/main/helpcontent2/source/auxiliary/kid/
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; }
/AOO41X/main/helpcontent2/source/auxiliary/br/
H A Dhighcontrastblack.css37 …ypewriter","Lucida Typewriter",Monospaced,Monaco,Cumberland; 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; }
/AOO41X/main/helpcontent2/source/auxiliary/mni/
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; }
/AOO41X/main/helpcontent2/source/auxiliary/bs/
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; }
/AOO41X/main/helpcontent2/source/auxiliary/ta/
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; }
/AOO41X/main/helpcontent2/source/auxiliary/nr/
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; }
/AOO41X/main/helpcontent2/source/auxiliary/ast/
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; }
/AOO41X/main/helpcontent2/source/auxiliary/uz/
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; }
/AOO41X/main/helpcontent2/source/auxiliary/sr/
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; }

12345678910>>...27