1/************************************************************** 2 * 3 * Licensed to the Apache Software Foundation (ASF) under one 4 * or more contributor license agreements. See the NOTICE file 5 * distributed with this work for additional information 6 * regarding copyright ownership. The ASF licenses this file 7 * to you under the Apache License, Version 2.0 (the 8 * "License"); you may not use this file except in compliance 9 * with the License. You may obtain a copy of the License at 10 * 11 * http://www.apache.org/licenses/LICENSE-2.0 12 * 13 * Unless required by applicable law or agreed to in writing, 14 * software distributed under the License is distributed on an 15 * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY 16 * KIND, either express or implied. See the License for the 17 * specific language governing permissions and limitations 18 * under the License. 19 * 20 *************************************************************/ 21 22#include "ribbar.hrc" 23#include "cmdid.h" 24Menu MN_ANCHOR_POPUP 25{ 26 ItemList = 27 { 28 MenuItem 29 { 30 _MenuItemFlags = MIB_RADIOCHECK ; 31 RadioCheck = TRUE ; 32 Identifier = FN_TOOL_ANCHOR_PAGE ; 33 Text [ en-US ] = "To Page" ; 34 }; 35 MenuItem 36 { 37 _MenuItemFlags = MIB_RADIOCHECK ; 38 RadioCheck = TRUE ; 39 Identifier = FN_TOOL_ANCHOR_PARAGRAPH ; 40 Text [ en-US ] = "To Paragraph" ; 41 }; 42 MenuItem 43 { 44 _MenuItemFlags = MIB_RADIOCHECK ; 45 RadioCheck = TRUE ; 46 Identifier = FN_TOOL_ANCHOR_AT_CHAR ; 47 Text [ en-US ] = "To Character" ; 48 }; 49 MenuItem 50 { 51 _MenuItemFlags = MIB_RADIOCHECK ; 52 RadioCheck = TRUE ; 53 Identifier = FN_TOOL_ANCHOR_CHAR ; 54 Text [ en-US ] = "As Character" ; 55 }; 56 MenuItem 57 { 58 _MenuItemFlags = MIB_RADIOCHECK ; 59 RadioCheck = TRUE ; 60 Identifier = FN_TOOL_ANCHOR_FRAME ; 61 Text [ en-US ] = "To Frame" ; 62 }; 63 }; 64}; 65 66// ********************************************************************** EOF 67