LibreOffice Module i18npool (master) 1
indexentrysupplier_default.hxx
Go to the documentation of this file.
1/* -*- Mode: C++; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- */
2/*
3 * This file is part of the LibreOffice project.
4 *
5 * This Source Code Form is subject to the terms of the Mozilla Public
6 * License, v. 2.0. If a copy of the MPL was not distributed with this
7 * file, You can obtain one at http://mozilla.org/MPL/2.0/.
8 *
9 * This file incorporates work covered by the following license notice:
10 *
11 * Licensed to the Apache Software Foundation (ASF) under one or more
12 * contributor license agreements. See the NOTICE file distributed
13 * with this work for additional information regarding copyright
14 * ownership. The ASF licenses this file to you under the Apache
15 * License, Version 2.0 (the "License"); you may not use this file
16 * except in compliance with the License. You may obtain a copy of
17 * the License at http://www.apache.org/licenses/LICENSE-2.0 .
18 */
19#pragma once
20
22
23#include <memory>
24#include <string_view>
25
26namespace i18npool {
27
28class Index;
29
30
31
33public:
34 IndexEntrySupplier_Unicode( const css::uno::Reference < css::uno::XComponentContext >& rxContext );
35 virtual ~IndexEntrySupplier_Unicode() override;
36
37 virtual sal_Bool SAL_CALL loadAlgorithm(
38 const css::lang::Locale& rLocale,
39 const OUString& SortAlgorithm, sal_Int32 collatorOptions ) override;
40
41 virtual OUString SAL_CALL getIndexKey( const OUString& IndexEntry,
42 const OUString& PhoneticEntry, const css::lang::Locale& rLocale ) override;
43
44 virtual sal_Int16 SAL_CALL compareIndexEntry( const OUString& IndexEntry1,
45 const OUString& PhoneticEntry1, const css::lang::Locale& rLocale1,
46 const OUString& IndexEntry2, const OUString& PhoneticEntry2,
47 const css::lang::Locale& rLocale2 ) override;
48
49 virtual OUString SAL_CALL getIndexCharacter( const OUString& rIndexEntry,
50 const css::lang::Locale& rLocale, const OUString& rSortAlgorithm ) override;
51
52private:
53 std::unique_ptr<Index> index;
54};
55
56struct IndexKey {
58 OUString mkey;
59 OUString desc;
60};
61
63{
64public:
65 IndexTable();
67
68 void init(sal_Unicode start_, sal_Unicode end_, IndexKey const * keys, sal_Int16 key_count, Index *index);
69
73};
74
75#define MAX_KEYS 0xff
76#define MAX_TABLES 20
77
78class Index
79{
80public:
81 Index(const css::uno::Reference < css::uno::XComponentContext >& rxContext);
82 ~Index();
83
85 void init(const css::lang::Locale& rLocale, const OUString& algorithm);
86
88 void makeIndexKeys(const css::lang::Locale &rLocale, std::u16string_view algorithm);
89 sal_Int16 getIndexWeight(const OUString& rIndexEntry);
90 OUString getIndexDescription(const OUString& rIndexEntry);
91 sal_Int16 compare(sal_Unicode c1, sal_Unicode c2);
92
93private:
95 sal_Int16 table_count;
97 sal_Int16 key_count;
98 sal_Int16 mkeys[MAX_KEYS];
99 sal_Int16 mkey_count;
102};
103
104}
105
106/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
struct _ADOIndex Index
IndexEntrySupplier_Unicode(const css::uno::Reference< css::uno::XComponentContext > &rxContext)
virtual sal_Int16 SAL_CALL compareIndexEntry(const OUString &IndexEntry1, const OUString &PhoneticEntry1, const css::lang::Locale &rLocale1, const OUString &IndexEntry2, const OUString &PhoneticEntry2, const css::lang::Locale &rLocale2) override
virtual OUString SAL_CALL getIndexCharacter(const OUString &rIndexEntry, const css::lang::Locale &rLocale, const OUString &rSortAlgorithm) override
virtual sal_Bool SAL_CALL loadAlgorithm(const css::lang::Locale &rLocale, const OUString &SortAlgorithm, sal_Int32 collatorOptions) override
virtual OUString SAL_CALL getIndexKey(const OUString &IndexEntry, const OUString &PhoneticEntry, const css::lang::Locale &rLocale) override
void init(sal_Unicode start_, sal_Unicode end_, IndexKey const *keys, sal_Int16 key_count, Index *index)
OUString getIndexDescription(const OUString &rIndexEntry)
rtl::Reference< CollatorImpl > collator
sal_Int16 getIndexWeight(const OUString &rIndexEntry)
sal_Int16 mkeys[MAX_KEYS]
sal_Int16 compare(sal_Unicode c1, sal_Unicode c2)
void init(const css::lang::Locale &rLocale, const OUString &algorithm)
void makeIndexKeys(const css::lang::Locale &rLocale, std::u16string_view algorithm)
IndexTable tables[MAX_TABLES]
Index(const css::uno::Reference< css::uno::XComponentContext > &rxContext)
#define MAX_KEYS
#define MAX_TABLES
Constant values shared between i18npool and, for example, the number formatter.
index
unsigned char sal_uInt8
unsigned char sal_Bool
sal_uInt16 sal_Unicode