/* -*- 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 INCLUDED_TEST_SETUPVCL_HXX #define INCLUDED_TEST_SETUPVCL_HXX #include #include namespace test { // Calls InitVCL etc.; needed from multiple places in the test infrastructure: OOO_DLLPUBLIC_TEST_SETUPVCL void setUpVcl(bool forceHeadless = false); } #endif /* vim:set shiftwidth=4 softtabstop=4 expandtab cinoptions=b1,g0,N-s cinkeys+=0=break: */ > LibreOffice 核心代码仓库文档基金会
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2017-11-13Fix typosAndrea Gelmini
2017-11-13Remove OAccessibleTextHelper::getCharacter and getTextRangeArnaud Versini
2017-11-13Remove OCommonAccessibleText::getText and getCharacterCount.Arnaud Versini
2017-11-10loplugin:finalclasses in accessibilityNoel Grandin
2017-10-23overload std::hash for OUString and OStringNoel Grandin
2017-10-09accessibility: consistently use "" and <> in include directivesMike Kaganski
2017-09-25Rename GetSelectEntryCount -> GetSelectedEntryCountSamuel Mehrbrodt
2017-09-22Fresh run of bin/update_pch.shMike Kaganski
2017-09-21Rename GetSelectEntryPos -> GetSelectedEntryPosSamuel Mehrbrodt
2017-09-15accessibility: remove useless calls to virtual methods.Arnaud Versini
2017-08-07Revert "accessibility: remove useless calls to getAccessibleActionCount."Markus Mohrhard
2017-08-05accessibility: remove useless calls to getAccessibleActionCount.Arnaud Versini
2017-08-02normalize resource locale ctor construction mechanismsCaolán McNamara
2017-08-01move resmgr to unotoolsCaolán McNamara
2017-07-28loplugin:constparams handle constructorsNoel Grandin
2017-07-21migrate to boost::gettextCaolán McNamara
2017-07-20loplugin:constparams in accessibilityNoel Grandin
2017-07-15emfplus: create a wmf/emf/emf+ primitive based importerArmin Le Grand
2017-07-08accessbility: Don't double lock mutexes in VCLXAccessibleEdit.Arnaud Versini
2017-06-27Document::retrieveDefaultAttributesImpl did nothingStephan Bergmann
2017-06-23loplugin:unusedfields in accessibility..comphelperNoel Grandin
2017-06-12Remove VCLExternalSolarLock and IMutex.Arnaud Versini
2017-05-24loplugin:unusedfieldsNoel Grandin
2017-05-21accessibility: avoid useless allocation of a VCLExternalLockArnaud Versini
2017-05-13accessibility: simplify and inline VCLXAccessibleList::clearItemsArnaud Versini
2017-05-12loplugin:constantparamNoel Grandin
2017-04-30untranslated strings are just stringsCaolán McNamara
2017-04-28loplugin:checkunusedparams in accessibility and avmediaNoel Grandin
2017-04-25errinf.hxx moved out of tools and into vcl moduleChris Sherlock
2017-04-25tools: svstream.hxx needs only errcode.hxx & not errinf.hxxChris Sherlock
2017-04-20loplugin:unusedmethodsNoel Grandin
2017-03-31tdf#82580 tools: rename Rectangle to tools::RectangleMiklos Vajna
2017-03-14remove unused RID constantsNoel Grandin
2017-03-13Clean up integer types representing positions in ToolBox's item vectorStephan Bergmann
2017-03-03Remove redundant 'inline' keywordStephan Bergmann
2017-02-21loplugin:unusedmethodsNoel Grandin
2017-02-15Drop :: prefix from std in [a-b]*/Tor Lillqvist