/* -*- 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/. */ #ifndef __EDITENG_FIELDUPDATER_HXX__ #define __EDITENG_FIELDUPDATER_HXX__ #include "editengdllapi.h" class EditTextObject; namespace editeng { class FieldUpdaterImpl; /** * Wrapper for EditTextObject to handle updating of fields without exposing * the internals of EditTextObject structure. */ class EDITENG_DLLPUBLIC FieldUpdater { FieldUpdaterImpl* mpImpl; FieldUpdater(); // disabled public: FieldUpdater(EditTextObject& rObj); FieldUpdater(const FieldUpdater& r); ~FieldUpdater(); /** * Set a new table ID to all table fields. * * @param nTab new table ID */ void updateTableFields(int nTab); }; } #endif /* vim:set shiftwidth=4 softtabstop=4 expandtab: */ tro/allotropia/zeta-7-4'>distro/allotropia/zeta-7-4 LibreOffice 核心代码仓库文档基金会
summaryrefslogtreecommitdiff
path: root/winaccessibility/source/UAccCOM/AccTextBase.cxx
AgeCommit message (Expand)Author
2024-06-14wina11y: Fix handling for special text offset -1Michael Weghorn
2023-10-21tdf#135922 a11y: Prepare reporting text attrs as IA2 obj attrsMichael Weghorn
2023-10-19tdf#157696 wina11y: Switch from custom to IA2 text attributesMichael Weghorn
2023-10-11wina11y: Drop CAccTextBase::GetXInterfaceMichael Weghorn
2023-10-11wina11y: Drop unnecessary check for empty ReferenceMichael Weghorn
2023-08-09wina11y: Drop "#CHECK#" commentsMichael Weghorn
2023-08-09tdf#156679 wina11y: Convert screen to local coords as neededMichael Weghorn
2023-04-17loplugin:stringaddStephan Bergmann
2022-09-09Simplify by using replaceAll in a loop (winaccessibility/AccTextBase)Julien Nabet
2022-03-23Drop ENTER/LEAVE_PROTECTED_BLOCK and ISDESTROY macrosMike Kaganski
2021-11-26loplugin:stringviewparamStephan Bergmann
2021-11-01Prepare for removal of non-const operator[] from Sequence in winaccessibilityMike Kaganski
2021-09-30loplugin:sallogareas (clang-cl)Stephan Bergmann
2021-07-21wina11y: Deduplicate mapping for IA2TextBoundaryTypeMichael Weghorn
2020-11-25Strength-reduce ReplaceOneChar parameter from string to single characterStephan Bergmann
2020-09-01Fix typoAndrea Gelmini
2020-05-09tdf#118418 implement scrollSubstringTo() for Qt & windowsSamuel Thibault
2019-10-02-Werror,-Wmicrosoft-exception-spec (clang-cl)Stephan Bergmann
2019-09-27Deduplicate O(U)StringNumber definitions; add toAsciiUpperCaseMike Kaganski
2019-09-24support O(U)String::number() for fast string concatenationLuboš Luňák
2018-12-10tdf#42949 Fix IWYU warnings in include/vcl/s*Gabor Kelemen
2018-10-24remove more rtl::OUString and OString prefixesNoel Grandin
2017-10-05Rename and move SAL_U/W to o3tl::toU/WMike Kaganski
2017-10-03Replace more reinterpret_cast with SAL_W/SAL_UMike Kaganski
2017-05-11Clean up uses of SAL_U/SAL_W: winaccessibilityStephan Bergmann
2017-04-04Finally switch MSVC to sal_Unicode = char16_t, tooStephan Bergmann
2016-10-15clang-cl loplugin: winaccessibilityStephan Bergmann
2016-10-02cppcheck invalidPrintfArgTypeJochen Nitschke
2015-11-24com::sun::star->css in winaccessibility/Noel Grandin
2015-06-15cppcheck:redundantAssignmentNoel Grandin