# -*- 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,avmediawin)) $(eval $(call gb_Library_set_componentfile,avmediawin,avmedia/source/win/avmediawin)) $(eval $(call gb_Library_use_external,avmediawin,boost_headers)) $(eval $(call gb_Library_set_include,avmediawin,\ $$(INCLUDE) \ -I$(SRCDIR)/avmedia/source/inc \ )) $(eval $(call gb_Library_use_sdk_api,avmediawin)) $(eval $(call gb_Library_use_libraries,avmediawin,\ comphelper \ cppu \ cppuhelper \ sal \ tl \ utl \ vcl \ $(gb_UWINAPI) \ )) $(eval $(call gb_Library_use_system_win32_libs,avmediawin,\ gdi32 \ ole32 \ oleaut32 \ strmiids \ )) $(eval $(call gb_Library_add_exception_objects,avmediawin,\ avmedia/source/win/framegrabber \ avmedia/source/win/manager \ avmedia/source/win/player \ avmedia/source/win/window \ avmedia/source/win/winuno \ )) # vim: set noet sw=4 ts=4: /libreoffice-5-0 LibreOffice 核心代码仓库文档基金会
summaryrefslogtreecommitdiff
path: root/svx/source/accessibility/AccessibleEmptyEditSource.cxx
AgeCommit message (Expand)Author
2019-10-21loplugin:virtualdead unused param in EditEngine::FieldClickedNoel Grandin
2019-09-02we only need an OutputDevice here, not a WindowCaolán McNamara
2019-04-25Convert remaining SdrHint to static_castXisco Fauli
2018-10-17clang-tidy readability-redundant-smartptr-getNoel Grandin
2018-09-27loplugin:methodcycles more graph theory for the winNoel Grandin
2018-05-10store Color using boost::optional in EditCharAttribFieldNoel Grandin
2018-04-12make SvxEditSource::Clone return std::unique_ptrNoel Grandin
2018-04-07SOSAW080: Added first bunch of basic changes to helpersArmin Le Grand
2018-04-06Revert "SOSAW080: Added first bunch of basic changes to helpers"Armin Le Grand
2018-04-06SOSAW080: Added first bunch of basic changes to helpersArmin Le Grand
2017-09-04loplugin:unnecessaryparen include c++ castsNoel Grandin
2017-04-25tools: svstream.hxx needs only errcode.hxx & not errinf.hxxChris Sherlock
2017-03-31tdf#82580 tools: rename Rectangle to tools::RectangleMiklos Vajna
2017-02-16convert EditEngineAttribs to scoped enumNoel Grandin
2016-12-02loplugin:unnecessaryoverride (dtors) in svxStephan Bergmann
2016-11-13drop useless semicolonsDavid Tardon
2016-09-13loplugin:override: No more need for the "MSVC dtor override" workaroundStephan Bergmann
2016-08-22convert SdrHintKind to scoped enumNoel Grandin
2016-04-05loplugin:constantparam in editengNoel Grandin
2016-03-18loplugin:constantfunction in editengNoel Grandin
2016-02-09Remove excess newlinesChris Sherlock
2016-01-10Fix typosAndrea Gelmini
2015-11-10loplugin:nullptr (automatic rewrite)Stephan Bergmann
2015-10-12Replace "SAL_OVERRIDE" with "override" in LIBO_INTERNAL_ONLY codeStephan Bergmann
2014-09-29svx: std::auto_ptr -> std::unique_ptrStephan Bergmann
2014-09-23fdo#82577: Handle WindowNoel Grandin
2014-09-12Turn SfxItemState into a C++11 scoped enumerationStephan Bergmann
2014-09-06SfxHint: convert home-grown RTTI to normal C++ RTTINoel Grandin
2014-07-23convert SfxItemState constants to a proper enumNoel Grandin
2014-04-10Clean up function declarations and some unused functionsStephan Bergmann
2014-04-04cleanup up the EditEngine::GetAttribs callNoel Grandin
2014-04-01Explicitly mark overriding destructors as "virtual"Stephan Bergmann
2014-03-27Second batch of adding SAL_OVERRIDE to overriding function declarationsStephan Bergmann
2014-03-03editeng: sal_Bool->boolNoel Grandin
2014-02-27editeng: sal_Bool->boolNoel Grandin
2014-02-26Remove visual noise from svxAlexander Wilms
2014-02-23Remove unneccessary commentsAlexander Wilms
2014-02-12sal_Bool->boolNoel Grandin
2014-02-03xub_StrLen and tools/string.hxx final strawNorbert Thiebaud
2013-11-26Integrate branch of IAccessible2Steve Yin
2013-09-04remove intermediate Strings on res loadingCaolán McNamara
2013-09-04String to OUStringThomas Arnhold
2013-05-10resolved fdo#35756 import more than 64k HTML table cellsEike Rathke
2013-04-26XubString->OUStringCaolán McNamara