/* -*- 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 . */ #include #include "app.hrc" #include "res_bmp.hrc" #include "helpids.h" #define SEPARATOR MenuItem { Separator = TRUE; }; Menu RID_TASKPANE_MASTERPAGESSELECTOR_POPUP { ItemList = { MenuItem { Identifier = SID_TP_APPLY_TO_ALL_SLIDES; HelpId = CMD_SID_TP_APPLY_TO_ALL_SLIDES; Text [ en-US ] = "~Apply to All Slides"; }; MenuItem { Identifier = SID_TP_APPLY_TO_SELECTED_SLIDES; HelpId = CMD_SID_TP_APPLY_TO_SELECTED_SLIDES; Text [ en-US ] = "Apply to ~Selected Slides"; }; SEPARATOR MenuItem { Identifier = SID_TP_SHOW_LARGE_PREVIEW; HelpId = CMD_SID_TP_SHOW_LARGE_PREVIEW; Text[ en-US ] = "Show ~Large Preview"; }; MenuItem { Identifier = SID_TP_SHOW_SMALL_PREVIEW; HelpId = CMD_SID_TP_SHOW_SMALL_PREVIEW; Text[ en-US ] = "Show S~mall Preview"; }; }; }; Menu RID_TASKPANE_CURRENT_MASTERPAGESSELECTOR_POPUP { ItemList = { MenuItem { Identifier = SID_TP_APPLY_TO_ALL_SLIDES; HelpId = CMD_SID_TP_APPLY_TO_ALL_SLIDES; Text [ en-US ] = "~Apply to All Slides"; }; MenuItem { Identifier = SID_TP_APPLY_TO_SELECTED_SLIDES; HelpId = CMD_SID_TP_APPLY_TO_SELECTED_SLIDES; Text [ en-US ] = "Apply to ~Selected Slides"; }; SEPARATOR MenuItem { Identifier = SID_TP_EDIT_MASTER; HelpId = CMD_SID_TP_EDIT_MASTER; Text[ en-US ] = "~Edit Master..."; }; MenuItem { Identifier = SID_DELETE_MASTER_PAGE; HelpId = CMD_SID_DELETE_MASTER_PAGE; Text [ en-US ] = "D~elete Master"; }; SEPARATOR MenuItem { Identifier = SID_TP_SHOW_LARGE_PREVIEW; HelpId = CMD_SID_TP_SHOW_LARGE_PREVIEW; Text[ en-US ] = "Show ~Large Preview"; }; MenuItem { Identifier = SID_TP_SHOW_SMALL_PREVIEW; HelpId = CMD_SID_TP_SHOW_SMALL_PREVIEW; Text[ en-US ] = "Show S~mall Preview"; }; }; }; Menu RID_TASKPANE_LAYOUTMENU_POPUP { ItemList = { MenuItem { Identifier = SID_TP_APPLY_TO_SELECTED_SLIDES; HelpId = CMD_SID_TP_APPLY_TO_SELECTED_SLIDES; Text [ en-US ] = "Apply to ~Selected Slides"; }; SEPARATOR MenuItem { Identifier = SID_INSERTPAGE_LAYOUT_MENU; HelpId = CMD_SID_INSERTPAGE_LAYOUT_MENU; Text [ en-US ] = "~Insert Slide"; }; }; }; /* vim:set shiftwidth=4 softtabstop=4 expandtab: */