Home
last modified time | relevance | path

Searched refs:nBinaer (Results 1 – 4 of 4) sorted by relevance

/trunk/main/filter/source/placeware/
H A DBase64Codec.cxx86 sal_Int32 nBinaer; in ThreeByteToFourByte() local
91 nBinaer = ((sal_uInt8)pBuffer[nStart + 0]) << 16; in ThreeByteToFourByte()
96 nBinaer = (((sal_uInt8)pBuffer[nStart + 0]) << 16) + in ThreeByteToFourByte()
102 nBinaer = (((sal_uInt8)pBuffer[nStart + 0]) << 16) + in ThreeByteToFourByte()
111 sal_uInt8 nIndex = static_cast< sal_uInt8 >((nBinaer & 0xFC0000) >> 18); in ThreeByteToFourByte()
114 nIndex = static_cast< sal_uInt8 >((nBinaer & 0x3F000) >> 12); in ThreeByteToFourByte()
119 nIndex = static_cast< sal_uInt8 >((nBinaer & 0xFC0) >> 6); in ThreeByteToFourByte()
124 nIndex = static_cast< sal_uInt8 >((nBinaer & 0x3F)); in ThreeByteToFourByte()
163 sal_Int32 nBinaer ((aBase64DecodeTable [sString [0]] << 18) +
174 OneByte = static_cast< sal_uInt8 >((nBinaer & 0xFF00) >> 8);
[all …]
/trunk/main/filter/source/xsltfilter/
H A DXMLBase64Codec.cxx86 sal_Int32 nBinaer; in ThreeByteToFourByte() local
91 nBinaer = ((sal_uInt8)pBuffer[nStart + 0]) << 16; in ThreeByteToFourByte()
96 nBinaer = (((sal_uInt8)pBuffer[nStart + 0]) << 16) + in ThreeByteToFourByte()
102 nBinaer = (((sal_uInt8)pBuffer[nStart + 0]) << 16) + in ThreeByteToFourByte()
111 sal_uInt8 nIndex = static_cast< sal_uInt8 >((nBinaer & 0xFC0000) >> 18); in ThreeByteToFourByte()
114 nIndex = static_cast< sal_uInt8 >((nBinaer & 0x3F000) >> 12); in ThreeByteToFourByte()
119 nIndex = static_cast< sal_uInt8 >((nBinaer & 0xFC0) >> 6); in ThreeByteToFourByte()
124 nIndex = static_cast< sal_uInt8 >((nBinaer & 0x3F)); in ThreeByteToFourByte()
166 sal_Int32 nBinaer ((aBase64DecodeTable [sString [0]] << 18) +
177 OneByte = static_cast< sal_uInt8 >((nBinaer & 0xFF00) >> 8);
[all …]
/trunk/main/sax/source/tools/
H A Dconverter.cxx1680 sal_Int32 nBinaer; in ThreeByteToFourByte() local
1685 nBinaer = ((sal_uInt8)pBuffer[nStart + 0]) << 16; in ThreeByteToFourByte()
1690 nBinaer = (((sal_uInt8)pBuffer[nStart + 0]) << 16) + in ThreeByteToFourByte()
1696 nBinaer = (((sal_uInt8)pBuffer[nStart + 0]) << 16) + in ThreeByteToFourByte()
1705 sal_uInt8 nIndex (static_cast<sal_uInt8>((nBinaer & 0xFC0000) >> 18)); in ThreeByteToFourByte()
1708 nIndex = static_cast<sal_uInt8>((nBinaer & 0x3F000) >> 12); in ThreeByteToFourByte()
1713 nIndex = static_cast<sal_uInt8>((nBinaer & 0xFC0) >> 6); in ThreeByteToFourByte()
1718 nIndex = static_cast<sal_uInt8>((nBinaer & 0x3F)); in ThreeByteToFourByte()
/trunk/main/xmloff/source/core/
H A Dxmluconv.cxx1529 sal_Int32 nBinaer; in ThreeByteToFourByte() local
1534 nBinaer = ((sal_uInt8)pBuffer[nStart + 0]) << 16; in ThreeByteToFourByte()
1539 nBinaer = (((sal_uInt8)pBuffer[nStart + 0]) << 16) + in ThreeByteToFourByte()
1545 nBinaer = (((sal_uInt8)pBuffer[nStart + 0]) << 16) + in ThreeByteToFourByte()
1554 sal_uInt8 nIndex (static_cast<sal_uInt8>((nBinaer & 0xFC0000) >> 18)); in ThreeByteToFourByte()
1557 nIndex = static_cast<sal_uInt8>((nBinaer & 0x3F000) >> 12); in ThreeByteToFourByte()
1562 nIndex = static_cast<sal_uInt8>((nBinaer & 0xFC0) >> 6); in ThreeByteToFourByte()
1567 nIndex = static_cast<sal_uInt8>((nBinaer & 0x3F)); in ThreeByteToFourByte()

Completed in 41 milliseconds