2013-03-08 19:49:43 +01:00
|
|
|
/* -*- Mode: C++; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- */
|
2012-06-21 11:53:00 +01:00
|
|
|
/*
|
|
|
|
* This file is part of the LibreOffice project.
|
|
|
|
*
|
|
|
|
* This Source Code Form is subject to the terms of the Mozilla Public
|
|
|
|
* License, v. 2.0. If a copy of the MPL was not distributed with this
|
|
|
|
* file, You can obtain one at http://mozilla.org/MPL/2.0/.
|
|
|
|
*
|
|
|
|
* This file incorporates work covered by the following license notice:
|
|
|
|
*
|
|
|
|
* Licensed to the Apache Software Foundation (ASF) under one or more
|
|
|
|
* contributor license agreements. See the NOTICE file distributed
|
|
|
|
* with this work for additional information regarding copyright
|
|
|
|
* ownership. The ASF licenses this file to you under the Apache
|
|
|
|
* License, Version 2.0 (the "License"); you may not use this file
|
|
|
|
* except in compliance with the License. You may obtain a copy of
|
|
|
|
* the License at http://www.apache.org/licenses/LICENSE-2.0 .
|
|
|
|
*/
|
2009-12-15 23:12:19 +01:00
|
|
|
|
2006-07-13 08:53:43 +00:00
|
|
|
#ifndef SD_SLIDESHOW_HRC_
|
|
|
|
#define SD_SLIDESHOW_HRC_
|
|
|
|
|
|
|
|
#define CM_PREV_SLIDE 1
|
|
|
|
#define CM_NEXT_SLIDE 2
|
|
|
|
#define CM_GOTO 3
|
|
|
|
#define CM_SCREEN 4
|
|
|
|
#define CM_SCREEN_BLACK 5
|
|
|
|
#define CM_SCREEN_WHITE 6
|
|
|
|
#define CM_ENDSHOW 7
|
2009-12-15 23:12:19 +01:00
|
|
|
#define CM_FIRST_SLIDE 8
|
|
|
|
#define CM_LAST_SLIDE 9
|
2010-12-02 14:05:23 +01:00
|
|
|
|
2009-12-15 23:12:19 +01:00
|
|
|
//CM for extra presenter UI
|
2010-12-02 14:05:23 +01:00
|
|
|
#define CM_ERASE_ALLINK 10
|
|
|
|
#define CM_COLOR_PEN 11
|
|
|
|
#define CM_WIDTH_PEN 12
|
|
|
|
#define CM_WIDTH_PEN_VERY_THIN 13
|
|
|
|
#define CM_WIDTH_PEN_THIN 14
|
|
|
|
#define CM_WIDTH_PEN_NORMAL 15
|
|
|
|
#define CM_WIDTH_PEN_THICK 16
|
|
|
|
#define CM_WIDTH_PEN_VERY_THICK 17
|
|
|
|
#define CM_PEN_MODE 18
|
|
|
|
|
2013-07-17 17:42:15 +02:00
|
|
|
#define CM_EDIT_PRESENTATION 19
|
|
|
|
|
2010-12-02 14:05:23 +01:00
|
|
|
#define CM_SLIDES 21 // this must be the last id!
|
2006-07-13 08:53:43 +00:00
|
|
|
|
|
|
|
#endif
|
2013-03-08 19:49:43 +01:00
|
|
|
|
|
|
|
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
|