update dev300-m58
[ooovba.git] / offapi / com / sun / star / drawing / framework / BasicViewFactory.idl
blob2a21ad99c6d5fe1c62b5e4ce8fc03a9541ae15cd
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: BasicViewFactory.idl,v $
10 * $Revision: 1.4 $
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 __com_sun_star_drawing_framework_BasicViewFactory_idl__
32 #define __com_sun_star_drawing_framework_BasicViewFactory_idl__
34 #ifndef __com_sun_star_frame_XController_idl__
35 #include <com/sun/star/frame/XController.idl>
36 #endif
37 #ifndef __com_sun_star_drawing_framework_XResourceFactory_idl__
38 #include <com/sun/star/drawing/framework/XResourceFactory.idl>
39 #endif
41 module com { module sun { module star { module drawing { module framework {
43 /** The <type>BasicViewFactory</type> is a view factory that provides the
44 panes used by the Draw and Impress applications.
46 <p>The factory recognizes the following URLs:<ul>
47 <li><code>private:resource/view/ImpressView</code> for the regular edit
48 view of the Impress application.</li>
49 <li><code>private:resource/view/GraphicView</code> for the regular edit
50 view of the Draw application.</li>
51 <li><code>private:resource/view/OutlineView</code> for the outline view.</li>
52 <li><code>private:resource/view/NotesView</code> for the notes view.</li>
53 <li><code>private:resource/view/HandoutView</code> for the handout view.</li>
54 <li><code>private:resource/view/SlideSorter</code> for the slide sorter
55 regardless of which pane it is used in.</li>
56 <li><code>private:resource/view/PresentationView</code> for the slide show.</li>
57 <li><code>private:resource/view/TaskPane</code> for the task pane.</li>
58 </ul></p>
60 service BasicViewFactory : XResourceFactory
62 /** Give the controller to new instances so that they have access to the
63 drawing framework controllers.
65 create ([in] ::com::sun::star::frame::XController xController);
68 }; }; }; }; }; // ::com::sun::star::drawing::framework
70 #endif