Files
libreoffice/sd/source/ui/slideshow/slideshow.hrc
Samuel Mehrbrodt b8608fddf0 fdo#45233 Allow editing pps/ppsx Autoplay Presentations
Added a context menu "Edit Presentation" when in Autplay mode.
This has been discussed and approved by the Design team: https://wiki.documentfoundation.org/Design/Meetings/2013-07-20

Change-Id: Ic229e54bd10d23f999f1d746cce38c4004504d28
Reviewed-on: https://gerrit.libreoffice.org/4960
Reviewed-by: Luboš Luňák <l.lunak@suse.cz>
Tested-by: Luboš Luňák <l.lunak@suse.cz>
2013-07-29 11:53:05 +00:00

51 lines
1.6 KiB
Plaintext

/* -*- Mode: C++; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- */
/*
* 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 .
*/
#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
#define CM_FIRST_SLIDE 8
#define CM_LAST_SLIDE 9
//CM for extra presenter UI
#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
#define CM_EDIT_PRESENTATION 19
#define CM_SLIDES 21 // this must be the last id!
#endif
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */