update dev300-m58
[ooovba.git] / sc / source / ui / inc / attrdlg.hxx
blob99a76a950b0620344ad11b2aa2e289129a3d9324
1 /*************************************************************************
3 * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
4 *
5 * Copyright 2008 by Sun Microsystems, Inc.
7 * OpenOffice.org - a multi-platform office productivity suite
9 * $RCSfile: attrdlg.hxx,v $
10 * $Revision: 1.3 $
12 * This file is part of OpenOffice.org.
14 * OpenOffice.org is free software: you can redistribute it and/or modify
15 * it under the terms of the GNU Lesser General Public License version 3
16 * only, as published by the Free Software Foundation.
18 * OpenOffice.org is distributed in the hope that it will be useful,
19 * but WITHOUT ANY WARRANTY; without even the implied warranty of
20 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
21 * GNU Lesser General Public License version 3 for more details
22 * (a copy is included in the LICENSE file that accompanied this code).
24 * You should have received a copy of the GNU Lesser General Public License
25 * version 3 along with OpenOffice.org. If not, see
26 * <http://www.openoffice.org/license.html>
27 * for a copy of the LGPLv3 License.
29 ************************************************************************/
31 #ifndef SC_ATTRDLG_HXX
32 #define SC_ATTRDLG_HXX
34 #include <sfx2/tabdlg.hxx>
36 class Window;
37 class SfxViewFrame;
38 class SfxItemSet;
40 #ifndef LAYOUT_SFX_TABDIALOG_BROKEN
41 #define LAYOUT_SFX_TABDIALOG_BROKEN 1
42 #endif /* !LAYOUT_SFX_TABDIALOG_BROKEN */
44 #if !LAYOUT_SFX_TABDIALOG_BROKEN
45 #include <sfx2/layout.hxx>
46 #include <layout/layout-pre.hxx>
47 #endif
49 //==================================================================
51 class ScAttrDlg : public SfxTabDialog
53 public:
54 ScAttrDlg( SfxViewFrame* pFrame,
55 Window* pParent,
56 const SfxItemSet* pCellAttrs );
57 ~ScAttrDlg();
59 protected:
60 virtual void PageCreated( USHORT nPageId, SfxTabPage& rTabPage );
62 private:
63 DECL_LINK( OkHandler, void* ); // fuer DoppelClick-Beenden in TabPages
66 #if !LAYOUT_SFX_TABDIALOG_BROKEN
67 #include <layout/layout-post.hxx>
68 #endif
70 #endif // SC_ATTRDLG_HXX