Os2Transferable.hxx (d2a43be3) Os2Transferable.hxx (a7e9c4d8)
1/*************************************************************************
2 *
3 * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
4 *
5 * Copyright 2000, 2010 Oracle and/or its affiliates.
6 *
7 * OpenOffice.org - a multi-platform office productivity suite
8 *

--- 38 unchanged lines hidden (view full) ---

47#define debug_printf( ...) { 1; }
48#else
49#define debug_printf( ...) { 1; }
50#endif
51
52#define CPPUTYPE_SEQSALINT8 getCppuType( (const Sequence< sal_Int8 >*) 0 )
53#define CPPUTYPE_DEFAULT CPPUTYPE_SEQSALINT8
54
1/*************************************************************************
2 *
3 * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
4 *
5 * Copyright 2000, 2010 Oracle and/or its affiliates.
6 *
7 * OpenOffice.org - a multi-platform office productivity suite
8 *

--- 38 unchanged lines hidden (view full) ---

47#define debug_printf( ...) { 1; }
48#else
49#define debug_printf( ...) { 1; }
50#endif
51
52#define CPPUTYPE_SEQSALINT8 getCppuType( (const Sequence< sal_Int8 >*) 0 )
53#define CPPUTYPE_DEFAULT CPPUTYPE_SEQSALINT8
54
55using namespace com::sun::star::uno;
56HBITMAP OOoBmpToOS2Handle( Any &aAnyB);
57int OS2HandleToOOoBmp( HBITMAP hbm, Sequence< sal_Int8 >* winDIBStream);
58
55namespace os2 {
56
57 class Os2Transferable : public ::cppu::WeakImplHelper1 <
58 ::com::sun::star::datatransfer::XTransferable >
59 {
60 HAB hAB;
61 ::rtl::OUString clipText;
62 ::com::sun::star::datatransfer::DataFlavor aFlavor;

--- 28 unchanged lines hidden ---
59namespace os2 {
60
61 class Os2Transferable : public ::cppu::WeakImplHelper1 <
62 ::com::sun::star::datatransfer::XTransferable >
63 {
64 HAB hAB;
65 ::rtl::OUString clipText;
66 ::com::sun::star::datatransfer::DataFlavor aFlavor;

--- 28 unchanged lines hidden ---