| /AOO41X/main/i18npool/source/isolang/ |
| H A D | lcid.awk | 122 hex = hexfield[filetype] 129 gsub( /(^[ _]+)|([ _]+$)/, "", $hex) 135 ($hex ~ /^0x/) { $hex = substr( $hex, 3) } 138 (length($hex) < 4) { $hex = "0" $hex } 140 ($hex !~ /^[0-9a-fA-F][0-9a-fA-F]*$/) { filtered[$hex] = $0; next } 143 { all[toupper($hex)] = $name } 145 (loc) { comment[toupper($hex)] = " /* " $loc " */" } 148 !(toupper($hex) in lang) { newlang[toupper($hex)] = $name }
|
| /AOO41X/main/oox/source/dump/ |
| H A D | dffdumper.ini | 39 0x000F=uint8,hex,version,DFF-RECORD-VERSION 275 0x003F=uint32,hex,flags,DFFOPT-TRANSFORM-FLAGS 277 0x007F=uint32,hex,flags,DFFOPT-PROTECTION-FLAGS 279 0x00BF=uint32,hex,flags,DFFOPT-TEXT-FLAGS 281 0x00FF=uint32,hex,flags,DFFOPT-TEXTGEO-FLAGS 283 0x013F=uint32,hex,flags,DFFOPT-BLIP-FLAGS 285 0x017F=uint32,hex,flags,DFFOPT-GEO-FLAGS 288 0x0181=uint32,hex,color,DFF-COLOR 290 0x0183=uint32,hex,color,DFF-COLOR 292 0x0185=uint32,hex,color,DFF-COLOR [all …]
|
| H A D | biffdumper.ini | 42 # 0=off - show CONTINUE records separately (hex dump) 433 0x0013=uint16,hex,password-hash 438 0x0025=uint16,hex,rowheight-flags,DEFROWHEIGHT-FLAGS 450 0x100C=uint16,hex,flags,CHATTACHEDLABEL-FLAGS 451 0x1018=uint16,hex,flags,CHLINE-FLAGS 452 0x101A=uint16,hex,flags,CHAREA-FLAGS 469 0x0081=uint16,hex,flags,SHEETPR-FLAGS 478 0x008E=uint32,hex,stream-pos,CONV-DEC 482 0x103E=uint16,hex,flags,CHRADAR-FLAGS 483 0x103F=uint16,hex,flags,CHSURFACE-FLAGS [all …]
|
| H A D | oledumper.ini | 684 0x0000FFFF=uint16,hex,classtable-flags,VBA-CLASSTABLE-CLASSFLAGS 685 0xFFFF0000=uint16,hex,var-flags,VBA-CLASSTABLE-VARFLAGS 895 0x0002=uint32,hex,lang-id 897 0x0008=uint32,hex,libflags 900 0x0014=uint32,hex,lang-id
|
| H A D | dumperbase.ini | 229 # - <dataformat>: dec | hex | shorthex | bin | fix | bool 277 0xFFFFFFFC=int32,hex,value
|
| /AOO41X/main/sw/source/filter/ww8/dump/ |
| H A D | dump8a.cxx | 352 *pOut << ", End: " << hex6 << nEnd << hex in DumpBookLow() 405 *pOut << " " << indent1 << begin1 << "Field Cp: " << hex in DumpField3() 408 << ", Options: " << hex << (sal_uInt16)aF.nOpt; in DumpField3() 433 *pOut << " " << indent1 << begin1 << "Field" << " Cp: " << hex in DumpField2() 451 *pOut << " " << indent1 << "Field Seperator" << " Cp: " << hex << nSRes in DumpField2() 452 << ", Flags = 0x" << hex << (sal_uInt16)((sal_uInt8*)pData)[1] << dec << endl1; in DumpField2() 469 *pOut << " " << end1 << " Field " << " Cp: " << hex << nERes in DumpField2() 470 << ", Flags = 0x" << hex << (sal_uInt16)((sal_uInt8*)pData)[1] << dec << endl1; in DumpField2() 558 *pOut << "Adressen: FIB " << hex << 0 << ", Text " in Dump() 836 *pOut << hex << nId << dec; in DumpSprm() [all …]
|
| H A D | ww8dout.cxx | 62 s << hex; in hex2() 68 s << hex ; in hex4() 74 s << hex ; in hex6() 80 s << hex ; in hex8() 102 s << hex << pos << dec << ' '; in filepos()
|
| /AOO41X/main/sal/rtl/source/ |
| H A D | bootstrap.cxx | 869 int hex(sal_Unicode c) { in hex() function 883 ((n1 = hex(text[*pos + 1])) >= 0) && in read() 884 ((n2 = hex(text[*pos + 2])) >= 0) && in read() 885 ((n3 = hex(text[*pos + 3])) >= 0) && in read() 886 ((n4 = hex(text[*pos + 4])) >= 0)) in read()
|
| /AOO41X/main/offapi/com/sun/star/ucb/ |
| H A D | PackageContentProvider.idl | 92 escaped = "%" hex hex
|
| H A D | TransientDocumentsContentProvider.idl | 118 escaped = "%" hex hex
|
| /AOO41X/main/sc/source/filter/html/ |
| H A D | htmlexp.cxx | 529 char hex[7]; in BorderToStyle() local 530 snprintf( hex, 7, "%06x", static_cast< unsigned int >( pLine->GetColor().GetRGBColor() ) ); in BorderToStyle() 531 hex[6] = 0; in BorderToStyle() 533 rOut += hex; in BorderToStyle()
|
| /AOO41X/main/sd/source/filter/html/ |
| H A D | htmlex.cxx | 2794 static char hex[] = "0123456789ABCDEF"; in ColorToHTMLString() local 2796 aStr.SetChar(1, hex[(aColor.GetRed() >> 4) & 0xf] ); in ColorToHTMLString() 2797 aStr.SetChar(2, hex[aColor.GetRed() & 0xf] ); in ColorToHTMLString() 2798 aStr.SetChar(3, hex[(aColor.GetGreen() >> 4) & 0xf] ); in ColorToHTMLString() 2799 aStr.SetChar(4, hex[aColor.GetGreen() & 0xf] ); in ColorToHTMLString() 2800 aStr.SetChar(5, hex[(aColor.GetBlue() >> 4) & 0xf] ); in ColorToHTMLString() 2801 aStr.SetChar(6, hex[aColor.GetBlue() & 0xf] ); in ColorToHTMLString()
|
| /AOO41X/main/l10ntools/source/help/ |
| H A D | HelpLinker.cxx | 280 static const char hex[17] = "0123456789ABCDEF"; in encode() local 290 result += hex[c >> 4]; in encode() 291 result += hex[c & 0xf]; in encode()
|
| /AOO41X/main/basebmp/source/ |
| H A D | debug.cxx | 94 rOutputStream << std::hex; in debugDump()
|
| /AOO41X/main/writerfilter/source/resourcemodel/ |
| H A D | WW8Analyzer.cxx | 181 << "<id>" << hex << aId << "</id>" << endl in dumpStats()
|
| /AOO41X/main/filter/source/config/tools/merge/ |
| H A D | pyAltFCFGMerge | 92 h = hex(n)[2:].upper()
|
| /AOO41X/ext_libraries/serf/ |
| H A D | NULbytes.patch | 169 + * 2 times the number of nulls (for two digit hex code for
|
| /AOO41X/main/shell/source/tools/lngconvex/ |
| H A D | lngconvex.cxx | 216 oss << "\\x" << std::hex << (int)*pchr++; in make_winrc_unicode_string()
|
| /AOO41X/main/xmlsecurity/test_docs/CAs/Sub_CA_1_Root_8/ |
| H A D | openssl.cfg | 248 # DER hex encoding of an extension: beware experts only!
|
| /AOO41X/main/xmlsecurity/test_docs/CAs/Sub_CA_1_Root_9/ |
| H A D | openssl.cfg | 248 # DER hex encoding of an extension: beware experts only!
|
| /AOO41X/main/xmlsecurity/test_docs/CAs/Root_4/ |
| H A D | openssl.cfg | 248 # DER hex encoding of an extension: beware experts only!
|
| /AOO41X/main/xmlsecurity/test_docs/CAs/Sub_CA_1_Root_4/ |
| H A D | openssl.cfg | 248 # DER hex encoding of an extension: beware experts only!
|
| /AOO41X/main/xmlsecurity/test_docs/CAs/Sub_CA_1_Root_7/ |
| H A D | openssl.cfg | 248 # DER hex encoding of an extension: beware experts only!
|
| /AOO41X/main/xmlsecurity/test_docs/CAs/Sub_CA_2_Root_7/ |
| H A D | openssl.cfg | 248 # DER hex encoding of an extension: beware experts only!
|
| /AOO41X/main/xmlsecurity/test_docs/CAs/Root_2/ |
| H A D | openssl.cfg | 248 # DER hex encoding of an extension: beware experts only!
|