/************************************************************************* * * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. * * Copyright 2000, 2010 Oracle and/or its affiliates. * * OpenOffice.org - a multi-platform office productivity suite * * This file is part of OpenOffice.org. * * OpenOffice.org is free software: you can redistribute it and/or modify * it under the terms of the GNU Lesser General Public License version 3 * only, as published by the Free Software Foundation. * * OpenOffice.org is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU Lesser General Public License version 3 for more details * (a copy is included in the LICENSE file that accompanied this code). * * You should have received a copy of the GNU Lesser General Public License * version 3 along with OpenOffice.org. If not, see * * for a copy of the LGPLv3 License. * ************************************************************************/ #ifndef _DBAUI_DLGSIZE_HXX #define _DBAUI_DLGSIZE_HXX #ifndef _DIALOG_HXX //autogen #include #endif #ifndef _FIELD_HXX //autogen #include #endif #ifndef _BUTTON_HXX //autogen #include #endif #ifndef _FIXED_HXX //autogen #include #endif //......................................................................... namespace dbaui { //......................................................................... class DlgSize : public ModalDialog { private: sal_Int32 m_nPrevValue, m_nStandard; void SetValue( sal_Int32 nVal ); protected: DECL_LINK( CbClickHdl, Button * ); FixedText aFT_VALUE; MetricField aMF_VALUE; CheckBox aCB_STANDARD; OKButton aPB_OK; CancelButton aPB_CANCEL; HelpButton aPB_HELP; public: DlgSize( Window * pParent, sal_Int32 nVal, BOOL bRow, sal_Int32 _nAlternativeStandard = -1 ); ~DlgSize(); sal_Int32 GetValue(); }; //......................................................................... } // namespace dbaui //......................................................................... #endif // _DBAUI_DLGSIZE_HXX o-23.05 LibreOffice 核心代码仓库文档基金会
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2014-11-23fdo#71000: Fix SOLARIS-INTEL caseStephan Bergmann
2014-08-29sigh, simply forgot to include the endian headerCaolán McNamara
2014-08-28cast arg to the right typeDavid Tardon
2014-08-28fix variable nameDavid Tardon
2014-08-25Resolves: rhbz#1125588 port LibreOffice to ppc64leCaolán McNamara
2014-06-10Filter out OS not needing -ldlBaptiste Daroussin
2014-05-21Work around Clang -fsanitize=address inline asm errorStephan Bergmann
2014-05-20enhance pass-by-ref plugin to detect large argumentsNoel Grandin
2014-05-18fix some header guardsThomas Arnhold
2014-05-15Work around Clang -fsanitize=address inline asm errorStephan Bergmann
2014-05-15Resolves fdo#70681: fixincludeguards.pl: all that's leftThomas Arnhold
2014-05-13Revert "CID#705982 ensure umask for mkstemp"Stephan Bergmann
2014-05-12Coverity 441351, 441352: JNI_type_info's real dtor is "destroy"Stephan Bergmann
2014-05-11coverity#707667 Uninitialized pointer fieldCaolán McNamara
2014-05-07Avoid inlining of bridge functions on Solaris / Intel.Apostolos Syropoulos
2014-04-30Many spelling fixes: directories a* - g*.Pedro Giffuni
2014-04-25coverity#707667 Uninitialized pointer fieldCaolán McNamara
2014-04-21blind fix for hppa bridgesRene Engelhard
2014-04-15whitespace for include statementsThomas Arnhold
2014-04-10Clean up function declarationsStephan Bergmann
2014-04-08Clean up function declarationsStephan Bergmann
2014-04-01WaE: unused parameter 'nGPR' and 'nFPR'Tor Lillqvist
2014-03-26First batch of adding SAL_OVERRRIDE to overriding function declarationsStephan Bergmann
2014-03-12fdo#68849 Add header guards to bridges/* files.Jason Gerlowski
2014-03-11"overflow" is one wordTor Lillqvist
2014-03-01Remove visual noise from bridgesAlexander Wilms