/* -*- 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 . */ #pragma once // const ----------------------------------------------------------------- const short RET_BTN_1 = 100; const short RET_BTN_2 = 101; /* vim:set shiftwidth=4 softtabstop=4 expandtab: */ 1 LibreOffice 核心代码仓库文档基金会
summaryrefslogtreecommitdiff
path: root/editeng/qa/unit
AgeCommit message (Expand)Author
2024-11-24tdf#147021 Use std::size() instead of SAL_N_ELEMENTS() macroMohamed Ali
2024-11-24Let ESelection use EPaM for simplificationMike Kaganski
2024-11-04new loplugin:staticconstexprNoel Grandin
2024-10-31convert KernArray from sal_Int32 to doubleNoel Grandin
2024-09-09tdf#162803 editeng: Fix invalid kashida array after layoutJonathan Clark
2024-09-04tdf#151748 editeng: Fix crash in kashida justification after updateJonathan Clark
2024-07-18tdf#55693: port test to CppunitTest_sw_autocorrectXisco Fauli
2024-06-22fix O(n^2) behaviour when fetching field info from EditEngineNoel Grandin
2024-06-21tdf#158454 Add Thai Autocorrect Support, coding partTheppitak Karoonboonyanan
2024-06-18loplugin:ostr in variousNoel Grandin
2024-06-14prefer simple HTML format over RTF while pasting clipboard contentOliver Specht
2024-05-08Case Rotation in Impress and Writer improvedOliver Specht
2024-05-07loplugin:ostr in editengNoel Grandin
2024-03-12tdf#63259 Cycle case should work on end of wordsOliver Specht
2024-02-19Fix typoAndrea Gelmini
2024-02-16tdf#154248 sd: change multiline field wrappingAttila Szűcs
2024-02-02tdf#159507 editeng: support pasting HTML fragmentsMiklos Vajna
2024-01-24cool#8023 editeng: support HTML pasteMiklos Vajna
2024-01-16editeng: add EditLineList testTomaž Vajngerl
2024-01-15editeng: return ParaPortion from the list as a ref.Tomaž Vajngerl
2024-01-14editeng: add simple test for CreateLines methodTomaž Vajngerl
2024-01-02editeng: better lifecycle control for ContentNode in EditDocTomaž Vajngerl
2023-12-31editeng: cleanup operators and constructors for EditSelection + testTomaž Vajngerl
2023-12-31editeng: cleanup operators and constructors for EditPaM + testTomaž Vajngerl
2023-12-30editeng: EditLine test and refactor constructors, operatorsTomaž Vajngerl
2023-12-28Fix typoAndrea Gelmini
2023-12-28editeng: add EPaM unit testsTomaž Vajngerl
2023-12-28editeng: add ESelection unit testsTomaž Vajngerl
2023-10-15Repurpose loplugin:stringstatic for O[U]String vars that can be constexprStephan Bergmann
2023-10-12editeng: move the methods into Test class definitionTomaž Vajngerl
2023-08-18ITEM: preparations for more/easier changesArmin Le Grand (allotropia)
2023-06-22editeng: qa: add single line unit testHenry Castro
2023-04-12loplugin:stringview whitelist getLength and isEmptyNoel Grandin
2023-04-04tdf#153880 sc: Make Calc text hyperlinks stand out moreBalazs Varga
2022-05-11tdf#148148: Applying Title Case when selection contains only spacesMichael Warner
2022-04-18tdf#148620 Crash in Draw using Format > Lists > Move DownNoel Grandin
2022-02-17tdf#147196: Fix crash in editeng when applying title case formatMichael Warner
2022-02-01tdf#144851 Honor Selection When Applying Title Case FormatMichael Warner
2022-01-17Recheck modules [e-f]* with IWYUGabor Kelemen
2022-01-10Move HAVE_MORE_FONTS into an extra config headerJan-Marek Glogowski
2021-11-26tdf#49033 Honor Selection When Applying Sentence Case FormatMichael Warner
2021-11-23O[U]String::replaceAt overloads that take string_viewNoel Grandin
2021-10-14Use more appropriate return type for some editeng functionsStephan Bergmann