Home
last modified time | relevance | path

Searched refs:hex (Results 1 – 25 of 53) sorted by relevance

123

/trunk/main/i18npool/source/isolang/
H A Dlcid.awk122 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 }
/trunk/main/oox/source/dump/
H A Ddffdumper.ini288 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 Dbiffdumper.ini433 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 Doledumper.ini684 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 Ddumperbase.ini229 # - <dataformat>: dec | hex | shorthex | bin | fix | bool
277 0xFFFFFFFC=int32,hex,value
/trunk/main/sw/source/filter/ww8/dump/
H A Ddump8a.cxx352 *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 Dww8dout.cxx62 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()
/trunk/main/sal/rtl/source/
H A Dbootstrap.cxx869 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()
/trunk/main/offapi/com/sun/star/ucb/
H A DPackageContentProvider.idl92 escaped = "%" hex hex
H A DTransientDocumentsContentProvider.idl118 escaped = "%" hex hex
/trunk/main/sc/source/filter/html/
H A Dhtmlexp.cxx529 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()
/trunk/main/sd/source/filter/html/
H A Dhtmlex.cxx2794 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()
/trunk/main/l10ntools/source/help/
H A DHelpLinker.cxx280 static const char hex[17] = "0123456789ABCDEF"; in encode() local
290 result += hex[c >> 4]; in encode()
291 result += hex[c & 0xf]; in encode()
/trunk/main/basebmp/source/
H A Ddebug.cxx94 rOutputStream << std::hex; in debugDump()
/trunk/main/writerfilter/source/resourcemodel/
H A DWW8Analyzer.cxx181 << "<id>" << hex << aId << "</id>" << endl in dumpStats()
/trunk/main/filter/source/config/tools/merge/
H A DpyAltFCFGMerge92 h = hex(n)[2:].upper()
/trunk/main/shell/source/tools/lngconvex/
H A Dlngconvex.cxx216 oss << "\\x" << std::hex << (int)*pchr++; in make_winrc_unicode_string()
/trunk/main/xmlsecurity/test_docs/CAs/Root_1/
H A Dopenssl.cfg248 # DER hex encoding of an extension: beware experts only!
/trunk/main/xmlsecurity/test_docs/CAs/Root_10/
H A Dopenssl.cfg248 # DER hex encoding of an extension: beware experts only!
/trunk/main/xmlsecurity/test_docs/CAs/Root_11/
H A Dopenssl.cfg254 # DER hex encoding of an extension: beware experts only!
/trunk/main/xmlsecurity/test_docs/CAs/Root_2/
H A Dopenssl.cfg248 # DER hex encoding of an extension: beware experts only!
/trunk/main/xmlsecurity/test_docs/CAs/Root_3/
H A Dopenssl.cfg248 # DER hex encoding of an extension: beware experts only!
/trunk/main/xmlsecurity/test_docs/CAs/Root_4/
H A Dopenssl.cfg248 # DER hex encoding of an extension: beware experts only!
/trunk/main/xmlsecurity/test_docs/CAs/Root_5/
H A Dopenssl.cfg248 # DER hex encoding of an extension: beware experts only!
/trunk/main/xmlsecurity/test_docs/CAs/Root_6/
H A Dopenssl.cfg248 # DER hex encoding of an extension: beware experts only!

Completed in 139 milliseconds

123