/* -*- 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_unotools_OPTIONSDLG_HXX #define INCLUDED_unotools_OPTIONSDLG_HXX #include "unotools/unotoolsdllapi.h" #include #include class SvtOptionsDlgOptions_Impl; class UNOTOOLS_DLLPUBLIC SAL_WARN_UNUSED SvtOptionsDialogOptions : public utl::detail::Options { private: SvtOptionsDlgOptions_Impl* m_pImp; public: SvtOptionsDialogOptions(); virtual ~SvtOptionsDialogOptions(); sal_Bool IsGroupHidden ( const OUString& _rGroup ) const; sal_Bool IsPageHidden ( const OUString& _rPage, const OUString& _rGroup ) const; sal_Bool IsOptionHidden ( const OUString& _rOption, const OUString& _rPage, const OUString& _rGroup ) const; }; #endif /* vim:set shiftwidth=4 softtabstop=4 expandtab: */ tion value='distro/cib/libreoffice-6-4'>distro/cib/libreoffice-6-4 LibreOffice 核心代码仓库文档基金会
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2017-02-07SDK, just stop tampering with my term's titleStephan Bergmann
2017-02-01Also on macOS use JDK's .../Home/bin/javac etc.Stephan Bergmann
2016-04-04fix setsdkenv_unix.sh to work with *-linux-gnu* (as on e.g. armhf)Rene Engelhard
2016-01-23Win build: Set default script engine for cscriptArmin Le Grand
2015-07-03Fix typosAndrea Gelmini
2015-03-31Make it clear what "SDK" is meantTor Lillqvist
2015-02-08Typo: tilte->titleJulien Nabet
2014-12-03Fold URE: WindowsStephan Bergmann
2014-12-02Fold URE: Remove OO_SDK_URE_HOME on non-WindowsStephan Bergmann
2014-12-02Remove obsolete setsdkenv_windows.templateStephan Bergmann
2014-12-01Some Windows Command Prompt don't like if ... ( set PATH=... )Stephan Bergmann
2014-12-01Fold URE: Linux ure/share/misc/* -> program/Stephan Bergmann
2014-11-28Fold URE: Linux ure/share/java/* -> program/classes/Stephan Bergmann
2014-11-28Fold URE: Linux ure/lib/* -> program/: adapt OO_SDK_URE_LIB_DIRStephan Bergmann
2014-11-28Fold URE: Linux ure/bin/* -> program/Stephan Bergmann
2014-11-24Both OFFICE_HOME and OO_SDK_URE_HOME are always setStephan Bergmann
2014-09-17Fix OFFICE_PROGRAM_PATH for new Mac OS X layoutStephan Bergmann
2014-09-16typoStephan Bergmann
2014-09-16Fix OO_SDK_URE_HOME for new Mac OS X layoutStephan Bergmann
2014-09-16Move the non-Darwin way to determine OO_SDK_URE_HOME to where it belongsStephan Bergmann
2014-09-16Remove unused OFFICE_OR_URE[_SUGGESTION] variablesStephan Bergmann
2014-09-16config.guess is apparently not supposed to be called directlyStephan Bergmann
2014-05-17Correct common misspellings, and remove some ASCII art along the way.Chris Laplante
2014-04-30Many spelling fixes: directories h* - p*.Pedro Giffuni