# -*- Mode: makefile-gmake; tab-width: 4; indent-tabs-mode: t -*- # # 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/. # $(eval $(call gb_Library_Library,dba)) $(eval $(call gb_Library_set_include,dba,\ $$(INCLUDE) \ -I$(SRCDIR)/dbaccess/inc \ -I$(SRCDIR)/dbaccess/source/inc \ -I$(SRCDIR)/dbaccess/source/core/inc \ -I$(SRCDIR)/dbaccess/source/filter/hsqldb \ -I$(WORKDIR)/YaccTarget/connectivity/source/parse \ )) $(eval $(call gb_Library_set_precompiled_header,dba,dbaccess/inc/pch/precompiled_dba)) $(eval $(call gb_Library_add_defs,dba,\ -DOOO_DLLIMPLEMENTATION_DBA \ )) $(eval $(call gb_Library_use_external,dba,boost_headers)) $(eval $(call gb_Library_use_sdk_api,dba)) $(eval $(call gb_Library_use_libraries,dba,\ comphelper \ cppu \ cppuhelper \ dbahsql \ dbtools \ fwe \ i18nlangtag \ sal \ salhelper \ sax \ sb \ sfx \ svl \ svt \ svxcore \ tl \ ucbhelper \ utl \ vcl \ xo \ )) $(eval $(call gb_Library_set_componentfile,dba,dbaccess/util/dba)) $(eval $(call gb_Library_add_exception_objects,dba,\ dbaccess/source/core/api/BookmarkSet \ dbaccess/source/core/api/CacheSet \ dbaccess/source/core/api/callablestatement \ dbaccess/source/core/api/CIndexes \ dbaccess/source/core/api/column \ dbaccess/source/core/api/columnsettings \ dbaccess/source/core/api/CRowSetColumn \ dbaccess/source/core/api/CRowSetDataColumn \ dbaccess/source/core/api/datacolumn \ dbaccess/source/core/api/datasettings \ dbaccess/source/core/api/definitioncolumn \ dbaccess/source/core/api/FilteredContainer \ dbaccess/source/core/api/HelperCollections \ dbaccess/source/core/api/KeySet \ dbaccess/source/core/api/OptimisticSet \ dbaccess/source/core/api/preparedstatement \ dbaccess/source/core/api/PrivateRow \ dbaccess/source/core/api/query \ dbaccess/source/core/api/querycomposer \ dbaccess/source/core/api/querycontainer \ dbaccess/source/core/api/querydescriptor \ dbaccess/source/core/api/resultcolumn \ dbaccess/source/core/api/resultset \ dbaccess/source/core/api/RowSet \ dbaccess/source/core/api/RowSetBase \ dbaccess/source/core/api/RowSetCache \ dbaccess/source/core/api/RowSetCacheIterator \ dbaccess/source/core/api/SingleSelectQueryComposer \ dbaccess/source/core/api/statement \ dbaccess/source/core/api/StaticSet \ dbaccess/source/core/api/table \ dbaccess/source/core/api/tablecontainer \ dbaccess/source/core/api/TableDeco \ dbaccess/source/core/api/View \ dbaccess/source/core/api/viewcontainer \ dbaccess/source/core/api/WrappedResultSet \ dbaccess/source/core/dataaccess/bookmarkcontainer \ dbaccess/source/core/dataaccess/commandcontainer \ dbaccess/source/core/dataaccess/commanddefinition \ dbaccess/source/core/dataaccess/ComponentDefinition \ dbaccess/source/core/dataaccess/connection \ dbaccess/source/core/dataaccess/ContentHelper \ dbaccess/source/core/dataaccess/dataaccessdescriptor \ dbaccess/source/core/dataaccess/databasecontext \ dbaccess/source/core/dataaccess/databasedocument \ dbaccess/source/core/dataaccess/databaseregistrations \ dbaccess/source/core/dataaccess/datasource \ dbaccess/source/core/dataaccess/definitioncontainer \ dbaccess/source/core/dataaccess/documentcontainer \ dbaccess/source/core/dataaccess/documentdefinition \ dbaccess/source/core/dataaccess/documenteventexecutor \ dbaccess/source/core/dataaccess/documenteventnotifier \ dbaccess/source/core/dataaccess/documentevents \ dbaccess/source/core/dataaccess/intercept \ dbaccess/source/core/dataaccess/ModelImpl \ dbaccess/source/core/dataaccess/myucp_datasupplier \ dbaccess/source/core/dataaccess/myucp_resultset \ dbaccess/source/core/dataaccess/SharedConnection \ dbaccess/source/core/misc/apitools \ dbaccess/source/core/misc/ContainerMediator \ dbaccess/source/core/misc/DatabaseDataProvider \ dbaccess/source/core/misc/dsntypes \ dbaccess/source/core/misc/objectnameapproval \ dbaccess/source/core/misc/migrwarndlg \ dbaccess/source/core/misc/PropertyForward \ dbaccess/source/core/misc/sdbcoretools \ dbaccess/source/core/misc/services \ dbaccess/source/core/misc/veto \ dbaccess/source/core/recovery/dbdocrecovery \ dbaccess/source/core/recovery/settingsimport \ dbaccess/source/core/recovery/storagestream \ dbaccess/source/core/recovery/storagetextstream \ dbaccess/source/core/recovery/storagexmlstream \ dbaccess/source/core/recovery/subcomponentloader \ dbaccess/source/core/recovery/subcomponentrecovery \ dbaccess/source/core/resource/core_resource \ )) # vim: set noet sw=4 ts=4: /libreoffice-7-5+backports LibreOffice 核心代码仓库文档基金会
summaryrefslogtreecommitdiff
path: root/sfx2/source/control/charmapcontrol.cxx
AgeCommit message (Collapse)Author
2019-08-05tdf#126592 Make special characters insert in OLE objectsJim Raykowski
Change-Id: I1b7def6487e98abc9aba964d86be24708eb927cb Reviewed-on: https://gerrit.libreoffice.org/76835 Reviewed-by: Heiko Tietze <heiko.tietze@documentfoundation.org> Tested-by: Jenkins
2019-07-29Simplify Sequence iterations in sfx2Arkadiy Illarionov
Use range-based loops, STL and comphelper functions Change-Id: I6a0d18493db7a25e8b41925f2d45cb221b5065a7 Reviewed-on: https://gerrit.libreoffice.org/76074 Tested-by: Jenkins Reviewed-by: Arkadiy Illarionov <qarkai@gmail.com>
2019-05-19tdf#123793 Follow up fix for kb nav of special chars popupJim Raykowski
Static variable use to determine if initializing can focus properties of recent and favorite controls is needed only allows init to ever happen once. This patch changes use to a member variable. This corrects the problem of kb navigation only works the the first time the popup is shown and tab is used to navigate. Change-Id: I2bbb66071b582c9a4282c79d801b4a36c375ed2d Reviewed-on: https://gerrit.libreoffice.org/72264 Tested-by: Jenkins Reviewed-by: Jim Raykowski <raykowj@gmail.com>
2019-05-11tdf#123793 Add kb tab navigation to special chars popup windowJim Raykowski
...and keep the 'More Characters...' button as first focused Change-Id: Iab4cb00aaed9250f0cc7f35f27af48eb326f2a48 Reviewed-on: https://gerrit.libreoffice.org/71834 Tested-by: Jenkins Reviewed-by: Jim Raykowski <raykowj@gmail.com>
2018-08-24tdf#118993 - Missing new Insert Special Character in Calcheiko tietze
Added also to Impress and Draw for consistency Fix for tdf#116355 included and SID_CHARMAP_CONTROL disabled in Impress like SID_CHARMAP Change-Id: I8b9925f6124527dfc27c7a27f6c8832c7e9c88e2 Reviewed-on: https://gerrit.libreoffice.org/58323 Tested-by: Jenkins Reviewed-by: Maxim Monastirsky <momonasmon@gmail.com>
2018-04-15remove some unused comphelper includesJochen Nitschke
and fix the fallout Change-Id: I5d0c2040f57a3ac354a7e277592da31d09a5f359 Reviewed-on: https://gerrit.libreoffice.org/52894 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Jochen Nitschke <j.nitschke+logerrit@ok.de>
2018-03-30weld SvxCharacterMap dialogCaolán McNamara
and SmSymDefineDialog There's a whole bunch of interrelated stuff which needs to work at the same time. add menu support, keyboard support, better mouse support, a gtk scrollable adaptor to support pseudo scrolling drawing bodge, plugable uitest support for custom widgets, plugable a11y support for custom widgets via the existing atk_object_wrapper_new wrapper for XAccessible In this specific case, change SvxCharacterMap from something that has an internal scrollbar to a scrolledwindow where the scrollbar is external, which drops the need for the a11y impl of SvxCharacterMap to emulate being a scrolled window and internal table and just needs the table a11y impl Change-Id: Ia2743d6958021c525a1900154dcbb69ae33fc400 Reviewed-on: https://gerrit.libreoffice.org/52084 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Caolán McNamara <caolanm@redhat.com> Tested-by: Caolán McNamara <caolanm@redhat.com>
2017-10-01Wayland: Make various popups work in the overflow toolbarMaxim Monastirsky
Were failing to show, with this warning: Gdk-WARNING **: Tried to map a popup with a non-top most parent Change-Id: Ib68b5fc9b3edb3d25a23b66397c13833a4d080ac Reviewed-on: https://gerrit.libreoffice.org/42936 Reviewed-by: Maxim Monastirsky <momonasmon@gmail.com> Tested-by: Maxim Monastirsky <momonasmon@gmail.com>
2017-08-17Clean up uses of OUString::fromUtf8 around string literalsStephan Bergmann
Change-Id: I9a2990e49c95a01ce505f13408be8c19db1cf5d1
2017-07-21Remove unused function code special charactersAkshay Deep
Change-Id: I6610a986795c3169077b9c1a8e65a86f5488243d Reviewed-on: https://gerrit.libreoffice.org/40230 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Akshay Deep <akshaydeepiitr@gmail.com>
2017-07-19Favourites feature in Special charactersAkshay Deep
Change-Id: I8273b95132d48a51e841ec3792139007b4e7b55a Reviewed-on: https://gerrit.libreoffice.org/39752 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Samuel Mehrbrodt <Samuel.Mehrbrodt@cib.de>
2017-07-06GSoC: Recent Charaters Toolbar Dropdown ControlAkshay Deep
Change-Id: Ib04d26fa5556e5c32db6799c16d0bbedc45504ec Reviewed-on: https://gerrit.libreoffice.org/38944 Reviewed-by: Akshay Deep <akshaydeepiitr@gmail.com> Tested-by: Akshay Deep <akshaydeepiitr@gmail.com> Reviewed-by: Samuel Mehrbrodt <Samuel.Mehrbrodt@cib.de>