Home
last modified time | relevance | path

Searched refs:aHexTab (Results 1 – 3 of 3) sorted by relevance

/trunk/main/xmloff/source/core/
H A Dxmluconv.cxx622 static sal_Char aHexTab[] = "0123456789abcdef"; variable
631 rBuffer.append( sal_Unicode( aHexTab[ nCol >> 4 ] ) ); in convertColor()
632 rBuffer.append( sal_Unicode( aHexTab[ nCol & 0xf ] ) ); in convertColor()
635 rBuffer.append( sal_Unicode( aHexTab[ nCol >> 4 ] ) ); in convertColor()
636 rBuffer.append( sal_Unicode( aHexTab[ nCol & 0xf ] ) ); in convertColor()
639 rBuffer.append( sal_Unicode( aHexTab[ nCol >> 4 ] ) ); in convertColor()
640 rBuffer.append( sal_Unicode( aHexTab[ nCol & 0xf ] ) ); in convertColor()
1946 aHexTab[ (c >> 12) & 0x0f ] ) ); in encodeStyleName()
1949 aHexTab[ (c >> 8) & 0x0f ] ) ); in encodeStyleName()
1952 aHexTab[ (c >> 4) & 0x0f ] ) ); in encodeStyleName()
[all …]
/trunk/main/sax/source/tools/
H A Dconverter.cxx544 static sal_Char aHexTab[] = "0123456789abcdef"; variable
552 rBuffer.append( sal_Unicode( aHexTab[ nCol >> 4 ] ) ); in convertColor()
553 rBuffer.append( sal_Unicode( aHexTab[ nCol & 0xf ] ) ); in convertColor()
556 rBuffer.append( sal_Unicode( aHexTab[ nCol >> 4 ] ) ); in convertColor()
557 rBuffer.append( sal_Unicode( aHexTab[ nCol & 0xf ] ) ); in convertColor()
560 rBuffer.append( sal_Unicode( aHexTab[ nCol >> 4 ] ) ); in convertColor()
561 rBuffer.append( sal_Unicode( aHexTab[ nCol & 0xf ] ) ); in convertColor()
/trunk/main/xmloff/source/transform/
H A DTransformerBase.cxx1027 static sal_Char aHexTab[] = "0123456789abcdef"; in EncodeStyleName() local
1124 aHexTab[ (c >> 12) & 0x0f ] ) ); in EncodeStyleName()
1127 aHexTab[ (c >> 8) & 0x0f ] ) ); in EncodeStyleName()
1130 aHexTab[ (c >> 4) & 0x0f ] ) ); in EncodeStyleName()
1132 aHexTab[ c & 0x0f ] ) ); in EncodeStyleName()

Completed in 41 milliseconds