diff options
author | Rüdiger Timm <rt@openoffice.org> | 2007-04-03 14:30:36 +0000 |
---|---|---|
committer | Rüdiger Timm <rt@openoffice.org> | 2007-04-03 14:30:36 +0000 |
commit | f020492e319a81cd6d820edad93c75db9e8dd427 (patch) | |
tree | 655c95ff8c0f1b7df9a23bd1aea159e7c9a2e1d8 /officecfg | |
parent | 4d6bd0982a30d46118b43d9a4c978066fa157661 (diff) |
INTEGRATION: CWS components1 (1.1.2); FILE ADDED
2006/09/07 14:53:42 af 1.1.2.2: #i68075# Added a new factory for tool bars.
2006/08/23 07:54:24 af 1.1.2.1: #i68075# Initial revision.
Diffstat (limited to 'officecfg')
-rw-r--r-- | officecfg/registry/data/org/openoffice/Office/Impress.xcu | 132 |
1 files changed, 132 insertions, 0 deletions
diff --git a/officecfg/registry/data/org/openoffice/Office/Impress.xcu b/officecfg/registry/data/org/openoffice/Office/Impress.xcu new file mode 100644 index 000000000000..02197733053d --- /dev/null +++ b/officecfg/registry/data/org/openoffice/Office/Impress.xcu @@ -0,0 +1,132 @@ +<?xml version='1.0' encoding='UTF-8'?> +<!--*********************************************************************** + * + * OpenOffice.org - a multi-platform office productivity suite + * + * $RCSfile: Impress.xcu,v $ + * + * $Revision: 1.2 $ + * + * last change: $Author: rt $ $Date: 2007-04-03 15:30:36 $ + * + * The Contents of this file are made available subject to + * the terms of GNU Lesser General Public License Version 2.1. + * + * + * GNU Lesser General Public License Version 2.1 + * ============================================= + * Copyright 2005 by Sun Microsystems, Inc. + * 901 San Antonio Road, Palo Alto, CA 94303, USA + * + * This library is free software; you can redistribute it and/or + * modify it under the terms of the GNU Lesser General Public + * License version 2.1, as published by the Free Software Foundation. + * + * This library 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 for more details. + * + * You should have received a copy of the GNU Lesser General Public + * License along with this library; if not, write to the Free Software + * Foundation, Inc., 59 Temple Place, Suite 330, Boston, + * MA 02111-1307 USA + * + ************************************************************************ --> +<!DOCTYPE oor:component-data SYSTEM "../../../../component-update.dtd"> +<oor:component-data oor:name="Impress" oor:package="org.openoffice.Office" xmlns:install="http://openoffice.org/2004/installation" xmlns:oor="http://openoffice.org/2001/registry" xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> + + + <node oor:name="MultiPaneGUI"> + <node oor:name="Framework"> + <node oor:name="ResourceFactories"> + <node oor:name="F0" oor:op="replace"> + <prop oor:name="ServiceName"> + <value>com.sun.star.drawing.framework.BasicPaneFactory</value> + </prop> + <node oor:name="ResourceList"> + <node oor:name="R0" oor:op="replace"> + <prop oor:name="URL"> + <value>private:resource/floater/CenterPane</value> + </prop> + </node> + <node oor:name="R1" oor:op="replace"> + <prop oor:name="URL"> + <value>private:resource/floater/LeftImpressPane</value> + </prop> + </node> + <node oor:name="R2" oor:op="replace"> + <prop oor:name="URL"> + <value>private:resource/floater/LeftDrawPane</value> + </prop> + </node> + <node oor:name="R3" oor:op="replace"> + <prop oor:name="URL"> + <value>private:resource/floater/RightPane</value> + </prop> + </node> + </node> + </node> + <node oor:name="F1" oor:op="replace"> + <prop oor:name="ServiceName"> + <value>com.sun.star.drawing.framework.BasicViewFactory</value> + </prop> + <node oor:name="ResourceList"> + <node oor:name="R0" oor:op="replace"> + <prop oor:name="URL"> + <value>private:resource/view/ImpressView</value> + </prop> + </node> + <node oor:name="R1" oor:op="replace"> + <prop oor:name="URL"> + <value>private:resource/view/GraphicView</value> + </prop> + </node> + <node oor:name="R2" oor:op="replace"> + <prop oor:name="URL"> + <value>private:resource/view/OutlineView</value> + </prop> + </node> + <node oor:name="R3" oor:op="replace"> + <prop oor:name="URL"> + <value>private:resource/view/NotesView</value> + </prop> + </node> + <node oor:name="R4" oor:op="replace"> + <prop oor:name="URL"> + <value>private:resource/view/HandoutView</value> + </prop> + </node> + <node oor:name="R5" oor:op="replace"> + <prop oor:name="URL"> + <value>private:resource/view/SlideSorter</value> + </prop> + </node> + <node oor:name="R6" oor:op="replace"> + <prop oor:name="URL"> + <value>private:resource/view/TaskPane</value> + </prop> + </node> + <node oor:name="R7" oor:op="replace"> + <prop oor:name="URL"> + <value>private:resource/view/PresentationView</value> + </prop> + </node> + </node> + </node> + <node oor:name="F2" oor:op="replace"> + <prop oor:name="ServiceName"> + <value>com.sun.star.drawing.framework.BasicToolBarFactory</value> + </prop> + <node oor:name="ResourceList"> + <node oor:name="R0" oor:op="replace"> + <prop oor:name="URL"> + <value>private:resource/toolbar/ViewTabBar</value> + </prop> + </node> + </node> + </node> + </node> + </node> + </node> +</oor:component-data> |