/* -*- Mode: C++; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- */ /************************************************************************* * * 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. * ************************************************************************/ #include #include #include #include "cmdid.h" #include "swtypes.hxx" #include "tblctrl.hxx" #include "tblctrl.hrc" SFX_IMPL_TOOLBOX_CONTROL( SwTableOptimizeCtrl, SfxUInt16Item ); /********************************************************************** **********************************************************************/ SwTableOptimizeCtrl::SwTableOptimizeCtrl( sal_uInt16 nSlotId, sal_uInt16 nId, ToolBox& rTbx ) : SfxToolBoxControl( nSlotId, nId, rTbx ) { rTbx.SetItemBits( nId, TIB_DROPDOWNONLY | rTbx.GetItemBits( nId ) ); } /********************************************************************** **********************************************************************/ SwTableOptimizeCtrl::~SwTableOptimizeCtrl() { } /********************************************************************** **********************************************************************/ SfxPopupWindow* SwTableOptimizeCtrl::CreatePopupWindow() { rtl::OUString aToolBarResStr( RTL_CONSTASCII_USTRINGPARAM( "private:resource/toolbar/optimizetablebar" )); createAndPositionSubToolBar( aToolBarResStr ); return NULL; } /********************************************************************** **********************************************************************/ SfxPopupWindowType SwTableOptimizeCtrl::GetPopupWindowType() const { return SFX_POPUPWINDOW_ONCLICK; } /* vim:set shiftwidth=4 softtabstop=4 expandtab: */ LibreOffice 核心代码仓库文档基金会
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2020-07-15Related: tdf#131175 OOXML chart: import data label fill patternGülşah Köse
2020-07-15tdf#131175 Import data label solid fill and color.Gülşah Köse
2020-05-12tdf#130058 Import shadow size.Gülşah Köse
2020-05-11oox: add PPTX import/export for semi-transparent shape textMiklos Vajna
2019-12-14tdf#121991 Chart OOXML import: fix deleted legend entriesTünde Tóth
2019-10-16tdf#126060 Handle text camera z rotation while pptx import.Gülşah Köse
2019-10-12tdf#127129: pptx: map highlight to CharBackColorXisco Fauli
2019-08-15tdf#126746 Add support for import/export line caps for .pptx formatBartosz Kosiorek
2019-06-26tdf#125573 Scale text to path for TextWarp, use fromWordArtRegina Henschel
2018-11-05tdf#108104 OOXML Import: Fix Hatch fill in ChartsBalazs Varga
2018-03-07oox: remove property FillBitmapURL, BackGraphicURL and GraphicURLTomaž Vajngerl
2018-03-07Move BackGraphicURL property & friends to BackGraphic + fixesTomaž Vajngerl
2018-02-25fix import of graphic bulletsTomaž Vajngerl
2018-02-07tdf#115394 import custom slide transition time in PPTXSzymon Kłos
2018-01-31tdf#111417 Import read only property on ActiveX text boxbrian houston morrow
2018-01-29tdf#114821 import complex data labels in bar chartSzymon Kłos
2018-01-26tdf#107608: PPTX: Import pattern fill background colorTamás Zolnai
2017-08-26tdf#111980: DOCX: Handle ActiveX radio button groupTamás Zolnai
2017-08-10tdf#109317 Fix incorrect rotation of flipped custom OOXML shapesPaul Trojahn