/* -*- 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 . */ #pragma once #if !defined(VCL_DLLIMPLEMENTATION) && !defined(TOOLKIT_DLLIMPLEMENTATION) && !defined(VCL_INTERNALS) #error "don't use this in new code" #endif #include #include #include class FixedLine; class UNLESS_MERGELIBS(VCL_DLLPUBLIC) TabDialog final : public Dialog { private: VclPtr mpFixedLine; bool mbPosControls; SAL_DLLPRIVATE void ImplInitTabDialogData(); SAL_DLLPRIVATE void ImplPosControls(); public: TabDialog( vcl::Window* pParent, WinBits nStyle ); virtual ~TabDialog() override; virtual void dispose() override; virtual void StateChanged( StateChangedType nStateChange ) override; }; /* vim:set shiftwidth=4 softtabstop=4 expandtab: */ LibreOffice 核心代码仓库文档基金会
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2016-04-18clean-up: unused using declarations and includesJochen Nitschke
2015-11-10loplugin:nullptr (automatic rewrite)Stephan Bergmann
2015-08-14loplugin: defaultparamsNoel Grandin
2014-12-06reduce scope of local variablesMichael Weghorn
2014-10-09Use typedef rather than raw nested std::vector everywhere...Kohei Yoshida
2014-07-02remove whitespacesMarkus Mohrhard
2014-02-23Remove unneccessary commentsAlexander Wilms
2014-02-14Drop unused #includeTakeshi Abe
2013-07-29fdo#62475 removed pointless commentsJelle van der Waa
2012-08-31-Werror,-Wunused-private-field (Clang towards 3.2)Stephan Bergmann
2012-07-18re-base on ALv2 code. Includes:Michael Meeks
2012-01-31Remove unused code.Santiago Martinez
2011-11-27remove include of pch header in chart2Norbert Thiebaud
2011-09-30add mode-lines to .m files and last round of merged files, etc.Caolán McNamara
2011-05-27Replace DBG_* with OSL_* in calc/chart2Jacek Wolszczak
2011-04-15check for the value being outside the numeric limit of 32-bit intDavid Tardon
2011-04-15fdo#34350 make sure these values are positiveDavid Tardon
2010-11-30chart46: #i25706# implement date axisIngrid Halama [iha]