# # # 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_Jar_Jar,mediawiki)) $(eval $(call gb_Jar_set_packageroot,mediawiki,com)) $(eval $(call gb_Jar_set_manifest,mediawiki,$(SRCDIR)/swext/mediawiki/src/com/sun/star/wiki/MANIFEST.MF)) $(eval $(call gb_Jar_use_jars,mediawiki,\ libreoffice \ )) $(eval $(call gb_Jar_add_sourcefiles,mediawiki,\ swext/mediawiki/src/com/sun/star/wiki/EditPageParser \ swext/mediawiki/src/com/sun/star/wiki/Helper \ swext/mediawiki/src/com/sun/star/wiki/MainThreadDialogExecutor \ swext/mediawiki/src/com/sun/star/wiki/Settings \ swext/mediawiki/src/com/sun/star/wiki/WikiArticle \ swext/mediawiki/src/com/sun/star/wiki/WikiCancelException \ swext/mediawiki/src/com/sun/star/wiki/WikiDialog \ swext/mediawiki/src/com/sun/star/wiki/WikiEditorImpl \ swext/mediawiki/src/com/sun/star/wiki/WikiEditSettingDialog \ swext/mediawiki/src/com/sun/star/wiki/WikiOptionsEventHandlerImpl \ swext/mediawiki/src/com/sun/star/wiki/WikiPropDialog \ swext/mediawiki/src/com/sun/star/wiki/WikiProtocolSocketFactory \ )) LibreOffice 核心代码仓库文档基金会
summaryrefslogtreecommitdiff
path: root/vcl/inc/qt5/QtInstanceWidget.hxx
AgeCommit message (Expand)Author
2024-12-17weld: Drop now unused weld::Widget::{g,s}et_grid_*Michael Weghorn
2024-12-16tdf#130857 qt weld: Implement QtInstanceWidget::{g,s}et_directionMichael Weghorn
2024-12-15tdf#130857 qt weld: Implement QtInstanceWidget::strip_mnemonicMichael Weghorn
2024-12-05tdf#130857 qt weld: Notify when receiving/losing focusMichael Weghorn
2024-12-05tdf#130857 qt weld: Let QtInstanceWidget derive from QObjectMichael Weghorn
2024-12-05tdf#130857 qt weld: Implement QtInstanceWidget::get_extents_relative_toMichael Weghorn
2024-12-05tdf#130857 qt weld: Implement QtInstanceWidget::set_backgroundMichael Weghorn
2024-11-28tdf#130857 qt weld: Let SpinButton derive from EntryMichael Weghorn
2024-11-18qt: Update vim headers/trailersMichael Weghorn
2024-11-07tdf#130857 qt weld: Implement QtInstanceWidget::{g,s}et_size_requestMichael Weghorn
2024-10-05tdf#130857 qt weld: Handle help IDMichael Weghorn
2024-08-07tdf#130857 qt weld: Implement newly added 'escape_ui_str'Michael Weghorn
2024-08-07add polymorph function for VCL/ui specific string escapingMoritz Duge
2024-08-07tdf#130857 qt weld: Implement {s,g}et_tooltip_textMichael Weghorn
2024-08-07tdf#130857 qt weld: Implement focus-related methodsMichael Weghorn
2024-08-07tdf#130857 qt weld: Implement QtInstanceWidget::{g,s}et_sensitiveMichael Weghorn
2024-08-02tdf#155447 a11y: Introduce weld::Widget::get_accessible_id()Michael Weghorn
2024-07-24tdf#130857 qt weld a11y: Implement getting/setting a11y name/descMichael Weghorn
2024-02-15tdf#130857 qt weld: Move QWidget* member to QtInstanceWidgetMichael Weghorn
2024-01-08tdf#130857 Use native qt widgets - simple message dialogOmkarAcharekar