# hunspell affix file for Scottish Gaelic by Kevin Scannell # # Copyright 2010 Kevin P. Scannell # # This program is free software; you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by # the Free Software Foundation; either version 2 of the License, or # (at your option) any later version. # # This program is distributed in the hope that it will be useful, # but WITHOUT ANY WARRANTY; without even the implied warranty of # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the # GNU General Public License for more details. # # You should have received a copy of the GNU General Public License # along with this program; if not, write to the Free Software # Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA # 02110-1301, USA. SET UTF-8 TRY ahinrdescltogumbàf-AòCìBùèTpGSDMRFPILN'EOUÀéÒÌÙÈHóWVXxQyqÉKwvJÁk WORDCHARS -'’ # replace correct accented double vowels with unaccented ones for acceptance ICONV 1 ICONV ’ ' # To avoid breaking h- n- t- words LEFTHYPHENMIN 3 # BREAK 0 does not work (reported as bug), so this is a work-around # This also causes the - to be seen as part of the word, # which is necessary to support the optional - in compounded words BREAK 1 BREAK = REP 48 REP a à REP à a REP á à REP e è REP è e REP é è REP i ì REP ì i REP í ì REP o ò REP ò o REP ó ò REP u ù REP ù u REP ú ù REP ai ia REP ia ai REP ia ìo REP ìo ia REP ìa ia REP ia eu REP eu ia REP ìu iù REP dh gh REP gh dh REP dh th REP th dh REP bh mh REP mh bh REP l ll REP ll l REP n nn REP nn n REP r rr REP rr r REP sc sg REP sd st REP sb sp REP be b'_e REP bh'a bh'_a REP chionns chionn_'s REP fhads fhad_'s REP fiù's fiù_'s REP sgàths sgàth_'s REP sann 's_ann REP se 's_e REP th'a th'_a REP t-strì strì MAP 5 MAP aáàAÁÀ MAP eéèEÉÈ MAP iíìIÍÌ MAP oóòOÓÒ MAP uúùUÚÙ PFX S Y 18 PFX S b bh b[^h] PFX S B Bh B[^h] PFX S c ch c[^h] PFX S C Ch C[^h] PFX S d dh d[^h] PFX S D Dh D[^h] PFX S f fh f[^h] PFX S F Fh F[^h] PFX S g gh g[^h] PFX S G Gh G[^h] PFX S m mh m[^h] PFX S M Mh M[^h] PFX S p ph p[^h] PFX S P Ph P[^h] PFX S s sh s[aeiouáéíóúàèìòùlnr] PFX S S Sh S[aeiouáéíóúàèìòùlnr] PFX S t th t[^h] PFX S T Th T[^h] PFX H Y 1 PFX H 0 h- [aeiouáéíóúàèìòùAEIOUÁÉÍÓÚÀÈÌÒÙ] PFX D Y 3 PFX D 0 d' [aeiouáéíóúàèìòùAEIOUÁÉÍÓÚÀÈÌÒÙ] PFX D 0 d' fh PFX D f d'fh f[^h] PFX E Y 3 PFX E 0 dh' [aeiouáéíóúàèìòùAEIOUÁÉÍÓÚÀÈÌÒÙ] PFX E 0 dh' fh PFX E f dh'fh f[^h] PFX T Y 2 PFX T 0 t- [aeiouáéíóúàèìòùAEIOUÁÉÍÓÚÀÈÌÒÙ] PFX T 0 t- [Ss][aeiouáéíóúàèìòùlnr] PFX N Y 1 PFX N 0 n- [aeiouáéíóúàèìòùAEIOUÁÉÍÓÚÀÈÌÒÙ] SFX K Y 6 SFX K 0 -sa [^-] SFX K 0 -se [^-] SFX K 0 -ne [^-] SFX K 0 -san [^-] SFX K 0 eigin [^e] SFX K 0 igin e #SFX K 0 sa [^-] #SFX K 0 se [^-] #SFX K 0 ne [^-] #SFX K 0 san [^-] stro/collabora/cp-4.1 LibreOffice 核心代码仓库文档基金会
summaryrefslogtreecommitdiff
path: root/vcl/source/control/ctrl.cxx
AgeCommit message (Expand)Author
2023-07-25Control::LogicInvalidate takes a pixel rectangleNoel Grandin
2023-07-20split GetWindowExtentsRelative asunderNoel Grandin
2023-07-06DrawTextFlags::HideMnemonic is unusedNoel Grandin
2023-06-30loplugin:unusedmethodsNoel Grandin
2023-03-11Fix typoAndrea Gelmini
2023-03-10lok: some tunneled dialog control was not invalidated correctlyMarco Cecchetti
2023-03-07lok: form controls: rendering and mouse event forwardingMarco Cecchetti
2023-02-21tdf#142783 consider the Calendar Edit and DropDown as one compound controlCaolán McNamara
2022-10-24Drop Window::LogicMouse*Mike Kaganski
2022-09-19Rename MouseNotifyEvent to NotifyEventTypeSamuel Mehrbrodt
2022-08-25vcl: rename GetNonMnemonicString() and make it standalone functionChris Sherlock
2022-04-26Use o3tl::make_unsigned in some placesStephan Bergmann
2021-09-28vcl: rename OutDevState to StackChris Sherlock
2021-08-08no need to allocate ControlLayoutData separatelyNoel Grandin
2021-07-30flatten vcl::ImplControlDataNoel Grandin
2021-05-28IsDisposed->isDisposed in vcl/../controlNoel Grandin
2021-05-17split OutputDevice from WindowNoel Grandin
2021-05-03vcl: remove MetricVectorChris Sherlock
2021-04-26lok: add rendering and input for form controls in CalcTomaž Vajngerl
2020-10-19use tools::Long in vclNoel
2020-08-26make get_extents_relative_to constCaolán McNamara
2020-05-25loplugin:unusedmethodsNoel Grandin
2019-10-04loplugin:singlevalfieldsNoel Grandin
2019-07-02tdf#42949 Fix IWYU warnings in vcl/source/[a-e]*Gabor Kelemen
2019-04-01drop unnecessary includesCaolán McNamara
2019-02-11loplugin:indentation in vclNoel Grandin
2018-07-31Add missing sal/log.hxx headersGabor Kelemen
2018-07-15tdf#118377 Do not use disposed OutputDeviceArmin Le Grand
2018-07-06uitest logger: log the events calling CallEventListeners()Saurav Chirania
2018-06-05tdf#42949 remove unused compheler includes ..Jochen Nitschke
2018-04-23loplugin:useuniqueptr in ControlNoel Grandin
2018-04-01remove unused processfactory.hxx includesJochen Nitschke
2018-02-12One less ctor/dtorMike Kaganski
2018-02-10lokdialog: Handle dialog items' invalidation in generalTamás Zolnai
2018-01-20tdf#115023 Check mpControlData for nullptrMaxim Monastirsky
2018-01-12More loplugin:cstylecast: vclStephan Bergmann
2017-12-06lokdialog: Window* -> VclPtr<Window>, and a small simplification.Jan Holesovsky
2017-12-04lokdialog: Simplify; make the LOK dialog API more genericPranav Kant
2017-11-09lokdialog: Support painting parts of the dialogPranav Kant
2017-10-06coverity#1418966 static_cast should be sufficientCaolán McNamara
2017-10-02lokdialog: Mouse events for dialog floating child windowsPranav Kant
2017-10-02lokdialog: Dialog invalidation supportPranav Kant
2017-05-19loplugin:stringcopy: vclStephan Bergmann