Repository URL to install this package:
|
Version:
6.3.5.2-2 ▾
|
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/xhtml;charset=UTF-8"/>
<meta http-equiv="X-UA-Compatible" content="IE=9"/>
<meta name="generator" content="Doxygen 1.8.5"/>
<title>LibreOffice: rtl/textcvt.h Source File</title>
<link href="tabs.css" rel="stylesheet" type="text/css"/>
<script type="text/javascript" src="jquery.js"></script>
<script type="text/javascript" src="dynsections.js"></script>
<link href="search/search.css" rel="stylesheet" type="text/css"/>
<script type="text/javascript" src="search/search.js"></script>
<script type="text/javascript">
$(document).ready(function() { searchBox.OnSelectItem(0); });
</script>
<link href="doxygen.css" rel="stylesheet" type="text/css" />
</head>
<body>
<div id="top"><!-- do not remove this div, it is closed by doxygen! -->
<div id="titlearea">
<table cellspacing="0" cellpadding="0">
<tbody>
<tr style="height: 56px;">
<td style="padding-left: 0.5em;">
<div id="projectname">LibreOffice
</div>
<div id="projectbrief">LibreOffice 6.3 SDK C/C++ API Reference</div>
</td>
</tr>
</tbody>
</table>
</div>
<!-- end header part -->
<!-- Generated by Doxygen 1.8.5 -->
<script type="text/javascript">
var searchBox = new SearchBox("searchBox", "search",false,'Search');
</script>
<div id="navrow1" class="tabs">
<ul class="tablist">
<li><a href="index.html"><span>Main Page</span></a></li>
<li><a href="pages.html"><span>Related Pages</span></a></li>
<li><a href="modules.html"><span>Modules</span></a></li>
<li><a href="namespaces.html"><span>Namespaces</span></a></li>
<li><a href="annotated.html"><span>Classes</span></a></li>
<li class="current"><a href="files.html"><span>Files</span></a></li>
<li>
<div id="MSearchBox" class="MSearchBoxInactive">
<span class="left">
<img id="MSearchSelect" src="search/mag_sel.png"
onmouseover="return searchBox.OnSearchSelectShow()"
onmouseout="return searchBox.OnSearchSelectHide()"
alt=""/>
<input type="text" id="MSearchField" value="Search" accesskey="S"
onfocus="searchBox.OnSearchFieldFocus(true)"
onblur="searchBox.OnSearchFieldFocus(false)"
onkeyup="searchBox.OnSearchFieldChange(event)"/>
</span><span class="right">
<a id="MSearchClose" href="javascript:searchBox.CloseResultsWindow()"><img id="MSearchCloseImg" border="0" src="search/close.png" alt=""/></a>
</span>
</div>
</li>
</ul>
</div>
<div id="navrow2" class="tabs2">
<ul class="tablist">
<li><a href="files.html"><span>File List</span></a></li>
<li><a href="globals.html"><span>File Members</span></a></li>
</ul>
</div>
<!-- window showing the filter options -->
<div id="MSearchSelectWindow"
onmouseover="return searchBox.OnSearchSelectShow()"
onmouseout="return searchBox.OnSearchSelectHide()"
onkeydown="return searchBox.OnSearchSelectKey(event)">
<a class="SelectItem" href="javascript:void(0)" onclick="searchBox.OnSelectItem(0)"><span class="SelectionMark"> </span>All</a><a class="SelectItem" href="javascript:void(0)" onclick="searchBox.OnSelectItem(1)"><span class="SelectionMark"> </span>Classes</a><a class="SelectItem" href="javascript:void(0)" onclick="searchBox.OnSelectItem(2)"><span class="SelectionMark"> </span>Namespaces</a><a class="SelectItem" href="javascript:void(0)" onclick="searchBox.OnSelectItem(3)"><span class="SelectionMark"> </span>Files</a><a class="SelectItem" href="javascript:void(0)" onclick="searchBox.OnSelectItem(4)"><span class="SelectionMark"> </span>Functions</a><a class="SelectItem" href="javascript:void(0)" onclick="searchBox.OnSelectItem(5)"><span class="SelectionMark"> </span>Variables</a><a class="SelectItem" href="javascript:void(0)" onclick="searchBox.OnSelectItem(6)"><span class="SelectionMark"> </span>Typedefs</a><a class="SelectItem" href="javascript:void(0)" onclick="searchBox.OnSelectItem(7)"><span class="SelectionMark"> </span>Enumerations</a><a class="SelectItem" href="javascript:void(0)" onclick="searchBox.OnSelectItem(8)"><span class="SelectionMark"> </span>Enumerator</a><a class="SelectItem" href="javascript:void(0)" onclick="searchBox.OnSelectItem(9)"><span class="SelectionMark"> </span>Friends</a><a class="SelectItem" href="javascript:void(0)" onclick="searchBox.OnSelectItem(10)"><span class="SelectionMark"> </span>Macros</a><a class="SelectItem" href="javascript:void(0)" onclick="searchBox.OnSelectItem(11)"><span class="SelectionMark"> </span>Groups</a><a class="SelectItem" href="javascript:void(0)" onclick="searchBox.OnSelectItem(12)"><span class="SelectionMark"> </span>Pages</a></div>
<!-- iframe showing the search results (closed by default) -->
<div id="MSearchResultsWindow">
<iframe src="javascript:void(0)" frameborder="0"
name="MSearchResults" id="MSearchResults">
</iframe>
</div>
<div id="nav-path" class="navpath">
<ul>
<li class="navelem"><a class="el" href="dir_76abd0e99dd7fac17b3d6a551048fb5f.html">rtl</a></li> </ul>
</div>
</div><!-- top -->
<div class="header">
<div class="headertitle">
<div class="title">textcvt.h</div> </div>
</div><!--header-->
<div class="contents">
<a href="a00391.html">Go to the documentation of this file.</a><div class="fragment"><div class="line"><a name="l00001"></a><span class="lineno"> 1</span> <span class="comment">/* -*- Mode: C++; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- */</span></div>
<div class="line"><a name="l00002"></a><span class="lineno"> 2</span> <span class="comment">/*</span></div>
<div class="line"><a name="l00003"></a><span class="lineno"> 3</span> <span class="comment"> * This file is part of the LibreOffice project.</span></div>
<div class="line"><a name="l00004"></a><span class="lineno"> 4</span> <span class="comment"> *</span></div>
<div class="line"><a name="l00005"></a><span class="lineno"> 5</span> <span class="comment"> * This Source Code Form is subject to the terms of the Mozilla Public</span></div>
<div class="line"><a name="l00006"></a><span class="lineno"> 6</span> <span class="comment"> * License, v. 2.0. If a copy of the MPL was not distributed with this</span></div>
<div class="line"><a name="l00007"></a><span class="lineno"> 7</span> <span class="comment"> * file, You can obtain one at http://mozilla.org/MPL/2.0/.</span></div>
<div class="line"><a name="l00008"></a><span class="lineno"> 8</span> <span class="comment"> *</span></div>
<div class="line"><a name="l00009"></a><span class="lineno"> 9</span> <span class="comment"> * This file incorporates work covered by the following license notice:</span></div>
<div class="line"><a name="l00010"></a><span class="lineno"> 10</span> <span class="comment"> *</span></div>
<div class="line"><a name="l00011"></a><span class="lineno"> 11</span> <span class="comment"> * Licensed to the Apache Software Foundation (ASF) under one or more</span></div>
<div class="line"><a name="l00012"></a><span class="lineno"> 12</span> <span class="comment"> * contributor license agreements. See the NOTICE file distributed</span></div>
<div class="line"><a name="l00013"></a><span class="lineno"> 13</span> <span class="comment"> * with this work for additional information regarding copyright</span></div>
<div class="line"><a name="l00014"></a><span class="lineno"> 14</span> <span class="comment"> * ownership. The ASF licenses this file to you under the Apache</span></div>
<div class="line"><a name="l00015"></a><span class="lineno"> 15</span> <span class="comment"> * License, Version 2.0 (the "License"); you may not use this file</span></div>
<div class="line"><a name="l00016"></a><span class="lineno"> 16</span> <span class="comment"> * except in compliance with the License. You may obtain a copy of</span></div>
<div class="line"><a name="l00017"></a><span class="lineno"> 17</span> <span class="comment"> * the License at http://www.apache.org/licenses/LICENSE-2.0 .</span></div>
<div class="line"><a name="l00018"></a><span class="lineno"> 18</span> <span class="comment"> */</span></div>
<div class="line"><a name="l00019"></a><span class="lineno"> 19</span> </div>
<div class="line"><a name="l00020"></a><span class="lineno"> 20</span> <span class="preprocessor">#ifndef INCLUDED_RTL_TEXTCVT_H</span></div>
<div class="line"><a name="l00021"></a><span class="lineno"> 21</span> <span class="preprocessor"></span><span class="preprocessor">#define INCLUDED_RTL_TEXTCVT_H</span></div>
<div class="line"><a name="l00022"></a><span class="lineno"> 22</span> <span class="preprocessor"></span></div>
<div class="line"><a name="l00023"></a><span class="lineno"> 23</span> <span class="preprocessor">#include "<a class="code" href="a00402.html">sal/config.h</a>"</span></div>
<div class="line"><a name="l00024"></a><span class="lineno"> 24</span> </div>
<div class="line"><a name="l00025"></a><span class="lineno"> 25</span> <span class="preprocessor">#include "<a class="code" href="a00392.html">rtl/textenc.h</a>"</span></div>
<div class="line"><a name="l00026"></a><span class="lineno"> 26</span> <span class="preprocessor">#include "<a class="code" href="a00408.html">sal/saldllapi.h</a>"</span></div>
<div class="line"><a name="l00027"></a><span class="lineno"> 27</span> <span class="preprocessor">#include "<a class="code" href="a00409.html">sal/types.h</a>"</span></div>
<div class="line"><a name="l00028"></a><span class="lineno"> 28</span> </div>
<div class="line"><a name="l00029"></a><span class="lineno"> 29</span> <span class="preprocessor">#ifdef __cplusplus</span></div>
<div class="line"><a name="l00030"></a><span class="lineno"> 30</span> <span class="preprocessor"></span><span class="keyword">extern</span> <span class="stringliteral">"C"</span> {</div>
<div class="line"><a name="l00031"></a><span class="lineno"> 31</span> <span class="preprocessor">#endif</span></div>
<div class="line"><a name="l00032"></a><span class="lineno"> 32</span> <span class="preprocessor"></span></div>
<div class="line"><a name="l00033"></a><span class="lineno"> 33</span> <span class="comment">/* Documentation about this file can be found at</span></div>
<div class="line"><a name="l00034"></a><span class="lineno"> 34</span> <span class="comment"> <http://udk.openoffice.org/cpp/man/spec/textconversion.html>. */</span></div>
<div class="line"><a name="l00035"></a><span class="lineno"> 35</span> </div>
<div class="line"><a name="l00038"></a><span class="lineno"><a class="line" href="a00391.html#abb2b8acc5e2e66f89d05e2ca95e53f04"> 38</a></span> <span class="keyword">typedef</span> <span class="keywordtype">void</span>* <a class="code" href="a00391.html#abb2b8acc5e2e66f89d05e2ca95e53f04">rtl_TextToUnicodeConverter</a>;</div>
<div class="line"><a name="l00039"></a><span class="lineno"> 39</span> </div>
<div class="line"><a name="l00042"></a><span class="lineno"><a class="line" href="a00391.html#a2940b37f393ed34b8c51e87a51ef0ba2"> 42</a></span> <span class="keyword">typedef</span> <span class="keywordtype">void</span>* <a class="code" href="a00391.html#a2940b37f393ed34b8c51e87a51ef0ba2">rtl_TextToUnicodeContext</a>;</div>
<div class="line"><a name="l00043"></a><span class="lineno"> 43</span> </div>
<div class="line"><a name="l00046"></a><span class="lineno"> 46</span> <a class="code" href="a00408.html#aca1813580da4b82e3a00f8f85570b480">SAL_DLLPUBLIC</a> rtl_TextToUnicodeConverter SAL_CALL <a class="code" href="a00391.html#ad0633cd07d385ee3830c2e025125cb80">rtl_createTextToUnicodeConverter</a>( <a class="code" href="a00392.html#a971dc838b99d01967cb589fb0f29ff55">rtl_TextEncoding</a> eTextEncoding );</div>
<div class="line"><a name="l00047"></a><span class="lineno"> 47</span> </div>
<div class="line"><a name="l00050"></a><span class="lineno"> 50</span> <a class="code" href="a00408.html#aca1813580da4b82e3a00f8f85570b480">SAL_DLLPUBLIC</a> <span class="keywordtype">void</span> SAL_CALL <a class="code" href="a00391.html#a6217b06d4d85f6e3bfcc711d3baed00d">rtl_destroyTextToUnicodeConverter</a>( rtl_TextToUnicodeConverter hConverter );</div>
<div class="line"><a name="l00051"></a><span class="lineno"> 51</span> </div>
<div class="line"><a name="l00054"></a><span class="lineno"> 54</span> <a class="code" href="a00408.html#aca1813580da4b82e3a00f8f85570b480">SAL_DLLPUBLIC</a> rtl_TextToUnicodeContext SAL_CALL <a class="code" href="a00391.html#a30c6e07fc870f6edfdc35743b3a9ef63">rtl_createTextToUnicodeContext</a>( rtl_TextToUnicodeConverter hConverter );</div>
<div class="line"><a name="l00055"></a><span class="lineno"> 55</span> </div>
<div class="line"><a name="l00058"></a><span class="lineno"> 58</span> <a class="code" href="a00408.html#aca1813580da4b82e3a00f8f85570b480">SAL_DLLPUBLIC</a> <span class="keywordtype">void</span> SAL_CALL <a class="code" href="a00391.html#a67620be3069eaa4af69ae219ad1f9da0">rtl_destroyTextToUnicodeContext</a>( rtl_TextToUnicodeConverter hConverter, rtl_TextToUnicodeContext hContext );</div>
<div class="line"><a name="l00059"></a><span class="lineno"> 59</span> </div>
<div class="line"><a name="l00062"></a><span class="lineno"> 62</span> <a class="code" href="a00408.html#aca1813580da4b82e3a00f8f85570b480">SAL_DLLPUBLIC</a> <span class="keywordtype">void</span> SAL_CALL <a class="code" href="a00391.html#a2a5803c74f87fcb00c5bf33a063c0293">rtl_resetTextToUnicodeContext</a>( rtl_TextToUnicodeConverter hConverter, rtl_TextToUnicodeContext hContext );</div>
<div class="line"><a name="l00063"></a><span class="lineno"> 63</span> </div>
<div class="line"><a name="l00064"></a><span class="lineno"><a class="line" href="a00391.html#ab93c452755545c15ff7b1d327e96915d"> 64</a></span> <span class="preprocessor">#define RTL_TEXTTOUNICODE_FLAGS_UNDEFINED_ERROR ((sal_uInt32)0x0001)</span></div>
<div class="line"><a name="l00065"></a><span class="lineno"><a class="line" href="a00391.html#ace6795c9218ea24d8a6d938864b5b15a"> 65</a></span> <span class="preprocessor"></span><span class="preprocessor">#define RTL_TEXTTOUNICODE_FLAGS_UNDEFINED_IGNORE ((sal_uInt32)0x0002)</span></div>
<div class="line"><a name="l00066"></a><span class="lineno"><a class="line" href="a00391.html#a4ccdc13bc79ff2ee39f51f5cc68b5637"> 66</a></span> <span class="preprocessor"></span><span class="preprocessor">#define RTL_TEXTTOUNICODE_FLAGS_UNDEFINED_MAPTOPRIVATE ((sal_uInt32)0x0003)</span></div>
<div class="line"><a name="l00067"></a><span class="lineno"><a class="line" href="a00391.html#a0102dc26c5561b7fd3f23c7cbbb8821a"> 67</a></span> <span class="preprocessor"></span><span class="preprocessor">#define RTL_TEXTTOUNICODE_FLAGS_UNDEFINED_DEFAULT ((sal_uInt32)0x0004)</span></div>
<div class="line"><a name="l00068"></a><span class="lineno"><a class="line" href="a00391.html#aac3d52c0baeccfb3e0ddb422d4b9ff2e"> 68</a></span> <span class="preprocessor"></span><span class="preprocessor">#define RTL_TEXTTOUNICODE_FLAGS_MBUNDEFINED_ERROR ((sal_uInt32)0x0010)</span></div>
<div class="line"><a name="l00069"></a><span class="lineno"><a class="line" href="a00391.html#a4bb4a3f08512b457db205c4687a54043"> 69</a></span> <span class="preprocessor"></span><span class="preprocessor">#define RTL_TEXTTOUNICODE_FLAGS_MBUNDEFINED_IGNORE ((sal_uInt32)0x0020)</span></div>
<div class="line"><a name="l00070"></a><span class="lineno"><a class="line" href="a00391.html#a92db823948cbbb440676a49236933f0e"> 70</a></span> <span class="preprocessor"></span><span class="preprocessor">#define RTL_TEXTTOUNICODE_FLAGS_MBUNDEFINED_DEFAULT ((sal_uInt32)0x0030)</span></div>
<div class="line"><a name="l00071"></a><span class="lineno"><a class="line" href="a00391.html#aa8dd91cb2397a671e50149b7d945ed43"> 71</a></span> <span class="preprocessor"></span><span class="preprocessor">#define RTL_TEXTTOUNICODE_FLAGS_INVALID_ERROR ((sal_uInt32)0x0100)</span></div>
<div class="line"><a name="l00072"></a><span class="lineno"><a class="line" href="a00391.html#a8bc5f888a1768facc02f65877e099ce1"> 72</a></span> <span class="preprocessor"></span><span class="preprocessor">#define RTL_TEXTTOUNICODE_FLAGS_INVALID_IGNORE ((sal_uInt32)0x0200)</span></div>
<div class="line"><a name="l00073"></a><span class="lineno"><a class="line" href="a00391.html#ae9d8b4f51a0cd2b1ceeb5acfe9ffef0c"> 73</a></span> <span class="preprocessor"></span><span class="preprocessor">#define RTL_TEXTTOUNICODE_FLAGS_INVALID_DEFAULT ((sal_uInt32)0x0300)</span></div>
<div class="line"><a name="l00074"></a><span class="lineno"><a class="line" href="a00391.html#ab63639053e8181b3770245278c52fbc4"> 74</a></span> <span class="preprocessor"></span><span class="preprocessor">#define RTL_TEXTTOUNICODE_FLAGS_FLUSH ((sal_uInt32)0x8000)</span></div>
<div class="line"><a name="l00075"></a><span class="lineno"><a class="line" href="a00391.html#a32cbee23c3ab65eec90afba943cba22a"> 75</a></span> <span class="preprocessor"></span><span class="preprocessor">#define RTL_TEXTTOUNICODE_FLAGS_GLOBAL_SIGNATURE 0x10000</span></div>
<div class="line"><a name="l00076"></a><span class="lineno"> 76</span> <span class="preprocessor"></span> <span class="comment">/* Accept any global document signatures (for example, in UTF-8, a leading</span></div>
<div class="line"><a name="l00077"></a><span class="lineno"> 77</span> <span class="comment"> EF BB BF encoding the Byte Order Mark U+FEFF) */</span></div>
<div class="line"><a name="l00078"></a><span class="lineno"> 78</span> </div>
<div class="line"><a name="l00079"></a><span class="lineno"><a class="line" href="a00391.html#adb53805b976e9beaa5720299aa719d48"> 79</a></span> <span class="preprocessor">#define RTL_TEXTTOUNICODE_FLAGS_UNDEFINED_MASK ((sal_uInt32)0x000F)</span></div>
<div class="line"><a name="l00080"></a><span class="lineno"><a class="line" href="a00391.html#a90ff105f9db13c71510c3381a2d437b9"> 80</a></span> <span class="preprocessor"></span><span class="preprocessor">#define RTL_TEXTTOUNICODE_FLAGS_MBUNDEFINED_MASK ((sal_uInt32)0x00F0)</span></div>
<div class="line"><a name="l00081"></a><span class="lineno"><a class="line" href="a00391.html#af3eb4fe477348b7b1aa318dbfce247c5"> 81</a></span> <span class="preprocessor"></span><span class="preprocessor">#define RTL_TEXTTOUNICODE_FLAGS_INVALID_MASK ((sal_uInt32)0x0F00)</span></div>
<div class="line"><a name="l00082"></a><span class="lineno"> 82</span> <span class="preprocessor"></span></div>
<div class="line"><a name="l00083"></a><span class="lineno"><a class="line" href="a00391.html#a151760a84c2f55792f98809dfacb5534"> 83</a></span> <span class="preprocessor">#define RTL_TEXTTOUNICODE_INFO_ERROR ((sal_uInt32)0x0001)</span></div>
<div class="line"><a name="l00084"></a><span class="lineno"> 84</span> <span class="preprocessor"></span><span class="comment">// Misspelled constant, kept for backwards compatibility:</span></div>
<div class="line"><a name="l00085"></a><span class="lineno"><a class="line" href="a00391.html#ab194ea614707aa380879b57daa282751"> 85</a></span> <span class="preprocessor">#define RTL_TEXTTOUNICODE_INFO_SRCBUFFERTOSMALL ((sal_uInt32)0x0002)</span></div>
<div class="line"><a name="l00086"></a><span class="lineno"><a class="line" href="a00391.html#a5054cb2ac0dd77027ec11ffe8b4571df"> 86</a></span> <span class="preprocessor"></span><span class="preprocessor">#define RTL_TEXTTOUNICODE_INFO_SRCBUFFERTOOSMALL ((sal_uInt32)0x0002)</span></div>
<div class="line"><a name="l00087"></a><span class="lineno"> 87</span> <span class="preprocessor"></span><span class="comment">// Misspelled constant, kept for backwards compatibility:</span></div>
<div class="line"><a name="l00088"></a><span class="lineno"><a class="line" href="a00391.html#ad1e6b59d356665ea5149ee7dd43e9673"> 88</a></span> <span class="preprocessor">#define RTL_TEXTTOUNICODE_INFO_DESTBUFFERTOSMALL ((sal_uInt32)0x0004)</span></div>
<div class="line"><a name="l00089"></a><span class="lineno"><a class="line" href="a00391.html#a05278fad5ad710a7caa3de3b9b8ffbe0"> 89</a></span> <span class="preprocessor"></span><span class="preprocessor">#define RTL_TEXTTOUNICODE_INFO_DESTBUFFERTOOSMALL ((sal_uInt32)0x0004)</span></div>
<div class="line"><a name="l00090"></a><span class="lineno"><a class="line" href="a00391.html#a343c345db1ab54001a81ff673b7e94c9"> 90</a></span> <span class="preprocessor"></span><span class="preprocessor">#define RTL_TEXTTOUNICODE_INFO_UNDEFINED ((sal_uInt32)0x0008)</span></div>
<div class="line"><a name="l00091"></a><span class="lineno"><a class="line" href="a00391.html#ac6d28527eeaa8c951ce3eb2d81855a45"> 91</a></span> <span class="preprocessor"></span><span class="preprocessor">#define RTL_TEXTTOUNICODE_INFO_MBUNDEFINED ((sal_uInt32)0x0010)</span></div>
<div class="line"><a name="l00092"></a><span class="lineno"><a class="line" href="a00391.html#aacd9076a56e1bc5b26dd2ffe39339a8e"> 92</a></span> <span class="preprocessor"></span><span class="preprocessor">#define RTL_TEXTTOUNICODE_INFO_INVALID ((sal_uInt32)0x0020)</span></div>
<div class="line"><a name="l00093"></a><span class="lineno"> 93</span> <span class="preprocessor"></span></div>
<div class="line"><a name="l00096"></a><span class="lineno"> 96</span> <a class="code" href="a00408.html#aca1813580da4b82e3a00f8f85570b480">SAL_DLLPUBLIC</a> sal_Size SAL_CALL <a class="code" href="a00391.html#a6a3be225e8bc60a75474145979b3dff6">rtl_convertTextToUnicode</a>(</div>
<div class="line"><a name="l00097"></a><span class="lineno"> 97</span>  rtl_TextToUnicodeConverter hConverter,</div>
<div class="line"><a name="l00098"></a><span class="lineno"> 98</span>  rtl_TextToUnicodeContext hContext,</div>
<div class="line"><a name="l00099"></a><span class="lineno"> 99</span>  <span class="keyword">const</span> <a class="code" href="a00409.html#a50344fc80f122074b8a7e563c5627779">sal_Char</a>* pSrcBuf, sal_Size nSrcBytes,</div>
<div class="line"><a name="l00100"></a><span class="lineno"> 100</span>  <a class="code" href="a00409.html#aa610619c9a4164b4cd9b6a86351da3cd">sal_Unicode</a>* pDestBuf, sal_Size nDestChars,</div>
<div class="line"><a name="l00101"></a><span class="lineno"> 101</span>  sal_uInt32 nFlags, sal_uInt32* pInfo,</div>
<div class="line"><a name="l00102"></a><span class="lineno"> 102</span>  sal_Size* pSrcCvtBytes );</div>
<div class="line"><a name="l00103"></a><span class="lineno"> 103</span> </div>
<div class="line"><a name="l00106"></a><span class="lineno"><a class="line" href="a00391.html#a371f6f0aa0948d70af8d89f2697a0c86"> 106</a></span> <span class="keyword">typedef</span> <span class="keywordtype">void</span>* <a class="code" href="a00391.html#a371f6f0aa0948d70af8d89f2697a0c86">rtl_UnicodeToTextConverter</a>;</div>
<div class="line"><a name="l00107"></a><span class="lineno"> 107</span> </div>
<div class="line"><a name="l00110"></a><span class="lineno"><a class="line" href="a00391.html#a8ca1401e733965a4dd45c14bf3fc3069"> 110</a></span> <span class="keyword">typedef</span> <span class="keywordtype">void</span>* <a class="code" href="a00391.html#a8ca1401e733965a4dd45c14bf3fc3069">rtl_UnicodeToTextContext</a>;</div>
<div class="line"><a name="l00111"></a><span class="lineno"> 111</span> </div>
<div class="line"><a name="l00114"></a><span class="lineno"> 114</span> <a class="code" href="a00408.html#aca1813580da4b82e3a00f8f85570b480">SAL_DLLPUBLIC</a> rtl_UnicodeToTextConverter SAL_CALL <a class="code" href="a00391.html#a50e3cc7aa7858a684467e160f191aa90">rtl_createUnicodeToTextConverter</a>( <a class="code" href="a00392.html#a971dc838b99d01967cb589fb0f29ff55">rtl_TextEncoding</a> eTextEncoding );</div>
<div class="line"><a name="l00115"></a><span class="lineno"> 115</span> </div>
<div class="line"><a name="l00118"></a><span class="lineno"> 118</span> <a class="code" href="a00408.html#aca1813580da4b82e3a00f8f85570b480">SAL_DLLPUBLIC</a> <span class="keywordtype">void</span> SAL_CALL <a class="code" href="a00391.html#a2e48e68c40b2e206dcfa3315c0bb0357">rtl_destroyUnicodeToTextConverter</a>( rtl_UnicodeToTextConverter hConverter );</div>
<div class="line"><a name="l00119"></a><span class="lineno"> 119</span> </div>
<div class="line"><a name="l00122"></a><span class="lineno"> 122</span> <a class="code" href="a00408.html#aca1813580da4b82e3a00f8f85570b480">SAL_DLLPUBLIC</a> rtl_UnicodeToTextContext SAL_CALL <a class="code" href="a00391.html#ad1247df86641f17394b80b201c10a79e">rtl_createUnicodeToTextContext</a>( rtl_UnicodeToTextConverter hConverter );</div>
<div class="line"><a name="l00123"></a><span class="lineno"> 123</span> </div>
<div class="line"><a name="l00126"></a><span class="lineno"> 126</span> <a class="code" href="a00408.html#aca1813580da4b82e3a00f8f85570b480">SAL_DLLPUBLIC</a> <span class="keywordtype">void</span> SAL_CALL <a class="code" href="a00391.html#a906f35cc9ee30fcd0943694379c2c62e">rtl_destroyUnicodeToTextContext</a>( rtl_UnicodeToTextConverter hConverter, rtl_UnicodeToTextContext hContext );</div>
<div class="line"><a name="l00127"></a><span class="lineno"> 127</span> </div>
<div class="line"><a name="l00130"></a><span class="lineno"> 130</span> <a class="code" href="a00408.html#aca1813580da4b82e3a00f8f85570b480">SAL_DLLPUBLIC</a> <span class="keywordtype">void</span> SAL_CALL <a class="code" href="a00391.html#acd2da9bbe2e42989444b37523336aee4">rtl_resetUnicodeToTextContext</a>( rtl_UnicodeToTextConverter hConverter, rtl_UnicodeToTextContext hContext );</div>
<div class="line"><a name="l00131"></a><span class="lineno"> 131</span> </div>
<div class="line"><a name="l00132"></a><span class="lineno"><a class="line" href="a00391.html#aef869d95fa406089524248a425b1e2cb"> 132</a></span> <span class="preprocessor">#define RTL_UNICODETOTEXT_FLAGS_UNDEFINED_ERROR ((sal_uInt32)0x0001)</span></div>
<div class="line"><a name="l00133"></a><span class="lineno"><a class="line" href="a00391.html#a7a5858ead812d6f5674bd1c7271e5d5d"> 133</a></span> <span class="preprocessor"></span><span class="preprocessor">#define RTL_UNICODETOTEXT_FLAGS_UNDEFINED_IGNORE ((sal_uInt32)0x0002)</span></div>
<div class="line"><a name="l00134"></a><span class="lineno"><a class="line" href="a00391.html#a7b5189ef379bd980cfe936a471ed4550"> 134</a></span> <span class="preprocessor"></span><span class="preprocessor">#define RTL_UNICODETOTEXT_FLAGS_UNDEFINED_0 ((sal_uInt32)0x0003)</span></div>
<div class="line"><a name="l00135"></a><span class="lineno"><a class="line" href="a00391.html#aa741596ade7e9687c78e7212263803a7"> 135</a></span> <span class="preprocessor"></span><span class="preprocessor">#define RTL_UNICODETOTEXT_FLAGS_UNDEFINED_QUESTIONMARK ((sal_uInt32)0x0004)</span></div>
<div class="line"><a name="l00136"></a><span class="lineno"><a class="line" href="a00391.html#a58b6c23e3f0c473c1cc0978bbed87cbd"> 136</a></span> <span class="preprocessor"></span><span class="preprocessor">#define RTL_UNICODETOTEXT_FLAGS_UNDEFINED_UNDERLINE ((sal_uInt32)0x0005)</span></div>
<div class="line"><a name="l00137"></a><span class="lineno"><a class="line" href="a00391.html#a58ef88cc32eb05f9dd99788bc88a63c0"> 137</a></span> <span class="preprocessor"></span><span class="preprocessor">#define RTL_UNICODETOTEXT_FLAGS_UNDEFINED_DEFAULT ((sal_uInt32)0x0006)</span></div>
<div class="line"><a name="l00138"></a><span class="lineno"><a class="line" href="a00391.html#aa46ac904c84bf2adab2624f4d7721611"> 138</a></span> <span class="preprocessor"></span><span class="preprocessor">#define RTL_UNICODETOTEXT_FLAGS_INVALID_ERROR ((sal_uInt32)0x0010)</span></div>
<div class="line"><a name="l00139"></a><span class="lineno"><a class="line" href="a00391.html#a1d90d69650234c298925c429313136d0"> 139</a></span> <span class="preprocessor"></span><span class="preprocessor">#define RTL_UNICODETOTEXT_FLAGS_INVALID_IGNORE ((sal_uInt32)0x0020)</span></div>
<div class="line"><a name="l00140"></a><span class="lineno"><a class="line" href="a00391.html#a25dbab9452b1d754f412e2e6b3b06d8c"> 140</a></span> <span class="preprocessor"></span><span class="preprocessor">#define RTL_UNICODETOTEXT_FLAGS_INVALID_0 ((sal_uInt32)0x0030)</span></div>
<div class="line"><a name="l00141"></a><span class="lineno"><a class="line" href="a00391.html#abe51bb768b43021b37192db0cc83f742"> 141</a></span> <span class="preprocessor"></span><span class="preprocessor">#define RTL_UNICODETOTEXT_FLAGS_INVALID_QUESTIONMARK ((sal_uInt32)0x0040)</span></div>
<div class="line"><a name="l00142"></a><span class="lineno"><a class="line" href="a00391.html#abeebd9b8afffadaba7e94ca67a200c5c"> 142</a></span> <span class="preprocessor"></span><span class="preprocessor">#define RTL_UNICODETOTEXT_FLAGS_INVALID_UNDERLINE ((sal_uInt32)0x0050)</span></div>
<div class="line"><a name="l00143"></a><span class="lineno"><a class="line" href="a00391.html#ae337dcb2eaff16a1e0083708537c1f3d"> 143</a></span> <span class="preprocessor"></span><span class="preprocessor">#define RTL_UNICODETOTEXT_FLAGS_INVALID_DEFAULT ((sal_uInt32)0x0060)</span></div>
<div class="line"><a name="l00144"></a><span class="lineno"><a class="line" href="a00391.html#aae4cded2b658fed77f46b668ec6f6e1c"> 144</a></span> <span class="preprocessor"></span><span class="preprocessor">#define RTL_UNICODETOTEXT_FLAGS_UNDEFINED_REPLACE ((sal_uInt32)0x0100)</span></div>
<div class="line"><a name="l00145"></a><span class="lineno"><a class="line" href="a00391.html#ab0102816152629e33d9b6e9775acd642"> 145</a></span> <span class="preprocessor"></span><span class="preprocessor">#define RTL_UNICODETOTEXT_FLAGS_UNDEFINED_REPLACESTR ((sal_uInt32)0x0200)</span></div>
<div class="line"><a name="l00146"></a><span class="lineno"><a class="line" href="a00391.html#a3bb5fa3848dc8818ad1f14d379494874"> 146</a></span> <span class="preprocessor"></span><span class="preprocessor">#define RTL_UNICODETOTEXT_FLAGS_PRIVATE_MAPTO0 ((sal_uInt32)0x0400)</span></div>
<div class="line"><a name="l00147"></a><span class="lineno"><a class="line" href="a00391.html#a397dbaabfe43c056a76a3f058bee24af"> 147</a></span> <span class="preprocessor"></span><span class="preprocessor">#define RTL_UNICODETOTEXT_FLAGS_NONSPACING_IGNORE ((sal_uInt32)0x0800)</span></div>
<div class="line"><a name="l00148"></a><span class="lineno"><a class="line" href="a00391.html#ae8ac6e2a435104a6dbcb7807a226d239"> 148</a></span> <span class="preprocessor"></span><span class="preprocessor">#define RTL_UNICODETOTEXT_FLAGS_CONTROL_IGNORE ((sal_uInt32)0x1000)</span></div>
<div class="line"><a name="l00149"></a><span class="lineno"><a class="line" href="a00391.html#a9bdedcf9411991d43cb38072b894433b"> 149</a></span> <span class="preprocessor"></span><span class="preprocessor">#define RTL_UNICODETOTEXT_FLAGS_PRIVATE_IGNORE ((sal_uInt32)0x2000)</span></div>
<div class="line"><a name="l00150"></a><span class="lineno"><a class="line" href="a00391.html#a535223a05abee3b2ecea1cc95b4c35f2"> 150</a></span> <span class="preprocessor"></span><span class="preprocessor">#define RTL_UNICODETOTEXT_FLAGS_NOCOMPOSITE ((sal_uInt32)0x4000) </span></div>
<div class="line"><a name="l00151"></a><span class="lineno"><a class="line" href="a00391.html#a74d6315fd14aae15f8dd8a62b6a2716a"> 151</a></span> <span class="preprocessor">#define RTL_UNICODETOTEXT_FLAGS_FLUSH ((sal_uInt32)0x8000)</span></div>
<div class="line"><a name="l00152"></a><span class="lineno"><a class="line" href="a00391.html#a95e3461394e0e824778771d71e446d33"> 152</a></span> <span class="preprocessor"></span><span class="preprocessor">#define RTL_UNICODETOTEXT_FLAGS_GLOBAL_SIGNATURE 0x10000</span></div>
<div class="line"><a name="l00153"></a><span class="lineno"> 153</span> <span class="preprocessor"></span> <span class="comment">/* Write any global document signatures (for example, in UTF-8, a leading</span></div>
<div class="line"><a name="l00154"></a><span class="lineno"> 154</span> <span class="comment"> EF BB BF encoding the Byte Order Mark U+FEFF) */</span></div>
<div class="line"><a name="l00155"></a><span class="lineno"> 155</span> </div>
<div class="line"><a name="l00156"></a><span class="lineno"><a class="line" href="a00391.html#a943ecb3d0f6ec0a915cfd6b0d9fe6aeb"> 156</a></span> <span class="preprocessor">#define RTL_UNICODETOTEXT_FLAGS_UNDEFINED_MASK ((sal_uInt32)0x000F)</span></div>
<div class="line"><a name="l00157"></a><span class="lineno"><a class="line" href="a00391.html#a235333c6ec138f30cf64dd82e9c6e4c0"> 157</a></span> <span class="preprocessor"></span><span class="preprocessor">#define RTL_UNICODETOTEXT_FLAGS_INVALID_MASK ((sal_uInt32)0x00F0)</span></div>
<div class="line"><a name="l00158"></a><span class="lineno"> 158</span> <span class="preprocessor"></span></div>
<div class="line"><a name="l00159"></a><span class="lineno"><a class="line" href="a00391.html#ae556dcae01bfe6873add784d3c522ee8"> 159</a></span> <span class="preprocessor">#define RTL_UNICODETOTEXT_INFO_ERROR ((sal_uInt32)0x0001)</span></div>
<div class="line"><a name="l00160"></a><span class="lineno"><a class="line" href="a00391.html#a3b012fac12bfccb5a9115c065aa4f925"> 160</a></span> <span class="preprocessor"></span><span class="preprocessor">#define RTL_UNICODETOTEXT_INFO_SRCBUFFERTOSMALL ((sal_uInt32)0x0002)</span></div>
<div class="line"><a name="l00161"></a><span class="lineno"><a class="line" href="a00391.html#aa513a23eb59ce2e4c35727e0d236f4c9"> 161</a></span> <span class="preprocessor"></span><span class="preprocessor">#define RTL_UNICODETOTEXT_INFO_DESTBUFFERTOSMALL ((sal_uInt32)0x0004)</span></div>
<div class="line"><a name="l00162"></a><span class="lineno"><a class="line" href="a00391.html#afeeeb93d169e35e5ba70885e54c86d65"> 162</a></span> <span class="preprocessor"></span><span class="preprocessor">#define RTL_UNICODETOTEXT_INFO_UNDEFINED ((sal_uInt32)0x0008)</span></div>
<div class="line"><a name="l00163"></a><span class="lineno"><a class="line" href="a00391.html#a2e028675552ee4af6d10fa9a7d7b220f"> 163</a></span> <span class="preprocessor"></span><span class="preprocessor">#define RTL_UNICODETOTEXT_INFO_INVALID ((sal_uInt32)0x0010)</span></div>
<div class="line"><a name="l00164"></a><span class="lineno"> 164</span> <span class="preprocessor"></span></div>
<div class="line"><a name="l00167"></a><span class="lineno"> 167</span> <a class="code" href="a00408.html#aca1813580da4b82e3a00f8f85570b480">SAL_DLLPUBLIC</a> sal_Size SAL_CALL <a class="code" href="a00391.html#aafb5f0e6b043c0b27f4e3b1b226eb7cb">rtl_convertUnicodeToText</a>(</div>
<div class="line"><a name="l00168"></a><span class="lineno"> 168</span>  rtl_UnicodeToTextConverter hConverter,</div>
<div class="line"><a name="l00169"></a><span class="lineno"> 169</span>  rtl_UnicodeToTextContext hContext,</div>
<div class="line"><a name="l00170"></a><span class="lineno"> 170</span>  <span class="keyword">const</span> <a class="code" href="a00409.html#aa610619c9a4164b4cd9b6a86351da3cd">sal_Unicode</a>* pSrcBuf, sal_Size nSrcChars,</div>
<div class="line"><a name="l00171"></a><span class="lineno"> 171</span>  <a class="code" href="a00409.html#a50344fc80f122074b8a7e563c5627779">sal_Char</a>* pDestBuf, sal_Size nDestBytes,</div>
<div class="line"><a name="l00172"></a><span class="lineno"> 172</span>  sal_uInt32 nFlags, sal_uInt32* pInfo,</div>
<div class="line"><a name="l00173"></a><span class="lineno"> 173</span>  sal_Size* pSrcCvtChars );</div>
<div class="line"><a name="l00174"></a><span class="lineno"> 174</span> </div>
<div class="line"><a name="l00175"></a><span class="lineno"> 175</span> <span class="preprocessor">#ifdef __cplusplus</span></div>
<div class="line"><a name="l00176"></a><span class="lineno"> 176</span> <span class="preprocessor"></span>}</div>
<div class="line"><a name="l00177"></a><span class="lineno"> 177</span> <span class="preprocessor">#endif</span></div>
<div class="line"><a name="l00178"></a><span class="lineno"> 178</span> <span class="preprocessor"></span></div>
<div class="line"><a name="l00179"></a><span class="lineno"> 179</span> <span class="preprocessor">#endif // INCLUDED_RTL_TEXTCVT_H</span></div>
<div class="line"><a name="l00180"></a><span class="lineno"> 180</span> <span class="preprocessor"></span></div>
<div class="line"><a name="l00181"></a><span class="lineno"> 181</span> <span class="comment">/* vim:set shiftwidth=4 softtabstop=4 expandtab: */</span></div>
<div class="ttc" id="a00391_html_a50e3cc7aa7858a684467e160f191aa90"><div class="ttname"><a href="a00391.html#a50e3cc7aa7858a684467e160f191aa90">rtl_createUnicodeToTextConverter</a></div><div class="ttdeci">SAL_DLLPUBLIC rtl_UnicodeToTextConverter rtl_createUnicodeToTextConverter(rtl_TextEncoding eTextEncoding)</div><div class="ttdoc">see http://udk.openoffice.org/cpp/man/spec/textconversion.html </div></div>
<div class="ttc" id="a00391_html_acd2da9bbe2e42989444b37523336aee4"><div class="ttname"><a href="a00391.html#acd2da9bbe2e42989444b37523336aee4">rtl_resetUnicodeToTextContext</a></div><div class="ttdeci">SAL_DLLPUBLIC void rtl_resetUnicodeToTextContext(rtl_UnicodeToTextConverter hConverter, rtl_UnicodeToTextContext hContext)</div><div class="ttdoc">see http://udk.openoffice.org/cpp/man/spec/textconversion.html </div></div>
<div class="ttc" id="a00391_html_ad1247df86641f17394b80b201c10a79e"><div class="ttname"><a href="a00391.html#ad1247df86641f17394b80b201c10a79e">rtl_createUnicodeToTextContext</a></div><div class="ttdeci">SAL_DLLPUBLIC rtl_UnicodeToTextContext rtl_createUnicodeToTextContext(rtl_UnicodeToTextConverter hConverter)</div><div class="ttdoc">see http://udk.openoffice.org/cpp/man/spec/textconversion.html </div></div>
<div class="ttc" id="a00409_html_a50344fc80f122074b8a7e563c5627779"><div class="ttname"><a href="a00409.html#a50344fc80f122074b8a7e563c5627779">sal_Char</a></div><div class="ttdeci">char sal_Char</div><div class="ttdoc">A legacy synonym for char. </div><div class="ttdef"><b>Definition:</b> types.h:120</div></div>
<div class="ttc" id="a00391_html_a8ca1401e733965a4dd45c14bf3fc3069"><div class="ttname"><a href="a00391.html#a8ca1401e733965a4dd45c14bf3fc3069">rtl_UnicodeToTextContext</a></div><div class="ttdeci">void * rtl_UnicodeToTextContext</div><div class="ttdoc">see http://udk.openoffice.org/cpp/man/spec/textconversion.html </div><div class="ttdef"><b>Definition:</b> textcvt.h:110</div></div>
<div class="ttc" id="a00409_html"><div class="ttname"><a href="a00409.html">types.h</a></div></div>
<div class="ttc" id="a00391_html_a30c6e07fc870f6edfdc35743b3a9ef63"><div class="ttname"><a href="a00391.html#a30c6e07fc870f6edfdc35743b3a9ef63">rtl_createTextToUnicodeContext</a></div><div class="ttdeci">SAL_DLLPUBLIC rtl_TextToUnicodeContext rtl_createTextToUnicodeContext(rtl_TextToUnicodeConverter hConverter)</div><div class="ttdoc">see http://udk.openoffice.org/cpp/man/spec/textconversion.html </div></div>
<div class="ttc" id="a00408_html_aca1813580da4b82e3a00f8f85570b480"><div class="ttname"><a href="a00408.html#aca1813580da4b82e3a00f8f85570b480">SAL_DLLPUBLIC</a></div><div class="ttdeci">#define SAL_DLLPUBLIC</div><div class="ttdef"><b>Definition:</b> saldllapi.h:30</div></div>
<div class="ttc" id="a00391_html_a67620be3069eaa4af69ae219ad1f9da0"><div class="ttname"><a href="a00391.html#a67620be3069eaa4af69ae219ad1f9da0">rtl_destroyTextToUnicodeContext</a></div><div class="ttdeci">SAL_DLLPUBLIC void rtl_destroyTextToUnicodeContext(rtl_TextToUnicodeConverter hConverter, rtl_TextToUnicodeContext hContext)</div><div class="ttdoc">see http://udk.openoffice.org/cpp/man/spec/textconversion.html </div></div>
<div class="ttc" id="a00391_html_a906f35cc9ee30fcd0943694379c2c62e"><div class="ttname"><a href="a00391.html#a906f35cc9ee30fcd0943694379c2c62e">rtl_destroyUnicodeToTextContext</a></div><div class="ttdeci">SAL_DLLPUBLIC void rtl_destroyUnicodeToTextContext(rtl_UnicodeToTextConverter hConverter, rtl_UnicodeToTextContext hContext)</div><div class="ttdoc">see http://udk.openoffice.org/cpp/man/spec/textconversion.html </div></div>
<div class="ttc" id="a00391_html_aafb5f0e6b043c0b27f4e3b1b226eb7cb"><div class="ttname"><a href="a00391.html#aafb5f0e6b043c0b27f4e3b1b226eb7cb">rtl_convertUnicodeToText</a></div><div class="ttdeci">SAL_DLLPUBLIC sal_Size rtl_convertUnicodeToText(rtl_UnicodeToTextConverter hConverter, rtl_UnicodeToTextContext hContext, const sal_Unicode *pSrcBuf, sal_Size nSrcChars, sal_Char *pDestBuf, sal_Size nDestBytes, sal_uInt32 nFlags, sal_uInt32 *pInfo, sal_Size *pSrcCvtChars)</div><div class="ttdoc">see http://udk.openoffice.org/cpp/man/spec/textconversion.html </div></div>
<div class="ttc" id="a00391_html_a6217b06d4d85f6e3bfcc711d3baed00d"><div class="ttname"><a href="a00391.html#a6217b06d4d85f6e3bfcc711d3baed00d">rtl_destroyTextToUnicodeConverter</a></div><div class="ttdeci">SAL_DLLPUBLIC void rtl_destroyTextToUnicodeConverter(rtl_TextToUnicodeConverter hConverter)</div><div class="ttdoc">see http://udk.openoffice.org/cpp/man/spec/textconversion.html </div></div>
<div class="ttc" id="a00391_html_a2a5803c74f87fcb00c5bf33a063c0293"><div class="ttname"><a href="a00391.html#a2a5803c74f87fcb00c5bf33a063c0293">rtl_resetTextToUnicodeContext</a></div><div class="ttdeci">SAL_DLLPUBLIC void rtl_resetTextToUnicodeContext(rtl_TextToUnicodeConverter hConverter, rtl_TextToUnicodeContext hContext)</div><div class="ttdoc">see http://udk.openoffice.org/cpp/man/spec/textconversion.html </div></div>
<div class="ttc" id="a00391_html_ad0633cd07d385ee3830c2e025125cb80"><div class="ttname"><a href="a00391.html#ad0633cd07d385ee3830c2e025125cb80">rtl_createTextToUnicodeConverter</a></div><div class="ttdeci">SAL_DLLPUBLIC rtl_TextToUnicodeConverter rtl_createTextToUnicodeConverter(rtl_TextEncoding eTextEncoding)</div><div class="ttdoc">see http://udk.openoffice.org/cpp/man/spec/textconversion.html </div></div>
<div class="ttc" id="a00408_html"><div class="ttname"><a href="a00408.html">saldllapi.h</a></div></div>
<div class="ttc" id="a00409_html_aa610619c9a4164b4cd9b6a86351da3cd"><div class="ttname"><a href="a00409.html#aa610619c9a4164b4cd9b6a86351da3cd">sal_Unicode</a></div><div class="ttdeci">sal_uInt16 sal_Unicode</div><div class="ttdef"><b>Definition:</b> types.h:141</div></div>
<div class="ttc" id="a00392_html_a971dc838b99d01967cb589fb0f29ff55"><div class="ttname"><a href="a00392.html#a971dc838b99d01967cb589fb0f29ff55">rtl_TextEncoding</a></div><div class="ttdeci">sal_uInt16 rtl_TextEncoding</div><div class="ttdoc">The various supported text encodings. </div><div class="ttdef"><b>Definition:</b> textenc.h:33</div></div>
<div class="ttc" id="a00391_html_a2e48e68c40b2e206dcfa3315c0bb0357"><div class="ttname"><a href="a00391.html#a2e48e68c40b2e206dcfa3315c0bb0357">rtl_destroyUnicodeToTextConverter</a></div><div class="ttdeci">SAL_DLLPUBLIC void rtl_destroyUnicodeToTextConverter(rtl_UnicodeToTextConverter hConverter)</div><div class="ttdoc">see http://udk.openoffice.org/cpp/man/spec/textconversion.html </div></div>
<div class="ttc" id="a00392_html"><div class="ttname"><a href="a00392.html">textenc.h</a></div></div>
<div class="ttc" id="a00402_html"><div class="ttname"><a href="a00402.html">config.h</a></div></div>
<div class="ttc" id="a00391_html_a2940b37f393ed34b8c51e87a51ef0ba2"><div class="ttname"><a href="a00391.html#a2940b37f393ed34b8c51e87a51ef0ba2">rtl_TextToUnicodeContext</a></div><div class="ttdeci">void * rtl_TextToUnicodeContext</div><div class="ttdoc">see http://udk.openoffice.org/cpp/man/spec/textconversion.html </div><div class="ttdef"><b>Definition:</b> textcvt.h:42</div></div>
<div class="ttc" id="a00391_html_a6a3be225e8bc60a75474145979b3dff6"><div class="ttname"><a href="a00391.html#a6a3be225e8bc60a75474145979b3dff6">rtl_convertTextToUnicode</a></div><div class="ttdeci">SAL_DLLPUBLIC sal_Size rtl_convertTextToUnicode(rtl_TextToUnicodeConverter hConverter, rtl_TextToUnicodeContext hContext, const sal_Char *pSrcBuf, sal_Size nSrcBytes, sal_Unicode *pDestBuf, sal_Size nDestChars, sal_uInt32 nFlags, sal_uInt32 *pInfo, sal_Size *pSrcCvtBytes)</div><div class="ttdoc">see http://udk.openoffice.org/cpp/man/spec/textconversion.html </div></div>
<div class="ttc" id="a00391_html_abb2b8acc5e2e66f89d05e2ca95e53f04"><div class="ttname"><a href="a00391.html#abb2b8acc5e2e66f89d05e2ca95e53f04">rtl_TextToUnicodeConverter</a></div><div class="ttdeci">void * rtl_TextToUnicodeConverter</div><div class="ttdoc">see http://udk.openoffice.org/cpp/man/spec/textconversion.html </div><div class="ttdef"><b>Definition:</b> textcvt.h:38</div></div>
<div class="ttc" id="a00391_html_a371f6f0aa0948d70af8d89f2697a0c86"><div class="ttname"><a href="a00391.html#a371f6f0aa0948d70af8d89f2697a0c86">rtl_UnicodeToTextConverter</a></div><div class="ttdeci">void * rtl_UnicodeToTextConverter</div><div class="ttdoc">see http://udk.openoffice.org/cpp/man/spec/textconversion.html </div><div class="ttdef"><b>Definition:</b> textcvt.h:106</div></div>
</div><!-- fragment --></div><!-- contents -->
<!-- start footer part -->
<hr class="footer"/><address class="footer"><small>
Generated by  <a href="http://www.doxygen.org/index.html">
<img class="footer" src="doxygen.png" alt="doxygen"/>
</a> 1.8.5
</small></address>
</body>
</html>