34d877e2d9
2008-12-11 14:15:16 +0100 wg r265298 : i97125 2008-12-11 12:54:53 +0100 wg r265288 : i97125 2008-12-11 12:53:03 +0100 wg r265287 : i97125 2008-12-11 11:25:42 +0100 wg r265270 : i97125 2008-12-11 10:22:13 +0100 wg r265253 : i97125 2008-12-11 09:22:47 +0100 wg r265247 : i97125 2008-12-09 15:28:51 +0100 cl r265097 : added missing toolbar buttons for inc/dec font size 2008-12-08 17:39:46 +0100 cl r265012 : #i80257# added autolayout text only 2008-12-08 17:32:07 +0100 cl r265011 : #i80257# added autolayout text only 2008-12-08 16:42:19 +0100 cl r265008 : #i94459# fixed a bug in insertByName and replaceByName 2008-12-08 16:25:26 +0100 cl r265007 : #i80257# new image for text only auto layout in impress 2008-12-08 16:24:01 +0100 cl r265006 : #i80257# new image for text only auto layout in impress 2008-12-08 16:01:46 +0100 cl r265003 : #i88855# changed wording from Monitor to Display 2008-12-08 15:57:24 +0100 cl r265002 : #i91904# applied patch to fix a wrong index access 2008-12-05 12:51:47 +0100 cl r264900 : #i8824# allow setting of text properties at shape without reformating text 2008-12-05 11:09:21 +0100 cl r264895 : fixed build problem 2008-12-04 12:04:09 +0100 cl r264829 : fixed build issue 2008-12-04 11:03:58 +0100 cl r264823 : #i8824# set new fontsize at shape 2008-12-02 22:39:22 +0100 cl r264732 : fixed build problem 2008-12-02 22:38:42 +0100 cl r264731 : fixed build problem 2008-12-01 17:44:29 +0100 cl r264623 : CWS-TOOLING: rebase CWS impressfontsize to trunk@264325 (milestone: DEV300:m36) 2008-11-07 11:38:13 +0100 cl r263418 : #i95920# fixed an OpenSolaris build breaker 2008-11-06 14:56:04 +0100 cl r263386 : #i40730# added support to supress export of hidden slides to html 2008-11-06 14:55:41 +0100 cl r263385 : #i40730# added support to supress export of hidden slides to html 2008-11-06 14:03:59 +0100 cl r263384 : #158530# allow editing of interaction links with hyperlink editor 2008-10-20 15:34:13 +0200 cl r262322 : #i8824# migrate cws impressfontsize to subversion.
125 lines
2.9 KiB
C++
125 lines
2.9 KiB
C++
/*************************************************************************
|
|
*
|
|
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
|
|
*
|
|
* Copyright 2008 by Sun Microsystems, Inc.
|
|
*
|
|
* OpenOffice.org - a multi-platform office productivity suite
|
|
*
|
|
* $RCSfile: pres.hxx,v $
|
|
* $Revision: 1.9 $
|
|
*
|
|
* This file is part of OpenOffice.org.
|
|
*
|
|
* OpenOffice.org is free software: you can redistribute it and/or modify
|
|
* it under the terms of the GNU Lesser General Public License version 3
|
|
* only, as published by the Free Software Foundation.
|
|
*
|
|
* OpenOffice.org 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 version 3 for more details
|
|
* (a copy is included in the LICENSE file that accompanied this code).
|
|
*
|
|
* You should have received a copy of the GNU Lesser General Public License
|
|
* version 3 along with OpenOffice.org. If not, see
|
|
* <http://www.openoffice.org/license.html>
|
|
* for a copy of the LGPLv3 License.
|
|
*
|
|
************************************************************************/
|
|
#ifndef _PRESENTATION_HXX
|
|
#define _PRESENTATION_HXX
|
|
|
|
enum PresObjKind
|
|
{
|
|
PRESOBJ_NONE = 0,
|
|
PRESOBJ_TITLE,
|
|
PRESOBJ_OUTLINE,
|
|
PRESOBJ_TEXT,
|
|
PRESOBJ_GRAPHIC,
|
|
PRESOBJ_OBJECT,
|
|
PRESOBJ_CHART,
|
|
PRESOBJ_ORGCHART,
|
|
PRESOBJ_TABLE,
|
|
PRESOBJ_IMAGE,
|
|
PRESOBJ_BACKGROUND,
|
|
PRESOBJ_PAGE,
|
|
PRESOBJ_HANDOUT,
|
|
PRESOBJ_NOTES,
|
|
PRESOBJ_HEADER,
|
|
PRESOBJ_FOOTER,
|
|
PRESOBJ_DATETIME,
|
|
PRESOBJ_SLIDENUMBER,
|
|
|
|
PRESOBJ_MAX
|
|
};
|
|
|
|
enum AutoLayout
|
|
{
|
|
AUTOLAYOUT__START,
|
|
AUTOLAYOUT_TITLE = AUTOLAYOUT__START,
|
|
AUTOLAYOUT_ENUM,
|
|
AUTOLAYOUT_CHART,
|
|
AUTOLAYOUT_2TEXT,
|
|
AUTOLAYOUT_TEXTCHART,
|
|
AUTOLAYOUT_ORG,
|
|
AUTOLAYOUT_TEXTCLIP,
|
|
AUTOLAYOUT_CHARTTEXT,
|
|
AUTOLAYOUT_TAB,
|
|
AUTOLAYOUT_CLIPTEXT,
|
|
AUTOLAYOUT_TEXTOBJ,
|
|
AUTOLAYOUT_OBJ,
|
|
AUTOLAYOUT_TEXT2OBJ,
|
|
AUTOLAYOUT_OBJTEXT,
|
|
AUTOLAYOUT_OBJOVERTEXT,
|
|
AUTOLAYOUT_2OBJTEXT,
|
|
AUTOLAYOUT_2OBJOVERTEXT,
|
|
AUTOLAYOUT_TEXTOVEROBJ,
|
|
AUTOLAYOUT_4OBJ,
|
|
AUTOLAYOUT_ONLY_TITLE,
|
|
AUTOLAYOUT_NONE,
|
|
AUTOLAYOUT_NOTES,
|
|
AUTOLAYOUT_HANDOUT1,
|
|
AUTOLAYOUT_HANDOUT2,
|
|
AUTOLAYOUT_HANDOUT3,
|
|
AUTOLAYOUT_HANDOUT4,
|
|
AUTOLAYOUT_HANDOUT6,
|
|
AUTOLAYOUT_VERTICAL_TITLE_TEXT_CHART,
|
|
AUTOLAYOUT_VERTICAL_TITLE_VERTICAL_OUTLINE,
|
|
AUTOLAYOUT_TITLE_VERTICAL_OUTLINE,
|
|
AUTOLAYOUT_TITLE_VERTICAL_OUTLINE_CLIPART,
|
|
AUTOLAYOUT_HANDOUT9,
|
|
AUTOLAYOUT_ONLY_TEXT,
|
|
AUTOLAYOUT__END
|
|
};
|
|
|
|
enum PageKind
|
|
{
|
|
PK_STANDARD,
|
|
PK_NOTES,
|
|
PK_HANDOUT
|
|
};
|
|
|
|
enum EditMode
|
|
{
|
|
EM_PAGE,
|
|
EM_MASTERPAGE
|
|
};
|
|
|
|
enum DocumentType
|
|
{
|
|
DOCUMENT_TYPE_IMPRESS,
|
|
DOCUMENT_TYPE_DRAW
|
|
};
|
|
|
|
enum NavigatorDragType
|
|
{
|
|
NAVIGATOR_DRAGTYPE_NONE,
|
|
NAVIGATOR_DRAGTYPE_URL,
|
|
NAVIGATOR_DRAGTYPE_LINK,
|
|
NAVIGATOR_DRAGTYPE_EMBEDDED
|
|
};
|
|
#define NAVIGATOR_DRAGTYPE_COUNT 4
|
|
|
|
#endif // _PRESENTATION_HXX
|
|
|