/aoo42x/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 }
|
/aoo42x/main/oox/source/dump/ |
H A D | dffdumper.ini | 288 0x0181=uint32,hex,color,DFF-COLOR 290 0x0183=uint32,hex,color,DFF-COLOR 292 0x0185=uint32,hex,color,DFF-COLOR 314 0x019E=uint32,hex,color,DFF-COLOR 316 0x01A2=uint32,hex,color,DFF-COLOR 320 0x01C0=uint32,hex,color,DFF-COLOR 321 0x01C2=uint32,hex,color,DFF-COLOR 324 0x0201=uint32,hex,color,DFF-COLOR 345 0x0540=uint32,hex,color,DFF-COLOR 346 0x0542=uint32,hex,color,DFF-COLOR [all …]
|
H A D | biffdumper.ini | 433 0x0013=uint16,hex,password-hash 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 491 0x00CB=uint16,hex,error-code,ERRORCODES 493 0x00D5=uint16,hex,cache-id 498 0x1040=uint16,hex,flags,CHRADAR-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
|
/aoo42x/main/sw/source/filter/ww8/dump/ |
H A D | dump8a.cxx | 352 *pOut << ", End: " << hex6 << nEnd << hex in DumpBookLow() 408 << ", Options: " << hex << (sal_uInt16)aF.nOpt; in DumpField3() 836 *pOut << hex << nId << dec; in DumpSprm() 1370 *pOut << " Cp: " << hex << start; in DumpPLCF() 1401 *pOut << "\", AutorId: " << hex << nId in DumpPLCF() 1439 << hex << nStartCp in DumpShortPlainText() 1590 << "TextboxStory" << hex << endl1; in DumpTxtStoryEntry() 1660 *pOut << " flags: 0x" << hex << *pU++; in DumpDrawObjects() 2186 << hex << nData << dec << endl1; in DumpEscherRec() 2198 << "\" Id: 0x" << hex << nId in DumpEscherRec() [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()
|
/aoo42x/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()
|
/aoo42x/main/offapi/com/sun/star/ucb/ |
H A D | PackageContentProvider.idl | 92 escaped = "%" hex hex
|
H A D | TransientDocumentsContentProvider.idl | 118 escaped = "%" hex hex
|
/aoo42x/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()
|
/aoo42x/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()
|
/aoo42x/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()
|
/aoo42x/main/basebmp/source/ |
H A D | debug.cxx | 94 rOutputStream << std::hex; in debugDump()
|
/aoo42x/main/writerfilter/source/resourcemodel/ |
H A D | WW8Analyzer.cxx | 181 << "<id>" << hex << aId << "</id>" << endl in dumpStats()
|
/aoo42x/main/filter/source/config/tools/merge/ |
H A D | pyAltFCFGMerge | 92 h = hex(n)[2:].upper()
|
/aoo42x/main/shell/source/tools/lngconvex/ |
H A D | lngconvex.cxx | 216 oss << "\\x" << std::hex << (int)*pchr++; in make_winrc_unicode_string()
|
/aoo42x/main/xmlsecurity/test_docs/CAs/Root_1/ |
H A D | openssl.cfg | 248 # DER hex encoding of an extension: beware experts only!
|
/aoo42x/main/xmlsecurity/test_docs/CAs/Root_10/ |
H A D | openssl.cfg | 248 # DER hex encoding of an extension: beware experts only!
|
/aoo42x/main/xmlsecurity/test_docs/CAs/Root_11/ |
H A D | openssl.cfg | 254 # DER hex encoding of an extension: beware experts only!
|
/aoo42x/main/xmlsecurity/test_docs/CAs/Root_2/ |
H A D | openssl.cfg | 248 # DER hex encoding of an extension: beware experts only!
|
/aoo42x/main/xmlsecurity/test_docs/CAs/Root_3/ |
H A D | openssl.cfg | 248 # DER hex encoding of an extension: beware experts only!
|
/aoo42x/main/xmlsecurity/test_docs/CAs/Root_4/ |
H A D | openssl.cfg | 248 # DER hex encoding of an extension: beware experts only!
|
/aoo42x/main/xmlsecurity/test_docs/CAs/Root_5/ |
H A D | openssl.cfg | 248 # DER hex encoding of an extension: beware experts only!
|
/aoo42x/main/xmlsecurity/test_docs/CAs/Root_6/ |
H A D | openssl.cfg | 248 # DER hex encoding of an extension: beware experts only!
|