/************************************************************************* * * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. * * Copyright 2008 by Sun Microsystems, Inc. * * OpenOffice.org - a multi-platform office productivity suite * * $RCSfile: speakerdlg.hxx,v $ * $Revision: 1.3 $ * * 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 _SPEAKERDLG_HXX #define _SPEAKERDLG_HXX #ifndef _GOODIES_RECOGNIZER_HXX_ #include #endif #ifndef _DIALOG_HXX #include #endif #ifndef _BUTTON_HXX #include #endif #ifndef _LSTBOX_HXX #include #endif // --------------- // - SfxSpeakerDlg - // --------------- class SfxSpeakerDlg: public ModalDialog { OKButton aBtnOK; CancelButton aBtnCancel; ListBox aListBox; CharSet aCharSet; OSpeakerManagerRef m_aSpeakerMgr; public: SfxSpeakerDlg(Window *pParent, OSpeakerManagerRef& aSpeakerMgr); ~SfxSpeakerDlg(); virtual short Execute(); }; #endif // _SPEAKER_HXX ffice-6-3'>distro/cib/libreoffice-6-3 LibreOffice 核心代码仓库文档基金会
summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2018-12-07custom widgets: Rename 'stock' to 'action'.Jan Holesovsky
If the button has this property, it means it is located in the action area, not that it is a stock button per se. Change-Id: Ia57ad24d8cd4ff1d7b74d7ef82da0f352fe3deb3
2018-11-09custom widgets: Fix various warnings.Jan Holesovsky
Change-Id: I5d657fa4d6f63b93ad3775a5641d08c6e0f3a615
2018-11-09LOK: custom widgets: reduce theme plugin API surfaceAshod Nakashian
Change-Id: I89dcf5a102be19fd1bc314a89538a121522f4a43
2018-11-09LOK: custom widgets: reduce Color into an int to reduce API surfaceAshod Nakashian
Change-Id: Ib1afbb0b5647048f24d4ea6f9859b76328568dac
2018-11-09LOK: custom widgets: check size of API structuresAshod Nakashian
Change-Id: Iff50f7aeb471870230e9e822657deed6aefad268
2018-11-09LOK: custom widgets: No need for SAL_DLLPUBLIC_RTTI here any more.Jan Holesovsky
Change-Id: I7cae61e1fa9cf74b98627d557890fd41047421df
2018-11-09LOK: custom widgets: convert WidgetThemeLibrary to POD for ABI compatibilityAshod Nakashian
Change-Id: Ibc425d8e630460547d66723ccabeaf4ac29d2719
2018-11-09LOK: custom themes: isolate LO internals headers from theme pluginAshod Nakashian
Change-Id: Ic189aecf092b9cffd800e410d2d6e88016c43052
2018-11-09custom widgets: setup style setting in the widget libraryTomaž Vajngerl
Some theme colors are set using the style settings, which are implemented by each backend to correspond to the system theme. For custom widgets these need to also be set by the library itself. This commit adds the ground work and sets some of the colors for windows backgrounds. Change-Id: Ia65b1605b2b7bef7f01ff1feff2e7470479e626a
2018-11-09custom widgets: draw fixed line widgetTomaž Vajngerl
Change-Id: Icb8cfbe09caf5cbfcf1d3f461c297c052056250d
2018-11-09custom widgets: differentiate stock and non-stock buttonsTomaž Vajngerl
Change-Id: I05f01058d7886dacec3b00dcf31313aea3939164
2018-11-09custom widgets: get the region from the lib. + custom tab widthTomaž Vajngerl
This implements getting the region rectangle from the widget library so it is possible to redefine the size of the widgets if needed. Additionally increase a tab width which are too small by default. Change-Id: If662c44e02631715efd137ecbfc4a5770fa9f6ab
2018-11-09custom widgets: add Toolbar widgetTomaž Vajngerl
Change-Id: Ia4efe711c07213f2edf472602c5b2acc81876906
2018-11-09custom widgets: add List widget - ListNode, ListWidgetTomaž Vajngerl
also added ListNet as noop Change-Id: I033f908a8fc9ce9ec4b3d202e1299f7c0a9cad6c
2018-11-09custom widgets: add Progress widgetTomaž Vajngerl
Change-Id: I573a6c28f5ddb538ca3b0abf15197695fc113802
2018-11-09vcl: simplify ControlDrawParameters construction, add nValueTomaž Vajngerl
Don't require eButtonValue as a constructor parameter as it mostly isn't necessary and required. In addition add nValue instance variable. Change-Id: I927714f715fce1549d87cec633330a0dc313f569
2018-11-09custom widgets: add Slider widgetTomaž Vajngerl
Change-Id: Ie2192edfcfc49a1953059c5947b8ea7bb03a3c7d
2018-11-09custom widgets: add Tab widgetsTomaž Vajngerl
Change-Id: If9acc47b9a7751858d3394741e3984b3c2a49936
2018-11-09custom widgets: draw ListBox widgetTomaž Vajngerl
Change-Id: I1a3b709fdc4fb21fc4ad22542ff669c98b13487d
2018-11-09custom widgets: first round of basic widgets with cairoTomaž Vajngerl
- Radiobutton - Checkbox - Combobox - Editbox - Spinbox - Scrollbar Change-Id: I46bd2753a7c1806f4cd4583455e76c77494225b4
2018-11-09custom widgets: Custom Widget ThemesTomaž Vajngerl
Change-Id: I7ec57d18fe99f906aeb6dbb40d0d30c2ac8b51c4