summaryrefslogtreecommitdiff
path: root/sal/textenc/context.hxx
blob: 1f8eb48add6b9f0fc462c5bb38a70ce9d65315bf (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
/* -*- Mode: C++; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- */
/*
 * This file is part of the LibreOffice project.
 *
 * This Source Code Form is subject to the terms of the Mozilla Public
 * License, v. 2.0. If a copy of the MPL was not distributed with this
 * file, You can obtain one at http://mozilla.org/MPL/2.0/.
 *
 * This file incorporates work covered by the following license notice:
 *
 *   Licensed to the Apache Software Foundation (ASF) under one or more
 *   contributor license agreements. See the NOTICE file distributed
 *   with this work for additional information regarding copyright
 *   ownership. The ASF licenses this file to you under the Apache
 *   License, Version 2.0 (the "License"); you may not use this file
 *   except in compliance with the License. You may obtain a copy of
 *   the License at http://www.apache.org/licenses/LICENSE-2.0 .
 */

#ifndef INCLUDED_SAL_TEXTENC_CONTEXT_HXX
#define INCLUDED_SAL_TEXTENC_CONTEXT_HXX

#include "sal/config.h"

#include "sal/types.h"

struct ImplUnicodeToTextContext
{
    sal_Unicode m_nHighSurrogate;
};

void * ImplCreateUnicodeToTextContext();

void ImplResetUnicodeToTextContext(void * pContext);

void ImplDestroyUnicodeToTextContext(void * pContext);

#endif

/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
logheader'>2016-11-22trivial makefile cleanupsMichael Stahl Change-Id: Ida5bdfa06ecd7907305f4f171ca5ab64260d0259 2016-07-27add uui component to some other placesCaolán McNamara Change-Id: Ia1e449f8f52e7d353944b8e80f9fc586f1eab2f7 2015-02-27gbuild: gb_CppunitTest_use_filter_configuration was removedMichael Stahl ... years ago in commit e1b51e7beb7f9cfa7b574b9c2a69799e62963a09 Change-Id: I588370796830dc379f6a004ec7e673b020360eb5 2015-02-27gbuild: CppunitTest: always use unittest configurationMichael Stahl The sc_subsequent_filters_test was failing because of a lock file because it did not use the unittest configuration. Refactor gb_CppunitTest_use_configuration so it uses both the instdir and unittest configuration to prevent such errors. In case there ever is a test that does not work with the unittest configuration it should call gb_CppunitTest_use_instdir_configuration. Change-Id: Ibc00d42f8b6102d50d922f51173120798fa45c6e 2014-09-04fdo#52076 unittestLionel Elie Mamane Change-Id: Iae10f9728db4c90c4a55ad692b32cddeb7adc48a