xref: /aoo41x/main/sc/source/ui/attrdlg/attrdlg.cxx (revision cdf0e10c)
1*cdf0e10cSrcweir /*************************************************************************
2*cdf0e10cSrcweir  *
3*cdf0e10cSrcweir  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
4*cdf0e10cSrcweir  *
5*cdf0e10cSrcweir  * Copyright 2000, 2010 Oracle and/or its affiliates.
6*cdf0e10cSrcweir  *
7*cdf0e10cSrcweir  * OpenOffice.org - a multi-platform office productivity suite
8*cdf0e10cSrcweir  *
9*cdf0e10cSrcweir  * This file is part of OpenOffice.org.
10*cdf0e10cSrcweir  *
11*cdf0e10cSrcweir  * OpenOffice.org is free software: you can redistribute it and/or modify
12*cdf0e10cSrcweir  * it under the terms of the GNU Lesser General Public License version 3
13*cdf0e10cSrcweir  * only, as published by the Free Software Foundation.
14*cdf0e10cSrcweir  *
15*cdf0e10cSrcweir  * OpenOffice.org is distributed in the hope that it will be useful,
16*cdf0e10cSrcweir  * but WITHOUT ANY WARRANTY; without even the implied warranty of
17*cdf0e10cSrcweir  * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
18*cdf0e10cSrcweir  * GNU Lesser General Public License version 3 for more details
19*cdf0e10cSrcweir  * (a copy is included in the LICENSE file that accompanied this code).
20*cdf0e10cSrcweir  *
21*cdf0e10cSrcweir  * You should have received a copy of the GNU Lesser General Public License
22*cdf0e10cSrcweir  * version 3 along with OpenOffice.org.  If not, see
23*cdf0e10cSrcweir  * <http://www.openoffice.org/license.html>
24*cdf0e10cSrcweir  * for a copy of the LGPLv3 License.
25*cdf0e10cSrcweir  *
26*cdf0e10cSrcweir  ************************************************************************/
27*cdf0e10cSrcweir 
28*cdf0e10cSrcweir // MARKER(update_precomp.py): autogen include statement, do not remove
29*cdf0e10cSrcweir #include "precompiled_sc.hxx"
30*cdf0e10cSrcweir 
31*cdf0e10cSrcweir #undef SC_DLLIMPLEMENTATION
32*cdf0e10cSrcweir 
33*cdf0e10cSrcweir 
34*cdf0e10cSrcweir 
35*cdf0e10cSrcweir #include "scitems.hxx"
36*cdf0e10cSrcweir 
37*cdf0e10cSrcweir #include <sfx2/objsh.hxx>
38*cdf0e10cSrcweir #include <sfx2/tabdlg.hxx>
39*cdf0e10cSrcweir //CHINA001 #include <svx/align.hxx>
40*cdf0e10cSrcweir //CHINA001 #include <svx/backgrnd.hxx>
41*cdf0e10cSrcweir //CHINA001 #include <svx/border.hxx>
42*cdf0e10cSrcweir //CHINA001 #include <svx/chardlg.hxx>
43*cdf0e10cSrcweir //CHINA001 #include <svx/numfmt.hxx>
44*cdf0e10cSrcweir //CHINA001 #include <svx/paragrph.hxx>
45*cdf0e10cSrcweir #include <svl/cjkoptions.hxx>
46*cdf0e10cSrcweir 
47*cdf0e10cSrcweir #include "tabpages.hxx"
48*cdf0e10cSrcweir #include "attrdlg.hxx"
49*cdf0e10cSrcweir #include "scresid.hxx"
50*cdf0e10cSrcweir #include "attrdlg.hrc"
51*cdf0e10cSrcweir #include <svx/svxdlg.hxx> //CHINA001
52*cdf0e10cSrcweir #include <svx/dialogs.hrc> //CHINA001
53*cdf0e10cSrcweir #include <svx/flagsdef.hxx> //CHINA001
54*cdf0e10cSrcweir #include <editeng/flstitem.hxx> //CHINA001
55*cdf0e10cSrcweir #include <sfx2/app.hxx> //CHINA001
56*cdf0e10cSrcweir 
57*cdf0e10cSrcweir #if !LAYOUT_SFX_TABDIALOG_BROKEN
58*cdf0e10cSrcweir #include <layout/layout-pre.hxx>
59*cdf0e10cSrcweir #endif
60*cdf0e10cSrcweir 
61*cdf0e10cSrcweir //==================================================================
62*cdf0e10cSrcweir 
63*cdf0e10cSrcweir ScAttrDlg::ScAttrDlg( SfxViewFrame*     pFrameP,
64*cdf0e10cSrcweir 					  Window*			pParent,
65*cdf0e10cSrcweir 					  const SfxItemSet* pCellAttrs )
66*cdf0e10cSrcweir 
67*cdf0e10cSrcweir     :   SfxTabDialog( pFrameP,
68*cdf0e10cSrcweir 					  pParent,
69*cdf0e10cSrcweir 					  ScResId( RID_SCDLG_ATTR ),
70*cdf0e10cSrcweir 					  pCellAttrs )
71*cdf0e10cSrcweir {
72*cdf0e10cSrcweir 	SvtCJKOptions aCJKOptions;
73*cdf0e10cSrcweir 	SfxAbstractDialogFactory* pFact = SfxAbstractDialogFactory::Create();
74*cdf0e10cSrcweir 	DBG_ASSERT(pFact, "Dialogdiet fail!");//CHINA001
75*cdf0e10cSrcweir 
76*cdf0e10cSrcweir 	DBG_ASSERT(pFact->GetTabPageCreatorFunc( RID_SVXPAGE_NUMBERFORMAT ), "GetTabPageCreatorFunc fail!");//CHINA001
77*cdf0e10cSrcweir #if LAYOUT_SFX_TABDIALOG_BROKEN
78*cdf0e10cSrcweir 	AddTabPage( TP_NUMBER, pFact->GetTabPageCreatorFunc( RID_SVXPAGE_NUMBERFORMAT ), 0 ); //CHINA001 AddTabPage( TP_NUMBER,		SvxNumberFormatTabPage::Create,	0 );
79*cdf0e10cSrcweir #else
80*cdf0e10cSrcweir     String number = rtl::OUString::createFromAscii ("Numbers");
81*cdf0e10cSrcweir 	AddTabPage( TP_NUMBER, number, pFact->GetTabPageCreatorFunc (RID_SVXPAGE_NUMBERFORMAT), 0, sal_False, TAB_APPEND);
82*cdf0e10cSrcweir #endif
83*cdf0e10cSrcweir 	DBG_ASSERT(pFact->GetTabPageCreatorFunc( RID_SVXPAGE_CHAR_NAME ), "GetTabPageCreatorFunc fail!");//CHINA001
84*cdf0e10cSrcweir 	AddTabPage( TP_FONT, pFact->GetTabPageCreatorFunc( RID_SVXPAGE_CHAR_NAME ), 0 ); //CHINA001 AddTabPage( TP_FONT,		SvxCharNamePage::Create,		0 );
85*cdf0e10cSrcweir 	DBG_ASSERT(pFact->GetTabPageCreatorFunc( RID_SVXPAGE_CHAR_EFFECTS ), "GetTabPageCreatorFunc fail!");//CHINA001
86*cdf0e10cSrcweir 	AddTabPage( TP_FONTEFF, pFact->GetTabPageCreatorFunc( RID_SVXPAGE_CHAR_EFFECTS ), 0 ); //CHINA001 AddTabPage( TP_FONTEFF,		SvxCharEffectsPage::Create,		0 );
87*cdf0e10cSrcweir 	DBG_ASSERT(pFact->GetTabPageCreatorFunc( RID_SVXPAGE_ALIGNMENT ), "GetTabPageCreatorFunc fail!");//CHINA001
88*cdf0e10cSrcweir 	AddTabPage( TP_ALIGNMENT, pFact->GetTabPageCreatorFunc( RID_SVXPAGE_ALIGNMENT ),	0 ); //CHINA001 AddTabPage( TP_ALIGNMENT,	SvxAlignmentTabPage::Create,	0 );
89*cdf0e10cSrcweir 
90*cdf0e10cSrcweir 	if ( aCJKOptions.IsAsianTypographyEnabled() )
91*cdf0e10cSrcweir 	{
92*cdf0e10cSrcweir 		//CHINA001 AddTabPage( TP_ASIAN,	SvxAsianTabPage::Create,		0 );
93*cdf0e10cSrcweir //        ::CreateTabPage pCreateTabpage = pFact->GetTabPageCreatorFunc(RID_SVXPAGE_PARA_ASIAN);
94*cdf0e10cSrcweir 		DBG_ASSERT(pFact->GetTabPageCreatorFunc(RID_SVXPAGE_PARA_ASIAN), "GetTabPageCreatorFunc fail!");//CHINA001
95*cdf0e10cSrcweir 		AddTabPage( TP_ASIAN,	pFact->GetTabPageCreatorFunc(RID_SVXPAGE_PARA_ASIAN),		0 );
96*cdf0e10cSrcweir 	}
97*cdf0e10cSrcweir 	else
98*cdf0e10cSrcweir 		RemoveTabPage( TP_ASIAN );
99*cdf0e10cSrcweir 	DBG_ASSERT(pFact->GetTabPageCreatorFunc( RID_SVXPAGE_BORDER ), "GetTabPageCreatorFunc fail!");//CHINA001
100*cdf0e10cSrcweir 	AddTabPage( TP_BORDER,		pFact->GetTabPageCreatorFunc( RID_SVXPAGE_BORDER ),		0 ); //CHINA001 AddTabPage( TP_BORDER,		SvxBorderTabPage::Create,		0 );
101*cdf0e10cSrcweir 	DBG_ASSERT(pFact->GetTabPageCreatorFunc( RID_SVXPAGE_BACKGROUND ), "GetTabPageCreatorFunc fail!");//CHINA001
102*cdf0e10cSrcweir 	AddTabPage( TP_BACKGROUND,	pFact->GetTabPageCreatorFunc( RID_SVXPAGE_BACKGROUND ),	0 ); //CHINA001 AddTabPage( TP_BACKGROUND,	SvxBackgroundTabPage::Create,	0 );
103*cdf0e10cSrcweir 	AddTabPage( TP_PROTECTION,	ScTabPageProtection::Create,	0 );
104*cdf0e10cSrcweir 	FreeResource();
105*cdf0e10cSrcweir }
106*cdf0e10cSrcweir 
107*cdf0e10cSrcweir // -----------------------------------------------------------------------
108*cdf0e10cSrcweir 
109*cdf0e10cSrcweir __EXPORT ScAttrDlg::~ScAttrDlg()
110*cdf0e10cSrcweir {
111*cdf0e10cSrcweir }
112*cdf0e10cSrcweir 
113*cdf0e10cSrcweir // -----------------------------------------------------------------------
114*cdf0e10cSrcweir 
115*cdf0e10cSrcweir void __EXPORT ScAttrDlg::PageCreated( sal_uInt16 nPageId, SfxTabPage& rTabPage )
116*cdf0e10cSrcweir {
117*cdf0e10cSrcweir 	SfxObjectShell* pDocSh = SfxObjectShell::Current();
118*cdf0e10cSrcweir 	SfxAllItemSet aSet(*(GetInputSetImpl()->GetPool())); //CHINA001
119*cdf0e10cSrcweir 	switch ( nPageId )
120*cdf0e10cSrcweir 	{
121*cdf0e10cSrcweir 		case TP_NUMBER:
122*cdf0e10cSrcweir 		{
123*cdf0e10cSrcweir 			//CHINA001 SvxNumberFormatTabPage& rNumPage  = (SvxNumberFormatTabPage&)rTabPage;
124*cdf0e10cSrcweir 
125*cdf0e10cSrcweir 			//CHINA001 rNumPage.SetOkHdl( LINK( this, ScAttrDlg, OkHandler ) );
126*cdf0e10cSrcweir 			aSet.Put (SfxLinkItem( SID_LINK_TYPE, LINK( this, ScAttrDlg, OkHandler )));
127*cdf0e10cSrcweir 			rTabPage.PageCreated(aSet);
128*cdf0e10cSrcweir 		}
129*cdf0e10cSrcweir 		break;
130*cdf0e10cSrcweir 
131*cdf0e10cSrcweir 		case TP_FONT:
132*cdf0e10cSrcweir 		{
133*cdf0e10cSrcweir 			const SfxPoolItem* pInfoItem = pDocSh->GetItem( SID_ATTR_CHAR_FONTLIST );
134*cdf0e10cSrcweir 
135*cdf0e10cSrcweir 			DBG_ASSERT( pInfoItem, "FontListItem  not found :-(" );
136*cdf0e10cSrcweir 
137*cdf0e10cSrcweir 			//CHINA001 ((SvxCharNamePage&)rTabPage).
138*cdf0e10cSrcweir 				//CHINA001 SetFontList( *((const SvxFontListItem*)pInfoItem) );
139*cdf0e10cSrcweir 			aSet.Put (SvxFontListItem(((const SvxFontListItem*)pInfoItem)->GetFontList(), SID_ATTR_CHAR_FONTLIST ));
140*cdf0e10cSrcweir 			rTabPage.PageCreated(aSet);
141*cdf0e10cSrcweir 		}
142*cdf0e10cSrcweir 		break;
143*cdf0e10cSrcweir 
144*cdf0e10cSrcweir 		default:
145*cdf0e10cSrcweir 		break;
146*cdf0e10cSrcweir 	}
147*cdf0e10cSrcweir }
148*cdf0e10cSrcweir 
149*cdf0e10cSrcweir // -----------------------------------------------------------------------
150*cdf0e10cSrcweir 
151*cdf0e10cSrcweir IMPL_LINK( ScAttrDlg, OkHandler, void*, EMPTYARG )
152*cdf0e10cSrcweir {
153*cdf0e10cSrcweir 	((Link&)GetOKButton().GetClickHdl()).Call( NULL );
154*cdf0e10cSrcweir 
155*cdf0e10cSrcweir 	return 0;
156*cdf0e10cSrcweir }
157*cdf0e10cSrcweir 
158*cdf0e10cSrcweir 
159