summaryrefslogtreecommitdiff
path: root/include/linguistic/lngprops.hxx
blob: 2c3dc1d901f1effaba5efc597365be590e8e2cc7 (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
/* -*- 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_LINGUISTIC_LNGPROPS_HXX
#define INCLUDED_LINGUISTIC_LNGPROPS_HXX

#include <rtl/ustring.hxx>

// maximal number of suggestions to be returned in spelling  context-menu
// (may not include results added by looking up user dictionaries)
inline constexpr OUStringLiteral UPN_MAX_NUMBER_OF_SUGGESTIONS = u"MaxNumberOfSuggestions";

#endif

/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
atch by: Mark Hung <marklh9 at gmail dot com> review by: orw Notes: prefer: b3603e0e0e5dbfbeaa2426c499e8f64be2d15765 2014-07-08125215: *.docx import: Bookmark ID has to be treated as an IntegerOliver-Rainer Wittmann Notes: prefer: 61f6193d26615e5849a97d670f77d71c7f7d8dea 2014-07-03Issue 119044 - Highlighter from DOCX file not imported correctlySteve Yin Notes: ignore: fixed 2014-04-29Many spelling fixes: directories r* - z*.Pedro Giffuni Attempt to clean up most but certainly not all the spelling mistakes that found home in OpenOffice through decades. We could probably blame the international nature of the code but it is somewhat shameful that this wasn't done before. Notes: merged as: 820a29950b3085a713026995fdc43e32b6ded5f7 2014-02-25124106: correct handling of paragraph attributes, esp. whose which are ↵Oliver-Rainer Wittmann providing the default value explicitly Notes: merged as: c30fb7d7269b5bdd1853ac22120f57aa2bfd13a5 2014-02-21123345: assure availability of member data for table style importOliver-Rainer Wittmann Notes: ignore: fixed 2014-02-13124058: correction the formerly provided fixOliver-Rainer Wittmann Notes: prefer: 660d761bfeea81c0b76cf08b4c961a2ad8d09a06 2014-02-07123345: import - correct handling of sub tablesOliver-Rainer Wittmann import - import table's left margin import - set table's bottom margin explicitly Notes: ignore: fixed 2014-01-28#i124131# use smart pointer's bool operator instead of comparing its content ↵Herbert Dürr against NULL this makes the code more typesafe and avoids the -Wnull-conversion warnings seen with boost>=1.55 smart pointers in C+11 enabled build environments Notes: prefer: 6cf30940750607eeb062113dbee9968769d7bd06