office-gobmx/sd/source/ui/app/menuids3_tmpl.src
Michael Meeks 837e2808f7 re-base on ALv2 code. Includes:
Patches contributed by Armin Le-Grand
    #118898# Adapted ImpGraphic::ImplGetBitmap to correctly convert metafiles...
    http://svn.apache.org/viewvc?view=revision&revision=1293316
    #118485# - Styles for OLEs are not saved.
    http://svn.apache.org/viewvc?view=revision&revision=1182166

    Patches contributed by Andre Fischer
    http://svn.apache.org/viewvc?view=revision&revision=1172128
    http://svn.apache.org/viewvc?view=revision&revision=1172133

    Patch contributed by Ariel Constenla-Haile
    i#118505# - Remove MN_OLE_OBJECT menu item from Draw/Impress
    contextmenu  - CWS contextmenu1
    http://svn.apache.org/viewvc?view=revision&revision=1182915

    Patch contributed by Zhang Jian Fang
    #118876#, Add check if the OutlinerParaObject is created successfully
    http://svn.apache.org/viewvc?view=revision&revision=1243381

restore a re-based rdbedit.
2012-11-28 12:48:36 +00:00

131 lines
3.4 KiB
Text

/*
* 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 <svx/globlmn.hrc>
#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_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" ; \
};