Searched refs:aBase64EncodeTable (Results 1 – 5 of 5) sorted by relevance
/aoo41x/main/sdext/source/pdfimport/tree/ |
H A D | imagecontainer.cxx | 51 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()
|
/aoo41x/main/filter/source/xsltfilter/ |
H A D | XMLBase64Codec.cxx | 35 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()
|
/aoo41x/main/filter/source/placeware/ |
H A D | Base64Codec.cxx | 34 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()
|
/aoo41x/main/sax/source/tools/ |
H A D | converter.cxx | 1640 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()
|
/aoo41x/main/xmloff/source/core/ |
H A D | xmluconv.cxx | 1489 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()
|
Completed in 54 milliseconds