# -*- 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_CppunitTest_CppunitTest,vcl_bitmap_render_test)) $(eval $(call gb_CppunitTest_add_exception_objects,vcl_bitmap_render_test, \ vcl/qa/cppunit/bitmaprender/BitmapRenderTest \ )) $(eval $(call gb_CppunitTest_set_include,vcl_bitmap_render_test,\ $$(INCLUDE) \ -I$(SRCDIR)/vcl/inc \ )) $(eval $(call gb_CppunitTest_use_libraries,vcl_bitmap_render_test, \ comphelper \ cppu \ cppuhelper \ sal \ svt \ test \ tl \ unotest \ vcl \ )) $(eval $(call gb_CppunitTest_use_sdk_api,vcl_bitmap_render_test)) $(eval $(call gb_CppunitTest_use_ure,vcl_bitmap_render_test)) $(eval $(call gb_CppunitTest_use_vcl,vcl_bitmap_render_test)) $(eval $(call gb_CppunitTest_use_externals,vcl_bitmap_render_test,boost_headers)) $(eval $(call gb_CppunitTest_use_components,vcl_bitmap_render_test,\ configmgr/source/configmgr \ i18npool/util/i18npool \ ucb/source/core/ucb1 \ )) $(eval $(call gb_CppunitTest_use_configuration,vcl_bitmap_render_test)) # vim: set noet sw=4 ts=4: tion> LibreOffice 核心代码仓库文档基金会
summaryrefslogtreecommitdiff
path: root/winaccessibility
offapi?h=libreoffice-7-1&id=cd581f7e5d1eb7724463949a15bbec1ca950d461'>XTiledRenderable: not a finished interface
AgeCommit message (Expand)Author
2023-06-13tdf#155794 winaccessibility: no SolarMutex in getAccObjectPtr()Michael Stahl
2023-04-17loplugin:stringaddStephan Bergmann
2023-03-22tdf#154303 wina11y: Don't truncate 64-bit statesMichael Weghorn
2023-03-07tdf#154039 wina11y: Increase refcount for returned COM interfaceMichael Weghorn
László Németh
2015-11-13Related: #i126649# Fix wrong at tag namesTsutomu Uchino
2015-11-10update the RDF media types as wellMichael Stahl
2015-11-10RDF: updated URLsAndrea Gelmini
2015-11-04Resolves: #i126627# wrong type description in @see tagTsutomu Uchino
2015-10-29Revert "Nothing "new" with these"Tor Lillqvist
2015-10-21Nothing "new" with theseTor Lillqvist
2015-10-20tdf#89694 Password dialog for opening OOXML shows url-encoded pathTomofumi Yagi
2015-10-16Allow injection of keyboard and mouse events through UNOMatthew J. Francis
2015-10-07tdf#88154 workaround and unit testMarco Cecchetti
2015-09-30Fix typosAndrea Gelmini
2015-09-19add theServiceDocumenter singletonBjoern Michaelsen
2015-09-15[API CHANGE] XFilePicker2/3 changes for multiselectionJulien Nabet
2015-09-09Avoid needless incompatible changeStephan Bergmann
2015-09-09tdf#90839: support for wrapped text in data labels and for centered data valueMarco Cecchetti
2015-08-25typoStephan Bergmann
2015-08-25Remove redundant @since tagStephan Bergmann
2015-08-25sidebar uno api correctionsLaurent Godard
2015-08-20offapi: add missing #include that could cause trouble for SDK usersMichael Stahl
2015-08-20XTransferable2 should be including XTransferable, not itselfNoel Grandin
2015-08-17Do not unnecessarily break compatibilityStephan Bergmann
2015-08-17tdf#39080 Hide Whitespace UI option added to the View menu.Ashod Nakashian
2015-07-30API CHANGE: remove update() from X3DChartWindowProviderMichael Stahl
2015-07-28reflect the property name changes also in the idl filesMarkus Mohrhard
2015-07-26handle more than one chart with chart sidebarMarkus Mohrhard
2015-07-23add optional ContainsHeader propertyEike Rathke