Os2Transferable.hxx (fbcf0fe9) Os2Transferable.hxx (1ac7a910)
1/**************************************************************
2 *
3 * Licensed to the Apache Software Foundation (ASF) under one
4 * or more contributor license agreements. See the NOTICE file
5 * distributed with this work for additional information
6 * regarding copyright ownership. The ASF licenses this file
7 * to you under the Apache License, Version 2.0 (the
8 * "License"); you may not use this file except in compliance

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

33#include <osl/thread.h>
34
35#include <errno.h>
36
37#include <uclip.h>
38
39#define CHAR_POINTER(THE_OUSTRING) ::rtl::OUStringToOString (THE_OUSTRING, RTL_TEXTENCODING_UTF8).pData->buffer
40
1/**************************************************************
2 *
3 * Licensed to the Apache Software Foundation (ASF) under one
4 * or more contributor license agreements. See the NOTICE file
5 * distributed with this work for additional information
6 * regarding copyright ownership. The ASF licenses this file
7 * to you under the Apache License, Version 2.0 (the
8 * "License"); you may not use this file except in compliance

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

33#include <osl/thread.h>
34
35#include <errno.h>
36
37#include <uclip.h>
38
39#define CHAR_POINTER(THE_OUSTRING) ::rtl::OUStringToOString (THE_OUSTRING, RTL_TEXTENCODING_UTF8).pData->buffer
40
41#if OSL_DEBUG_LEVEL>1
42//extern "C" int debug_printf(const char *f, ...);
43#define debug_printf( ...) { 1; }
41#if OSL_DEBUG_LEVEL>10
42extern "C" int debug_printf(const char *f, ...);
44#else
45#define debug_printf( ...) { 1; }
46#endif
47
48#define CPPUTYPE_SEQSALINT8 getCppuType( (const Sequence< sal_Int8 >*) 0 )
49#define CPPUTYPE_DEFAULT CPPUTYPE_SEQSALINT8
50
51using namespace com::sun::star::uno;

--- 39 unchanged lines hidden ---
43#else
44#define debug_printf( ...) { 1; }
45#endif
46
47#define CPPUTYPE_SEQSALINT8 getCppuType( (const Sequence< sal_Int8 >*) 0 )
48#define CPPUTYPE_DEFAULT CPPUTYPE_SEQSALINT8
49
50using namespace com::sun::star::uno;

--- 39 unchanged lines hidden ---