/* -*- 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. * ************************************************************************/ #ifndef _FLDEDT_HXX #define _FLDEDT_HXX #include #include class SwView; class SwWrtShell; class SwFldEditDlg : public SfxSingleTabDialog { SwWrtShell* pSh; ImageButton aPrevBT; ImageButton aNextBT; PushButton aAddressBT; DECL_LINK(AddressHdl, void *); DECL_LINK( NextPrevHdl, Button *pBt = 0 ); void Init(); SfxTabPage* CreatePage(sal_uInt16 nGroup); public: SwFldEditDlg(SwView& rVw); ~SwFldEditDlg(); DECL_LINK(OKHdl, void *); virtual short Execute(); void EnableInsert(sal_Bool bEnable); void InsertHdl(); }; #endif /* vim:set shiftwidth=4 softtabstop=4 expandtab: */ 'distro/collabora/cd-5.3'>distro/collabora/cd-5.3 LibreOffice 核心代码仓库文档基金会
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTakeshi Abe <tabe@fixedpoint.jp>2016-10-26 13:08:00 +0900
committerTakeshi Abe <tabe@fixedpoint.jp>2016-10-26 08:39:09 +0000
commitc498c97f7457fe7ef34164a822c9a1e2f04e9b1d (patch)
tree6ec5c887fa9c6ba418dee904f34cfff7c2a6e305 /dbaccess
parent41832d27c3325808333c21b9181db84ae9788978 (diff)