/************************************************************************* * * 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: OutlineBulletDlg.hxx,v $ * $Revision: 1.6 $ * * 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 SD_OUTLINE_BULLET_DLG_HXX #define SD_OUTLINE_BULLET_DLG_HXX #include #include "dlgolbul.hrc" namespace sd { class View; /************************************************************************* |* |* Bullet-Tab-Dialog |* \************************************************************************/ class OutlineBulletDlg : public SfxTabDialog { public: OutlineBulletDlg ( ::Window* pParent, const SfxItemSet* pAttr, ::sd::View* pView ); virtual ~OutlineBulletDlg (void); const SfxItemSet* GetOutputItemSet() const; protected: virtual void PageCreated( USHORT nId, SfxTabPage &rPage ); private: using SfxTabDialog::GetOutputItemSet; SfxItemSet aInputSet; SfxItemSet *pOutputSet; BOOL bTitle; ::sd::View *pSdView; }; } // end of namespace sd #endif e-6-4 LibreOffice 核心代码仓库文档基金会
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2017-09-30Use explicit function names for fooA/fooW WinAPI; prefer fooWMike Kaganski
2017-09-24tdf#106762 Avoid warning when opening and closing the color pickerMaxim Monastirsky
2017-08-21WB_FORCETABCYCLE is deadNoel Grandin
2017-07-25fix some "deffer" spellingNoel Grandin
2017-07-20loplugin:unusedfields in vclNoel Grandin
2017-07-18loplugin:constparams in vclNoel Grandin
2017-07-10teach unnecessaryparen loplugin about identifiersNoel Grandin
2017-07-05new loplugin unnecessaryparenNoel Grandin
2017-06-28loplugin:oncevar in vclNoel Grandin
2017-06-17loplugin:unusedfields in vcl part2Noel Grandin
2017-06-17loplugin:unusedfields in vcl part1Noel Grandin
2017-05-30teach redundantcast plugin about functional castsNoel Grandin
2017-05-08cleanup tools/debug.hxx includesJochen Nitschke
2017-05-08teach loplugin:constantparam about simple constructor callsNoel Grandin
2017-04-25clang-tidy readability-simplify-boolean-expr in vclNoel Grandin
2017-04-25loplugin:checkunusedparams in vclNoel Grandin
2017-04-19remove freshly unused menu support from src filesCaolán McNamara
2017-04-07tdf#39468 Translate German commentsJens Carl
2017-04-01coverity#1403664 Dereference null return valueCaolán McNamara
2017-03-31tdf#82580 tools: rename Rectangle to tools::RectangleMiklos Vajna
2017-03-14ToolBox: Remove dead drag'n'drop "customization" supportStephan Bergmann
2017-03-14ToolBox::mbCommandDrag is always false nowStephan Bergmann
2017-03-14ToolBox::mbCustomizeMode is always falseStephan Bergmann
2017-03-13More ToolBox sal_uInt16 -> ImplToolItems::size_type clean-upStephan Bergmann
2017-03-13Clean up odd non-static member functions with pThis paramterStephan Bergmann
2017-03-13Clean up integer types representing positions in ToolBox's item vectorStephan Bergmann
2017-03-12ToolBox::mnFocusPos is unusedStephan Bergmann
2017-03-10Propagate integer type mismatch out of ToolBox::ImplFindItemPosStephan Bergmann
2017-03-02Fix typosAndrea Gelmini
2017-02-21loplugin:subtlezeroinit: vclStephan Bergmann
2017-02-21VclStatusListener: Listener needs to be acquire'd firstMaxim Monastirsky
2017-02-21Use module name when getting labelsMaxim Monastirsky
2017-02-21tdf#95844 Refactor CommandInfoProviderRohan Kumar
2017-02-14Convert WindowType to scoped enumNoel Grandin
2017-02-12tdf#42029 Use a floating toolbar to show clipped itemsMaxim Monastirsky
2017-02-03TyposJulien Nabet
2017-01-27loplugin: unnecessary destructor vbahelper..vclNoel Grandin
2017-01-23Change all Idle* LINKs to be Timer*Jan-Marek Glogowski
2017-01-17Refactor Scheduler to add Task classJan-Marek Glogowski
2017-01-17tdf#97087 GDB pretty print the Scheduler task listJan-Marek Glogowski
2017-01-13new loplugin: useuniqueptr: vclNoel Grandin
2016-12-20Fix variable scope and better code readabilityJan-Marek Glogowski
2016-12-20Unify drag handles for toolboxesJan-Marek Glogowski
2016-12-09vcl: set toolbox size correctly when using 32px iconsTomaž Vajngerl
2016-12-07convert VCLEVENT constants to scoped enumNoel Grandin
2016-11-29loplugin:vclwidgets check for assigning from VclPt<T> to T*Noel Grandin
2016-11-24vcl: rename Window::Notify to EventNotifyMichael Stahl
2016-11-17Resolves: tdf#87960 add and use a ToolFontColor for toolbar item entriesCaolán McNamara