1 #ifndef INCLUDED_PICTTOBMPFLT_HXX
2 #define INCLUDED_PICTTOBMPFLT_HXX
4 #include <com/sun/star/uno/Sequence.hxx>
6 /* Transform PICT into the a Window BMP.
8 Returns true if the conversion was successful false
11 bool PICTtoBMP(com::sun::star::uno::Sequence
<sal_Int8
>& aPict
,
12 com::sun::star::uno::Sequence
<sal_Int8
>& aBmp
);
14 /* Transform a Windows BMP to a PICT.
16 Returns true if the conversion was successful false
19 bool BMPtoPICT(com::sun::star::uno::Sequence
<sal_Int8
>& aBmp
,
20 com::sun::star::uno::Sequence
<sal_Int8
>& aPict
);