summaryrefslogtreecommitdiff
path: root/dtrans/source/win32/misc/ImplHelper.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'dtrans/source/win32/misc/ImplHelper.hxx')
-rw-r--r--dtrans/source/win32/misc/ImplHelper.hxx13
1 files changed, 0 insertions, 13 deletions
diff --git a/dtrans/source/win32/misc/ImplHelper.hxx b/dtrans/source/win32/misc/ImplHelper.hxx
index 10fb2593cc54..de50bd8f94ff 100644
--- a/dtrans/source/win32/misc/ImplHelper.hxx
+++ b/dtrans/source/win32/misc/ImplHelper.hxx
@@ -17,7 +17,6 @@
* the License at http://www.apache.org/licenses/LICENSE-2.0 .
*/
-
#ifndef _IMPLHELPER_HXX_
#define _IMPLHELPER_HXX_
@@ -41,49 +40,37 @@ DVTARGETDEVICE* SAL_CALL CopyTargetDevice(DVTARGETDEVICE* ptdSrc);
// some codepage helper functions
-//--------------------------------------------------
// returns a windows codepage appropriate to the
// given mime charset parameter value
-//--------------------------------------------------
sal_uInt32 SAL_CALL getWinCPFromMimeCharset(
const OUString& charset );
-//--------------------------------------------------
// returns a windows codepage appropriate to the
// given locale and locale type
-//--------------------------------------------------
OUString SAL_CALL getWinCPFromLocaleId(
LCID lcid, LCTYPE lctype );
-//--------------------------------------------------
// returns a mime charset parameter value appropriate
// to the given codepage, optional a prefix can be
// given, e.g. "windows-" or "cp"
-//--------------------------------------------------
OUString SAL_CALL getMimeCharsetFromWinCP(
sal_uInt32 cp, const OUString& aPrefix );
-//--------------------------------------------------
// returns a mime charset parameter value appropriate
// to the given locale id and locale type, optional a
// prefix can be given, e.g. "windows-" or "cp"
-//--------------------------------------------------
OUString SAL_CALL getMimeCharsetFromLocaleId(
LCID lcid, LCTYPE lctype, const OUString& aPrefix );
-//-----------------------------------------------------
// returns true, if a given codepage is an oem codepage
-//-----------------------------------------------------
sal_Bool SAL_CALL IsOEMCP( sal_uInt32 codepage );
-//--------------------------------------------------
// converts a codepage into a string representation
-//--------------------------------------------------
OUString SAL_CALL cptostr( sal_uInt32 codepage );