Searched refs:Decode (Results 1 – 5 of 5) sorted by relevance
/aoo4110/main/filter/inc/filter/msfilter/ |
H A D | mscodec.hxx | 108 virtual void Decode( sal_uInt8* pnData, sal_Size nBytes )=0; 155 virtual void Decode( sal_uInt8* pnData, sal_Size nBytes ); 176 virtual void Decode( sal_uInt8* pnData, sal_Size nBytes ); 310 bool Decode(
|
/aoo4110/main/filter/source/msfilter/ |
H A D | mscodec.cxx | 213 void MSCodec_XorXLS95::Decode( sal_uInt8* pnData, sal_Size nBytes ) in Decode() function in msfilter::MSCodec_XorXLS95 229 void MSCodec_XorWord95::Decode( sal_uInt8* pnData, sal_Size nBytes ) in Decode() function in msfilter::MSCodec_XorWord95 474 bool MSCodec_Std97::Decode ( in Decode() function in msfilter::MSCodec_Std97 495 bResult = Decode( pnDummy, nBlockLen, pnDummy, nBlockLen ); in Skip()
|
/aoo4110/main/sc/source/filter/excel/ |
H A D | xistream.cxx | 205 maCodec.Decode( pnData, nRet ); in OnRead() 312 maCodec.Decode( pnCurrData, nDecBytes, pnCurrData, nDecBytes ); in OnRead()
|
/aoo4110/main/twain/inc/ |
H A D | twain.h | 259 TW_DECODEFUNCTION Decode[3]; member
|
/aoo4110/main/sw/source/filter/ww8/ |
H A D | ww8par.cxx | 4857 rCtx.Decode(in, nBS, in, nBS); in DecryptRC4() 4877 rCtx.Decode(in, nBS); in DecryptXOR()
|
Completed in 315 milliseconds