Tag: cws_src680_oj14 User: oj Date: 2007-05-15 07:15:57+0000 Modified: dba/reportdesign/source/ui/dlg/dlgpage.cxx dba/reportdesign/source/ui/dlg/dlgpage.src
Log: #i77069# add new tabpage for page format File Changes: Directory: /dba/reportdesign/source/ui/dlg/ =========================================== File [changed]: dlgpage.cxx Url: http://dba.openoffice.org/source/browse/dba/reportdesign/source/ui/dlg/dlgpage.cxx?r1=1.1.2.1&r2=1.1.2.2 Delta lines: +6 -3 ------------------- --- dlgpage.cxx 2007-05-09 13:53:15+0000 1.1.2.1 +++ dlgpage.cxx 2007-05-15 07:15:55+0000 1.1.2.2 @@ -4,9 +4,9 @@ * * $RCSfile: dlgpage.cxx,v $ * - * $Revision: 1.1.2.1 $ + * $Revision: 1.1.2.2 $ * - * last change: $Author: oj $ $Date: 2007/05/09 13:53:15 $ + * last change: $Author: oj $ $Date: 2007/05/15 07:15:55 $ * * The Contents of this file are made available subject to * the terms of GNU Lesser General Public License Version 2.1. @@ -79,7 +79,10 @@ AddTabPage( RID_SVXPAGE_BACKGROUND,String(ModuleRes(1))); break; case RID_PAGEDIALOG_PAGE: - AddTabPage( RID_SVXPAGE_PAGE,String(ModuleRes(1))); + //AddTabPage( RID_SVXPAGE_PAGE,String(ModuleRes(1))); + // AddTabPage( RID_SVXPAGE_BACKGROUND,String(ModuleRes(1))); + AddTabPage(RID_SVXPAGE_PAGE, pFact->GetTabPageCreatorFunc( RID_SVXPAGE_PAGE ), 0 ); + AddTabPage(RID_SVXPAGE_BACKGROUND, pFact->GetTabPageCreatorFunc( RID_SVXPAGE_BACKGROUND ), 0 ); break; case RID_PAGEDIALOG_CHAR: AddTabPage(RID_PAGE_CHAR, pFact->GetTabPageCreatorFunc( RID_SVXPAGE_CHAR_NAME ), 0 ); File [changed]: dlgpage.src Url: http://dba.openoffice.org/source/browse/dba/reportdesign/source/ui/dlg/dlgpage.src?r1=1.1.2.1&r2=1.1.2.2 Delta lines: +21 -2 -------------------- --- dlgpage.src 2007-05-09 13:53:27+0000 1.1.2.1 +++ dlgpage.src 2007-05-15 07:15:55+0000 1.1.2.2 @@ -4,9 +4,9 @@ * * $RCSfile: dlgpage.src,v $ * - * $Revision: 1.1.2.1 $ + * $Revision: 1.1.2.2 $ * - * last change: $Author: oj $ $Date: 2007/05/09 13:53:27 $ + * last change: $Author: oj $ $Date: 2007/05/15 07:15:55 $ * * The Contents of this file are made available subject to * the terms of GNU Lesser General Public License Version 2.1. @@ -48,6 +48,25 @@ TabControl 1 { OutputSize = TRUE ; + PageList = + { + PageItem + { + Identifier = RID_SVXPAGE_PAGE ; + Text [ de ]= "Seite" ; + Text [ en-US ] = "Page" ; + PageResID = RID_SVXPAGE_PAGE ; + Text [ x-comment ] = " "; + }; + PageItem + { + Identifier = RID_SVXPAGE_BACKGROUND ; + Text [ de ] = "Hintergrund" ; + Text [ en-US ] = "Background" ; + PageResID = RID_SVXPAGE_BACKGROUND ; + Text [ x-comment ] = " "; + }; + }; }; OKButton 1 { --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
