/* -*- 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/. * * This file incorporates work covered by the following license notice: * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed * with this work for additional information regarding copyright * ownership. The ASF licenses this file to you under the Apache * License, Version 2.0 (the "License"); you may not use this file * except in compliance with the License. You may obtain a copy of * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ #ifndef INCLUDED_VCL_INC_SVSYS_H #define INCLUDED_VCL_INC_SVSYS_H #include #ifdef _WIN32 #include "win/svsys.h" #elif defined MACOSX #include "osx/svsys.h" #elif defined IOS #include "ios/svsys.h" #elif defined ANDROID #include "android/svsys.h" #elif defined HAIKU #elif !HAVE_FEATURE_UI #else #include "unx/svsys.h" #endif #endif /* vim:set shiftwidth=4 softtabstop=4 expandtab: */ breoffice-5-2 LibreOffice 核心代码仓库文档基金会
summaryrefslogtreecommitdiff
path: root/cui/source/options/optaccessibility.cxx
AgeCommit message (Expand)Author
2017-10-23loplugin:includeform: cuiStephan Bergmann
2017-07-21de-hrc various thingsCaolán McNamara
2016-02-10tdf#46037 clean up Options - LibreOffice - Accessibility pageAndras Timar
2015-11-10loplugin:nullptr (automatic rewrite)Stephan Bergmann
2015-08-11Delete unnecessary global options from Options dialogMihály Palenik
2015-04-17Fix SfxTabPage creation to use VclPtr.Michael Meeks
2015-04-10vclwidget: only call dispose() onceNoel Grandin
2015-04-10vclwidget: change all vcl::window fields to be wrapped in VclPtrNoel Grandin
2015-04-09prophylactic double dispose audit.Michael Meeks
2015-04-09vcl: VclPtr conversion in cuiNoel Grandin
2015-03-19loplugin:constantfunction: svtoolsNoel Grandin
2014-09-23fdo#82577: Handle WindowNoel Grandin
2014-06-11Change SfxTabPage ctor SfxItemSet param from ref to pointerStephan Bergmann
2014-06-11Change SfxTabPage::Reset param from ref to pointerStephan Bergmann
2014-06-10Change SfxTabPage::FillItemSet param from ref to pointerStephan Bergmann
2014-04-16cui: sal_Bool->boolNoel Grandin
2014-03-27sfx2: sal_Bool->boolNoel Grandin
2013-01-27move accessibility options .ui to right place and adapt codeCaolán McNamara
2012-06-21re-base on ALv2 code.Michael Meeks