Home
last modified time | relevance | path

Searched refs:aBase64EncodeTable (Results 1 – 5 of 5) sorted by last modified time

/trunk/main/xmloff/source/core/
H A Dxmluconv.cxx1489 sal_Char aBase64EncodeTable[] = variable
1555 sBuffer.setCharAt(0, aBase64EncodeTable [nIndex]); in ThreeByteToFourByte()
1558 sBuffer.setCharAt(1, aBase64EncodeTable [nIndex]); in ThreeByteToFourByte()
1563 sBuffer.setCharAt(2, aBase64EncodeTable [nIndex]); in ThreeByteToFourByte()
1568 sBuffer.setCharAt(3, aBase64EncodeTable [nIndex]); in ThreeByteToFourByte()
/trunk/main/sdext/source/pdfimport/tree/
H A Dimagecontainer.cxx51 static const sal_Char aBase64EncodeTable[] = variable
73 aBuf.setCharAt(nBufPos, aBase64EncodeTable [nIndex]); in encodeBase64()
76 aBuf.setCharAt(nBufPos+1, aBase64EncodeTable [nIndex]); in encodeBase64()
79 aBuf.setCharAt(nBufPos+2, aBase64EncodeTable [nIndex]); in encodeBase64()
82 aBuf.setCharAt(nBufPos+3, aBase64EncodeTable [nIndex]); in encodeBase64()
98 aBuf.setCharAt(nBufPos, aBase64EncodeTable [nIndex]); in encodeBase64()
101 aBuf.setCharAt(nBufPos+1, aBase64EncodeTable [nIndex]); in encodeBase64()
106 aBuf.setCharAt(nBufPos+2, aBase64EncodeTable [nIndex]); in encodeBase64()
/trunk/main/sax/source/tools/
H A Dconverter.cxx1640 sal_Char aBase64EncodeTable[] = variable
1706 sBuffer.setCharAt(0, aBase64EncodeTable [nIndex]); in ThreeByteToFourByte()
1709 sBuffer.setCharAt(1, aBase64EncodeTable [nIndex]); in ThreeByteToFourByte()
1714 sBuffer.setCharAt(2, aBase64EncodeTable [nIndex]); in ThreeByteToFourByte()
1719 sBuffer.setCharAt(3, aBase64EncodeTable [nIndex]); in ThreeByteToFourByte()
/trunk/main/filter/source/xsltfilter/
H A DXMLBase64Codec.cxx35 const sal_Char aBase64EncodeTable[] = variable
112 sBuffer.setCharAt(0, aBase64EncodeTable [nIndex]); in ThreeByteToFourByte()
115 sBuffer.setCharAt(1, aBase64EncodeTable [nIndex]); in ThreeByteToFourByte()
120 sBuffer.setCharAt(2, aBase64EncodeTable [nIndex]); in ThreeByteToFourByte()
125 sBuffer.setCharAt(3, aBase64EncodeTable [nIndex]); in ThreeByteToFourByte()
/trunk/main/filter/source/placeware/
H A DBase64Codec.cxx34 sal_Char aBase64EncodeTable[] = variable
112 sBuffer.setCharAt(0, aBase64EncodeTable [nIndex]); in ThreeByteToFourByte()
115 sBuffer.setCharAt(1, aBase64EncodeTable [nIndex]); in ThreeByteToFourByte()
120 sBuffer.setCharAt(2, aBase64EncodeTable [nIndex]); in ThreeByteToFourByte()
125 sBuffer.setCharAt(3, aBase64EncodeTable [nIndex]); in ThreeByteToFourByte()

Completed in 54 milliseconds