/* -*- 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 #define MN_CHANGEBEZIER \ MenuItem\ {\ Identifier = SID_CHANGEBEZIER ; \ HelpId = CMD_SID_CHANGEBEZIER ; \ Text [ en-US ] = "To ~Curve" ; \ }; #define MN_CHANGEPOLYGON \ MenuItem\ {\ Identifier = SID_CHANGEPOLYGON ; \ HelpId = CMD_SID_CHANGEPOLYGON ; \ Text [ en-US ] = "To ~Polygon" ; \ }; #define MN_CONVERT_TO_CONTOUR \ MenuItem\ {\ Identifier = SID_CONVERT_TO_CONTOUR ; \ HelpId = CMD_SID_CONVERT_TO_CONTOUR ; \ Text [ en-US ] = "To C~ontour";\ }; #define MN_CONVERT_TO_3D \ MenuItem\ {\ Identifier = SID_CONVERT_TO_3D ; \ HelpId = CMD_SID_CONVERT_TO_3D ; \ Text [ en-US ] = "To 3~D" ; \ }; #define MN_CONVERT_TO_BITMAP \ MenuItem\ {\ Identifier = SID_CONVERT_TO_BITMAP ; \ HelpId = CMD_SID_CONVERT_TO_BITMAP ; \ Text [ en-US ] = "To ~Bitmap" ; \ }; #define MN_CONVERT_TO_METAFILE \ MenuItem\ {\ Identifier = SID_CONVERT_TO_METAFILE ; \ HelpId = CMD_SID_CONVERT_TO_METAFILE ; \ Text [ en-US ] = "To ~Metafile" ; \ }; #define MN_CONVERT_TO_3D_LATHE_FAST \ MenuItem\ {\ Identifier = SID_CONVERT_TO_3D_LATHE_FAST ; \ HelpId = CMD_SID_CONVERT_TO_3D_LATHE_FAST ; \ Text [ en-US ] = "To 3D ~Rotation Object" ; \ }; #define MN_VERTICAL \ MenuItem\ {\ Identifier = SID_VERTICAL ; \ HelpId = CMD_SID_VERTICAL ; \ Text [ en-US ] = "~Vertically" ; \ }; #define MN_HORIZONTAL \ MenuItem\ {\ Identifier = SID_HORIZONTAL ; \ HelpId = CMD_SID_HORIZONTAL ; \ Text [ en-US ] = "~Horizontally" ; \ }; #define MN_3D_WIN \ MenuItem\ {\ Identifier = SID_3D_WIN ; \ HelpId = CMD_SID_3D_WIN ; \ Text [ en-US ] = "~3D Effects" ; \ }; #define MN_PRESENTATION_LAYOUT \ MenuItem\ {\ Identifier = SID_PRESENTATION_LAYOUT ; \ HelpId = CMD_SID_PRESENTATION_LAYOUT ; \ Text [ en-US ] = "~Slide Design..." ; \ }; #define MN_PAGE_DESIGN \ MenuItem\ {\ Identifier = SID_PRESENTATION_LAYOUT ; \ HelpId = CMD_SID_PRESENTATION_LAYOUT ; \ Text [ en-US ] = "~Page Design..." ; \ }; #define MN_DIA \ MenuItem\ {\ Identifier = SID_SLIDE_TRANSITIONS_PANEL ; \ HelpId = CMD_SID_SLIDE_TRANSITIONS_PANEL ; \ Text [ en-US ] = "Slide ~Transition" ; \ }; #define MN_SHOW_SLIDE \ MenuItem\ {\ Identifier = SID_SHOW_SLIDE ; \ HelpId = CMD_SID_SHOW_SLIDE ; \ Text [ en-US ] = "~Show Slide" ; \ }; #define MN_HIDE_SLIDE \ MenuItem\ {\ Identifier = SID_HIDE_SLIDE ; \ HelpId = CMD_SID_HIDE_SLIDE ; \ Text [ en-US ] = "~Hide Slide" ; \ }; /* vim:set shiftwidth=4 softtabstop=4 expandtab: */