1*66220049SAndrew Rist/************************************************************** 2cdf0e10cSrcweir * 3*66220049SAndrew Rist * Licensed to the Apache Software Foundation (ASF) under one 4*66220049SAndrew Rist * or more contributor license agreements. See the NOTICE file 5*66220049SAndrew Rist * distributed with this work for additional information 6*66220049SAndrew Rist * regarding copyright ownership. The ASF licenses this file 7*66220049SAndrew Rist * to you under the Apache License, Version 2.0 (the 8*66220049SAndrew Rist * "License"); you may not use this file except in compliance 9*66220049SAndrew Rist * with the License. You may obtain a copy of the License at 10*66220049SAndrew Rist * 11*66220049SAndrew Rist * http://www.apache.org/licenses/LICENSE-2.0 12*66220049SAndrew Rist * 13*66220049SAndrew Rist * Unless required by applicable law or agreed to in writing, 14*66220049SAndrew Rist * software distributed under the License is distributed on an 15*66220049SAndrew Rist * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY 16*66220049SAndrew Rist * KIND, either express or implied. See the License for the 17*66220049SAndrew Rist * specific language governing permissions and limitations 18*66220049SAndrew Rist * under the License. 19*66220049SAndrew Rist * 20*66220049SAndrew Rist *************************************************************/ 21*66220049SAndrew Rist 22*66220049SAndrew Rist 23cdf0e10cSrcweir 24cdf0e10cSrcweir 25cdf0e10cSrcweir 26cdf0e10cSrcweir#include "menuids3.src" 27cdf0e10cSrcweir 28cdf0e10cSrcweir#ifndef SD_POPUP 29cdf0e10cSrcweir#define SD_POPUP RID_DRAW_TEXTOBJ_POPUP 30cdf0e10cSrcweir#include "menuids.src" 31cdf0e10cSrcweir#endif 32cdf0e10cSrcweir 33cdf0e10cSrcweir 34cdf0e10cSrcweir 35cdf0e10cSrcweir// 36cdf0e10cSrcweir// TEXTOBJ_POPUP 37cdf0e10cSrcweir// 38cdf0e10cSrcweir#if SD_POPUP == RID_DRAW_TEXTOBJ_POPUP 39cdf0e10cSrcweir Menu RID_DRAW_TEXTOBJ_POPUP 40cdf0e10cSrcweir#elif SD_POPUP == RID_GRAPHIC_TEXTOBJ_POPUP 41cdf0e10cSrcweir Menu RID_GRAPHIC_TEXTOBJ_POPUP 42cdf0e10cSrcweir#endif 43cdf0e10cSrcweir{ 44cdf0e10cSrcweir ItemList = 45cdf0e10cSrcweir { 46cdf0e10cSrcweir MN_SET_DEFAULT 47cdf0e10cSrcweir SEPARATOR 48cdf0e10cSrcweir MN_LINE 49cdf0e10cSrcweir MN_AREA 50cdf0e10cSrcweir MN_TEXTATTR 51cdf0e10cSrcweir MN_TRANSFORM 52cdf0e10cSrcweir MN_FONTWORK 53cdf0e10cSrcweir SEPARATOR 54cdf0e10cSrcweir MN_CHAR_PARAGRAPH 55cdf0e10cSrcweir SEPARATOR 56cdf0e10cSrcweir MN_POSITION 57cdf0e10cSrcweir MN_OBJECT_ALIGN 58cdf0e10cSrcweir MN_DISTRIBUTE 59cdf0e10cSrcweir MNSUB_CONVERT 60cdf0e10cSrcweir 61cdf0e10cSrcweir //-#i68101#---------------------- 62cdf0e10cSrcweir SEPARATOR 63cdf0e10cSrcweir MN_OBJECT_TITLE_DESCRIPTION 64cdf0e10cSrcweir MN_NAME_GROUP 65cdf0e10cSrcweir //-#i68101#---------------------- 66cdf0e10cSrcweir 67cdf0e10cSrcweir#if SD_POPUP == RID_DRAW_TEXTOBJ_POPUP 68cdf0e10cSrcweir SEPARATOR 69cdf0e10cSrcweir MN_EFFECT 70cdf0e10cSrcweir MN_ACTION 71cdf0e10cSrcweir#endif 72cdf0e10cSrcweir SEPARATOR 73cdf0e10cSrcweir MN_STYLEDT 74cdf0e10cSrcweir }; 75cdf0e10cSrcweir}; 76cdf0e10cSrcweir 77cdf0e10cSrcweir// 78cdf0e10cSrcweir// GEOMOBJ_POPUP 79cdf0e10cSrcweir// 80cdf0e10cSrcweir#if SD_POPUP == RID_DRAW_TEXTOBJ_POPUP 81cdf0e10cSrcweir Menu RID_DRAW_GEOMOBJ_POPUP 82cdf0e10cSrcweir#elif SD_POPUP == RID_GRAPHIC_TEXTOBJ_POPUP 83cdf0e10cSrcweir Menu RID_GRAPHIC_GEOMOBJ_POPUP 84cdf0e10cSrcweir#endif 85cdf0e10cSrcweir{ 86cdf0e10cSrcweir ItemList = 87cdf0e10cSrcweir { 88cdf0e10cSrcweir MN_LINE 89cdf0e10cSrcweir MN_AREA 90cdf0e10cSrcweir MN_TEXTATTR 91cdf0e10cSrcweir MN_TRANSFORM 92cdf0e10cSrcweir MN_EDIT_POINTS 93cdf0e10cSrcweir SEPARATOR 94cdf0e10cSrcweir MN_CHAR_PARAGRAPH 95cdf0e10cSrcweir SEPARATOR 96cdf0e10cSrcweir MN_POSITION 97cdf0e10cSrcweir MN_OBJECT_ALIGN 98cdf0e10cSrcweir MN_DISTRIBUTE 99cdf0e10cSrcweir MNSUB_MIRROR 100cdf0e10cSrcweir MNSUB_CONVERT 101cdf0e10cSrcweir SEPARATOR 102cdf0e10cSrcweir MN_LEAVE_GROUP 103cdf0e10cSrcweir MN_DISMANTLE 104cdf0e10cSrcweir 105cdf0e10cSrcweir //-#i68101#---------------------- 106cdf0e10cSrcweir SEPARATOR 107cdf0e10cSrcweir MN_OBJECT_TITLE_DESCRIPTION 108cdf0e10cSrcweir MN_NAME_GROUP 109cdf0e10cSrcweir //-#i68101#---------------------- 110cdf0e10cSrcweir 111cdf0e10cSrcweir#if SD_POPUP == RID_DRAW_TEXTOBJ_POPUP 112cdf0e10cSrcweir SEPARATOR 113cdf0e10cSrcweir MN_EFFECT 114cdf0e10cSrcweir MN_ACTION 115cdf0e10cSrcweir#endif 116cdf0e10cSrcweir SEPARATOR 117cdf0e10cSrcweir MN_STYLEDT 118cdf0e10cSrcweir }; 119cdf0e10cSrcweir}; 120cdf0e10cSrcweir 121cdf0e10cSrcweir// 122cdf0e10cSrcweir// Customshape POPUP 123cdf0e10cSrcweir// 124cdf0e10cSrcweir#if SD_POPUP == RID_DRAW_TEXTOBJ_POPUP 125cdf0e10cSrcweir Menu RID_DRAW_CUSTOMSHAPE_POPUP 126cdf0e10cSrcweir#elif SD_POPUP == RID_GRAPHIC_TEXTOBJ_POPUP 127cdf0e10cSrcweir Menu RID_GRAPHIC_CUSTOMSHAPE_POPUP 128cdf0e10cSrcweir#endif 129cdf0e10cSrcweir{ 130cdf0e10cSrcweir ItemList = 131cdf0e10cSrcweir { 132cdf0e10cSrcweir MN_LINE 133cdf0e10cSrcweir MN_AREA 134cdf0e10cSrcweir MN_TEXTATTR 135cdf0e10cSrcweir MN_TRANSFORM 136cdf0e10cSrcweir SEPARATOR 137cdf0e10cSrcweir MN_CHAR_PARAGRAPH 138cdf0e10cSrcweir SEPARATOR 139cdf0e10cSrcweir MN_POSITION 140cdf0e10cSrcweir MN_OBJECT_ALIGN 141cdf0e10cSrcweir MN_DISTRIBUTE 142cdf0e10cSrcweir MNSUB_MIRROR 143cdf0e10cSrcweir // #i37263# 144cdf0e10cSrcweir MNSUB_CONVERT 145cdf0e10cSrcweir SEPARATOR 146cdf0e10cSrcweir MN_LEAVE_GROUP 147cdf0e10cSrcweir MN_DISMANTLE 148cdf0e10cSrcweir 149cdf0e10cSrcweir //-#i68101#---------------------- 150cdf0e10cSrcweir SEPARATOR 151cdf0e10cSrcweir MN_OBJECT_TITLE_DESCRIPTION 152cdf0e10cSrcweir MN_NAME_GROUP 153cdf0e10cSrcweir //-#i68101#---------------------- 154cdf0e10cSrcweir 155cdf0e10cSrcweir#if SD_POPUP == RID_DRAW_TEXTOBJ_POPUP 156cdf0e10cSrcweir SEPARATOR 157cdf0e10cSrcweir MN_EFFECT 158cdf0e10cSrcweir MN_ACTION 159cdf0e10cSrcweir#endif 160cdf0e10cSrcweir SEPARATOR 161cdf0e10cSrcweir MN_STYLEDT 162cdf0e10cSrcweir SEPARATOR 163cdf0e10cSrcweir 164cdf0e10cSrcweir }; 165cdf0e10cSrcweir}; 166cdf0e10cSrcweir 167cdf0e10cSrcweir// 168cdf0e10cSrcweir// 3DOSCENE_POPUP 169cdf0e10cSrcweir// 170cdf0e10cSrcweir#if SD_POPUP == RID_DRAW_TEXTOBJ_POPUP 171cdf0e10cSrcweir Menu RID_DRAW_3DSCENE_POPUP 172cdf0e10cSrcweir#elif SD_POPUP == RID_GRAPHIC_TEXTOBJ_POPUP 173cdf0e10cSrcweir Menu RID_GRAPHIC_3DSCENE_POPUP 174cdf0e10cSrcweir#endif 175cdf0e10cSrcweir{ 176cdf0e10cSrcweir ItemList = 177cdf0e10cSrcweir { 178cdf0e10cSrcweir MN_LINE 179cdf0e10cSrcweir MN_AREA 180cdf0e10cSrcweir MN_TRANSFORM 181cdf0e10cSrcweir SEPARATOR 182cdf0e10cSrcweir MN_POSITION 183cdf0e10cSrcweir MN_OBJECT_ALIGN 184cdf0e10cSrcweir MN_DISTRIBUTE 185cdf0e10cSrcweir MNSUB_CONVERT 186cdf0e10cSrcweir SEPARATOR 187cdf0e10cSrcweir MN_ENTER_GROUP 188cdf0e10cSrcweir MN_3D_WIN 189cdf0e10cSrcweir 190cdf0e10cSrcweir //-#i68101#---------------------- 191cdf0e10cSrcweir SEPARATOR 192cdf0e10cSrcweir MN_OBJECT_TITLE_DESCRIPTION 193cdf0e10cSrcweir MN_NAME_GROUP 194cdf0e10cSrcweir //-#i68101#---------------------- 195cdf0e10cSrcweir 196cdf0e10cSrcweir#if SD_POPUP == RID_DRAW_TEXTOBJ_POPUP 197cdf0e10cSrcweir SEPARATOR 198cdf0e10cSrcweir MN_EFFECT 199cdf0e10cSrcweir MN_ACTION 200cdf0e10cSrcweir#endif 201cdf0e10cSrcweir// SEPARATOR 202cdf0e10cSrcweir// MN_STYLEDT 203cdf0e10cSrcweir }; 204cdf0e10cSrcweir}; 205cdf0e10cSrcweir 206cdf0e10cSrcweir// 207cdf0e10cSrcweir// 3DOSCENE2_POPUP 208cdf0e10cSrcweir// 209cdf0e10cSrcweir#if SD_POPUP == RID_DRAW_TEXTOBJ_POPUP 210cdf0e10cSrcweir Menu RID_DRAW_3DSCENE2_POPUP 211cdf0e10cSrcweir#elif SD_POPUP == RID_GRAPHIC_TEXTOBJ_POPUP 212cdf0e10cSrcweir Menu RID_GRAPHIC_3DSCENE2_POPUP 213cdf0e10cSrcweir#endif 214cdf0e10cSrcweir{ 215cdf0e10cSrcweir ItemList = 216cdf0e10cSrcweir { 217cdf0e10cSrcweir MN_LINE 218cdf0e10cSrcweir MN_AREA 219cdf0e10cSrcweir MN_TRANSFORM 220cdf0e10cSrcweir SEPARATOR 221cdf0e10cSrcweir MN_POSITION 222cdf0e10cSrcweir MN_OBJECT_ALIGN 223cdf0e10cSrcweir MN_DISTRIBUTE 224cdf0e10cSrcweir MNSUB_CONVERT 225cdf0e10cSrcweir SEPARATOR 226cdf0e10cSrcweir MN_ENTER_GROUP 227cdf0e10cSrcweir MN_LEAVE_GROUP 228cdf0e10cSrcweir MN_3D_WIN 229cdf0e10cSrcweir 230cdf0e10cSrcweir //-#i68101#---------------------- 231cdf0e10cSrcweir SEPARATOR 232cdf0e10cSrcweir MN_OBJECT_TITLE_DESCRIPTION 233cdf0e10cSrcweir MN_NAME_GROUP 234cdf0e10cSrcweir //-#i68101#---------------------- 235cdf0e10cSrcweir 236cdf0e10cSrcweir#if SD_POPUP == RID_DRAW_TEXTOBJ_POPUP 237cdf0e10cSrcweir SEPARATOR 238cdf0e10cSrcweir MN_EFFECT 239cdf0e10cSrcweir MN_ACTION 240cdf0e10cSrcweir#endif 241cdf0e10cSrcweir// SEPARATOR 242cdf0e10cSrcweir// MN_STYLEDT 243cdf0e10cSrcweir }; 244cdf0e10cSrcweir}; 245cdf0e10cSrcweir 246cdf0e10cSrcweir// 247cdf0e10cSrcweir// 3DOBJ_POPUP 248cdf0e10cSrcweir// 249cdf0e10cSrcweir#if SD_POPUP == RID_DRAW_TEXTOBJ_POPUP 250cdf0e10cSrcweir Menu RID_DRAW_3DOBJ_POPUP 251cdf0e10cSrcweir#elif SD_POPUP == RID_GRAPHIC_TEXTOBJ_POPUP 252cdf0e10cSrcweir Menu RID_GRAPHIC_3DOBJ_POPUP 253cdf0e10cSrcweir#endif 254cdf0e10cSrcweir{ 255cdf0e10cSrcweir ItemList = 256cdf0e10cSrcweir { 257cdf0e10cSrcweir MN_LINE 258cdf0e10cSrcweir MN_AREA 259cdf0e10cSrcweir MN_TRANSFORM 260cdf0e10cSrcweir SEPARATOR 261cdf0e10cSrcweir MN_POSITION 262cdf0e10cSrcweir MN_OBJECT_ALIGN 263cdf0e10cSrcweir MN_DISTRIBUTE 264cdf0e10cSrcweir MNSUB_CONVERT 265cdf0e10cSrcweir SEPARATOR 266cdf0e10cSrcweir MN_LEAVE_GROUP 267cdf0e10cSrcweir MN_3D_WIN 268cdf0e10cSrcweir 269cdf0e10cSrcweir //-#i68101#---------------------- 270cdf0e10cSrcweir SEPARATOR 271cdf0e10cSrcweir MN_OBJECT_TITLE_DESCRIPTION 272cdf0e10cSrcweir MN_NAME_GROUP 273cdf0e10cSrcweir //-#i68101#---------------------- 274cdf0e10cSrcweir 275cdf0e10cSrcweir#if SD_POPUP == RID_DRAW_TEXTOBJ_POPUP 276cdf0e10cSrcweir SEPARATOR 277cdf0e10cSrcweir MN_EFFECT 278cdf0e10cSrcweir MN_ACTION 279cdf0e10cSrcweir#endif 280cdf0e10cSrcweir SEPARATOR 281cdf0e10cSrcweir MN_STYLEDT 282cdf0e10cSrcweir }; 283cdf0e10cSrcweir}; 284cdf0e10cSrcweir 285cdf0e10cSrcweir// 286cdf0e10cSrcweir// GROUPOBJ_POPUP 287cdf0e10cSrcweir// 288cdf0e10cSrcweir#if SD_POPUP == RID_DRAW_TEXTOBJ_POPUP 289cdf0e10cSrcweir Menu RID_DRAW_GROUPOBJ_POPUP 290cdf0e10cSrcweir#elif SD_POPUP == RID_GRAPHIC_TEXTOBJ_POPUP 291cdf0e10cSrcweir Menu RID_GRAPHIC_GROUPOBJ_POPUP 292cdf0e10cSrcweir#endif 293cdf0e10cSrcweir{ 294cdf0e10cSrcweir ItemList = 295cdf0e10cSrcweir { 296cdf0e10cSrcweir MN_LINE 297cdf0e10cSrcweir MN_AREA 298cdf0e10cSrcweir MN_TRANSFORM 299cdf0e10cSrcweir MN_EDIT_POINTS 300cdf0e10cSrcweir SEPARATOR 301cdf0e10cSrcweir MN_CHAR_PARAGRAPH 302cdf0e10cSrcweir SEPARATOR 303cdf0e10cSrcweir MN_POSITION 304cdf0e10cSrcweir MN_OBJECT_ALIGN 305cdf0e10cSrcweir MN_DISTRIBUTE 306cdf0e10cSrcweir MNSUB_MIRROR 307cdf0e10cSrcweir MNSUB_CONVERT 308cdf0e10cSrcweir 309cdf0e10cSrcweir //-#i68101#---------------------- 310cdf0e10cSrcweir SEPARATOR 311cdf0e10cSrcweir MN_OBJECT_TITLE_DESCRIPTION 312cdf0e10cSrcweir MN_NAME_GROUP 313cdf0e10cSrcweir //-#i68101#---------------------- 314cdf0e10cSrcweir 315cdf0e10cSrcweir SEPARATOR 316cdf0e10cSrcweir MN_UNGROUP 317cdf0e10cSrcweir MN_ENTER_GROUP 318cdf0e10cSrcweir#if SD_POPUP == RID_DRAW_TEXTOBJ_POPUP 319cdf0e10cSrcweir SEPARATOR 320cdf0e10cSrcweir MN_EFFECT 321cdf0e10cSrcweir MN_ACTION 322cdf0e10cSrcweir#endif 323cdf0e10cSrcweir }; 324cdf0e10cSrcweir}; 325cdf0e10cSrcweir 326cdf0e10cSrcweir// 327cdf0e10cSrcweir// LINEOBJ_POPUP 328cdf0e10cSrcweir// 329cdf0e10cSrcweir#if SD_POPUP == RID_DRAW_TEXTOBJ_POPUP 330cdf0e10cSrcweir Menu RID_DRAW_LINEOBJ_POPUP 331cdf0e10cSrcweir#elif SD_POPUP == RID_GRAPHIC_TEXTOBJ_POPUP 332cdf0e10cSrcweir Menu RID_GRAPHIC_LINEOBJ_POPUP 333cdf0e10cSrcweir#endif 334cdf0e10cSrcweir{ 335cdf0e10cSrcweir ItemList = 336cdf0e10cSrcweir { 337cdf0e10cSrcweir MN_LINE 338cdf0e10cSrcweir MN_TRANSFORM 339cdf0e10cSrcweir MN_EDIT_POINTS 340cdf0e10cSrcweir SEPARATOR 341cdf0e10cSrcweir MN_CHAR_PARAGRAPH 342cdf0e10cSrcweir SEPARATOR 343cdf0e10cSrcweir MN_POSITION 344cdf0e10cSrcweir MN_OBJECT_ALIGN 345cdf0e10cSrcweir MN_DISTRIBUTE 346cdf0e10cSrcweir MNSUB_MIRROR 347cdf0e10cSrcweir MNSUB_CONVERT 348cdf0e10cSrcweir SEPARATOR 349cdf0e10cSrcweir MN_LEAVE_GROUP 350cdf0e10cSrcweir MN_DISMANTLE 351cdf0e10cSrcweir 352cdf0e10cSrcweir //-#i68101#---------------------- 353cdf0e10cSrcweir SEPARATOR 354cdf0e10cSrcweir MN_OBJECT_TITLE_DESCRIPTION 355cdf0e10cSrcweir MN_NAME_GROUP 356cdf0e10cSrcweir //-#i68101#---------------------- 357cdf0e10cSrcweir 358cdf0e10cSrcweir#if SD_POPUP == RID_DRAW_TEXTOBJ_POPUP 359cdf0e10cSrcweir SEPARATOR 360cdf0e10cSrcweir MN_EFFECT 361cdf0e10cSrcweir MN_ACTION 362cdf0e10cSrcweir#endif 363cdf0e10cSrcweir SEPARATOR 364cdf0e10cSrcweir MN_STYLEDT 365cdf0e10cSrcweir }; 366cdf0e10cSrcweir}; 367cdf0e10cSrcweir 368cdf0e10cSrcweir// 369cdf0e10cSrcweir// EDGEOBJ_POPUP 370cdf0e10cSrcweir// 371cdf0e10cSrcweir#if SD_POPUP == RID_DRAW_TEXTOBJ_POPUP 372cdf0e10cSrcweir Menu RID_DRAW_EDGEOBJ_POPUP 373cdf0e10cSrcweir#elif SD_POPUP == RID_GRAPHIC_TEXTOBJ_POPUP 374cdf0e10cSrcweir Menu RID_GRAPHIC_EDGEOBJ_POPUP 375cdf0e10cSrcweir#endif 376cdf0e10cSrcweir{ 377cdf0e10cSrcweir ItemList = 378cdf0e10cSrcweir { 379cdf0e10cSrcweir MN_NEW_ROUTING 380cdf0e10cSrcweir SEPARATOR 381cdf0e10cSrcweir MN_LINE 382cdf0e10cSrcweir MN_CONNECTION 383cdf0e10cSrcweir MN_TRANSFORM 384cdf0e10cSrcweir MN_EDIT_POINTS 385cdf0e10cSrcweir SEPARATOR 386cdf0e10cSrcweir MN_CHAR_PARAGRAPH 387cdf0e10cSrcweir SEPARATOR 388cdf0e10cSrcweir MN_POSITION 389cdf0e10cSrcweir MN_OBJECT_ALIGN 390cdf0e10cSrcweir MN_DISTRIBUTE 391cdf0e10cSrcweir MNSUB_CONVERT 392cdf0e10cSrcweir SEPARATOR 393cdf0e10cSrcweir MN_LEAVE_GROUP 394cdf0e10cSrcweir MN_DISMANTLE 395cdf0e10cSrcweir 396cdf0e10cSrcweir //-#i68101#---------------------- 397cdf0e10cSrcweir SEPARATOR 398cdf0e10cSrcweir MN_OBJECT_TITLE_DESCRIPTION 399cdf0e10cSrcweir MN_NAME_GROUP 400cdf0e10cSrcweir //-#i68101#---------------------- 401cdf0e10cSrcweir 402cdf0e10cSrcweir#if SD_POPUP == RID_DRAW_TEXTOBJ_POPUP 403cdf0e10cSrcweir SEPARATOR 404cdf0e10cSrcweir MN_EFFECT 405cdf0e10cSrcweir MN_ACTION 406cdf0e10cSrcweir#endif 407cdf0e10cSrcweir SEPARATOR 408cdf0e10cSrcweir MN_STYLEDT 409cdf0e10cSrcweir }; 410cdf0e10cSrcweir}; 411cdf0e10cSrcweir 412cdf0e10cSrcweir// 413cdf0e10cSrcweir// MEASUREOBJ_POPUP 414cdf0e10cSrcweir// 415cdf0e10cSrcweir#if SD_POPUP == RID_DRAW_TEXTOBJ_POPUP 416cdf0e10cSrcweir Menu RID_DRAW_MEASUREOBJ_POPUP 417cdf0e10cSrcweir#elif SD_POPUP == RID_GRAPHIC_TEXTOBJ_POPUP 418cdf0e10cSrcweir Menu RID_GRAPHIC_MEASUREOBJ_POPUP 419cdf0e10cSrcweir#endif 420cdf0e10cSrcweir{ 421cdf0e10cSrcweir ItemList = 422cdf0e10cSrcweir { 423cdf0e10cSrcweir MN_LINE 424cdf0e10cSrcweir MN_TEXTATTR 425cdf0e10cSrcweir MN_MEASURE 426cdf0e10cSrcweir MN_TRANSFORM 427cdf0e10cSrcweir MN_EDIT_POINTS 428cdf0e10cSrcweir SEPARATOR 429cdf0e10cSrcweir MN_CHAR_PARAGRAPH 430cdf0e10cSrcweir SEPARATOR 431cdf0e10cSrcweir MN_POSITION 432cdf0e10cSrcweir MN_OBJECT_ALIGN 433cdf0e10cSrcweir MN_DISTRIBUTE 434cdf0e10cSrcweir MNSUB_MIRROR 435cdf0e10cSrcweir MNSUB_CONVERT 436cdf0e10cSrcweir SEPARATOR 437cdf0e10cSrcweir MN_LEAVE_GROUP 438cdf0e10cSrcweir MN_DISMANTLE 439cdf0e10cSrcweir 440cdf0e10cSrcweir //-#i68101#---------------------- 441cdf0e10cSrcweir SEPARATOR 442cdf0e10cSrcweir MN_OBJECT_TITLE_DESCRIPTION 443cdf0e10cSrcweir MN_NAME_GROUP 444cdf0e10cSrcweir //-#i68101#---------------------- 445cdf0e10cSrcweir 446cdf0e10cSrcweir#if SD_POPUP == RID_DRAW_TEXTOBJ_POPUP 447cdf0e10cSrcweir SEPARATOR 448cdf0e10cSrcweir MN_EFFECT 449cdf0e10cSrcweir MN_ACTION 450cdf0e10cSrcweir#endif 451cdf0e10cSrcweir SEPARATOR 452cdf0e10cSrcweir MN_STYLEDT 453cdf0e10cSrcweir }; 454cdf0e10cSrcweir}; 455cdf0e10cSrcweir 456cdf0e10cSrcweir 457cdf0e10cSrcweir// 458cdf0e10cSrcweir// POLYLINEOBJ_POPUP 459cdf0e10cSrcweir// 460cdf0e10cSrcweir#if SD_POPUP == RID_DRAW_TEXTOBJ_POPUP 461cdf0e10cSrcweir Menu RID_DRAW_POLYLINEOBJ_POPUP 462cdf0e10cSrcweir#elif SD_POPUP == RID_GRAPHIC_TEXTOBJ_POPUP 463cdf0e10cSrcweir Menu RID_GRAPHIC_POLYLINEOBJ_POPUP 464cdf0e10cSrcweir#endif 465cdf0e10cSrcweir{ 466cdf0e10cSrcweir ItemList = 467cdf0e10cSrcweir { 468cdf0e10cSrcweir MN_LINE 469cdf0e10cSrcweir MN_TRANSFORM 470cdf0e10cSrcweir MN_EDIT_POINTS 471cdf0e10cSrcweir MN_CLOSE_OBJECT 472cdf0e10cSrcweir SEPARATOR 473cdf0e10cSrcweir MN_CHAR_PARAGRAPH 474cdf0e10cSrcweir SEPARATOR 475cdf0e10cSrcweir MN_POSITION 476cdf0e10cSrcweir MN_OBJECT_ALIGN 477cdf0e10cSrcweir MN_DISTRIBUTE 478cdf0e10cSrcweir MNSUB_MIRROR 479cdf0e10cSrcweir MNSUB_CONVERT 480cdf0e10cSrcweir SEPARATOR 481cdf0e10cSrcweir MN_LEAVE_GROUP 482cdf0e10cSrcweir MN_DISMANTLE 483cdf0e10cSrcweir MN_BREAK 484cdf0e10cSrcweir 485cdf0e10cSrcweir //-#i68101#---------------------- 486cdf0e10cSrcweir SEPARATOR 487cdf0e10cSrcweir MN_OBJECT_TITLE_DESCRIPTION 488cdf0e10cSrcweir MN_NAME_GROUP 489cdf0e10cSrcweir //-#i68101#---------------------- 490cdf0e10cSrcweir 491cdf0e10cSrcweir#if SD_POPUP == RID_DRAW_TEXTOBJ_POPUP 492cdf0e10cSrcweir SEPARATOR 493cdf0e10cSrcweir MN_EFFECT 494cdf0e10cSrcweir MN_ACTION 495cdf0e10cSrcweir#endif 496cdf0e10cSrcweir SEPARATOR 497cdf0e10cSrcweir MN_STYLEDT 498cdf0e10cSrcweir }; 499cdf0e10cSrcweir}; 500cdf0e10cSrcweir 501cdf0e10cSrcweir// 502cdf0e10cSrcweir// NOSEL_POPUP 503cdf0e10cSrcweir// 504cdf0e10cSrcweir#if SD_POPUP == RID_DRAW_TEXTOBJ_POPUP 505cdf0e10cSrcweir Menu RID_DRAW_NOSEL_POPUP 506cdf0e10cSrcweir#elif SD_POPUP == RID_GRAPHIC_TEXTOBJ_POPUP 507cdf0e10cSrcweir Menu RID_GRAPHIC_NOSEL_POPUP 508cdf0e10cSrcweir#endif 509cdf0e10cSrcweir{ 510cdf0e10cSrcweir ItemList = 511cdf0e10cSrcweir { 512cdf0e10cSrcweir#if SD_POPUP == RID_DRAW_TEXTOBJ_POPUP 513cdf0e10cSrcweir MN_SLIDE_MENU 514cdf0e10cSrcweir#elif SD_POPUP == RID_GRAPHIC_TEXTOBJ_POPUP 515cdf0e10cSrcweir MN_PAGE_MENU 516cdf0e10cSrcweir#endif 517cdf0e10cSrcweir SEPARATOR 518cdf0e10cSrcweir MN_CAPTUREPOINT 519cdf0e10cSrcweir SEPARATOR 520cdf0e10cSrcweir MN_LEAVE_GROUP 521cdf0e10cSrcweir SEPARATOR 522cdf0e10cSrcweir MN_NAVIGATOR 523cdf0e10cSrcweir SEPARATOR 524cdf0e10cSrcweir MN_GRID 525cdf0e10cSrcweir SEPARATOR 526cdf0e10cSrcweir MN_HELPLINES 527cdf0e10cSrcweir#if SD_POPUP == RID_DRAW_TEXTOBJ_POPUP 528cdf0e10cSrcweir SEPARATOR 529cdf0e10cSrcweir MN_OUTLINEMODE 530cdf0e10cSrcweir MN_DIAMODE 531cdf0e10cSrcweir MN_PRESENTATION 532cdf0e10cSrcweir#endif 533cdf0e10cSrcweir }; 534cdf0e10cSrcweir}; 535cdf0e10cSrcweir 536cdf0e10cSrcweir// 537cdf0e10cSrcweir// MULTISELECTION_POPUP 538cdf0e10cSrcweir// 539cdf0e10cSrcweir#if SD_POPUP == RID_DRAW_TEXTOBJ_POPUP 540cdf0e10cSrcweir Menu RID_DRAW_MULTISELECTION_POPUP 541cdf0e10cSrcweir#elif SD_POPUP == RID_GRAPHIC_TEXTOBJ_POPUP 542cdf0e10cSrcweir Menu RID_GRAPHIC_MULTISELECTION_POPUP 543cdf0e10cSrcweir#endif 544cdf0e10cSrcweir{ 545cdf0e10cSrcweir ItemList = 546cdf0e10cSrcweir { 547cdf0e10cSrcweir MN_SET_DEFAULT 548cdf0e10cSrcweir SEPARATOR 549cdf0e10cSrcweir MN_LINE 550cdf0e10cSrcweir MN_AREA 551cdf0e10cSrcweir MN_TRANSFORM 552cdf0e10cSrcweir SEPARATOR 553cdf0e10cSrcweir MN_CHAR_PARAGRAPH 554cdf0e10cSrcweir SEPARATOR 555cdf0e10cSrcweir MN_POSITION 556cdf0e10cSrcweir MN_OBJECT_ALIGN 557cdf0e10cSrcweir MN_DISTRIBUTE 558cdf0e10cSrcweir MNSUB_MIRROR 559cdf0e10cSrcweir MNSUB_CONVERT 560cdf0e10cSrcweir SEPARATOR 561cdf0e10cSrcweir MN_GROUP 562cdf0e10cSrcweir MN_UNGROUP 563cdf0e10cSrcweir MN_LEAVE_GROUP 564cdf0e10cSrcweir MN_COMBINE 565cdf0e10cSrcweir MNSUB_FORMEN 566cdf0e10cSrcweir MN_DISMANTLE 567cdf0e10cSrcweir MN_CONNECT 568cdf0e10cSrcweir MN_BREAK 569cdf0e10cSrcweir#if SD_POPUP == RID_DRAW_TEXTOBJ_POPUP 570cdf0e10cSrcweir SEPARATOR 571cdf0e10cSrcweir MN_EFFECT 572cdf0e10cSrcweir MN_ACTION 573cdf0e10cSrcweir#endif 574cdf0e10cSrcweir }; 575cdf0e10cSrcweir}; 576cdf0e10cSrcweir 577cdf0e10cSrcweir// 578cdf0e10cSrcweir// GRAPHIC_POPUP 579cdf0e10cSrcweir// 580cdf0e10cSrcweir#if SD_POPUP == RID_DRAW_TEXTOBJ_POPUP 581cdf0e10cSrcweir Menu RID_DRAW_GRAPHIC_POPUP 582cdf0e10cSrcweir#elif SD_POPUP == RID_GRAPHIC_TEXTOBJ_POPUP 583cdf0e10cSrcweir Menu RID_GRAPHIC_GRAPHIC_POPUP 584cdf0e10cSrcweir#endif 585cdf0e10cSrcweir{ 586cdf0e10cSrcweir ItemList = 587cdf0e10cSrcweir { 588cdf0e10cSrcweir MN_TRANSFORM 589cdf0e10cSrcweir MN_ORIGINAL_SIZE 590cdf0e10cSrcweir MN_LINE 591cdf0e10cSrcweir MN_AREA 592cdf0e10cSrcweir MN_TEXTATTR 593cdf0e10cSrcweir SEPARATOR 594cdf0e10cSrcweir MN_CHAR_PARAGRAPH 595cdf0e10cSrcweir SEPARATOR 596cdf0e10cSrcweir MN_CROP 597cdf0e10cSrcweir MN_OBJECT_ALIGN 598cdf0e10cSrcweir MN_POSITION 599cdf0e10cSrcweir MN_DISTRIBUTE 600cdf0e10cSrcweir MNSUB_MIRROR 601cdf0e10cSrcweir MNSUB_CONVERT 602cdf0e10cSrcweir MN_BREAK 603cdf0e10cSrcweir 604cdf0e10cSrcweir //-#i68101#---------------------- 605cdf0e10cSrcweir SEPARATOR 606cdf0e10cSrcweir MN_OBJECT_TITLE_DESCRIPTION 607cdf0e10cSrcweir MN_NAME_GROUP 608cdf0e10cSrcweir //-#i68101#---------------------- 609cdf0e10cSrcweir 610cdf0e10cSrcweir#if SD_POPUP == RID_DRAW_TEXTOBJ_POPUP 611cdf0e10cSrcweir SEPARATOR 612cdf0e10cSrcweir MN_EFFECT 613cdf0e10cSrcweir MN_ACTION 614cdf0e10cSrcweir#endif 615cdf0e10cSrcweir SEPARATOR 616cdf0e10cSrcweir MN_STYLEDT 617cdf0e10cSrcweir SEPARATOR 618cdf0e10cSrcweir MN_SAVEGRAPHIC 619cdf0e10cSrcweir }; 620cdf0e10cSrcweir}; 621cdf0e10cSrcweir 622cdf0e10cSrcweir// 623cdf0e10cSrcweir// OLE2_POPUP 624cdf0e10cSrcweir// 625cdf0e10cSrcweir#if SD_POPUP == RID_DRAW_TEXTOBJ_POPUP 626cdf0e10cSrcweir Menu RID_DRAW_OLE2_POPUP 627cdf0e10cSrcweir#elif SD_POPUP == RID_GRAPHIC_TEXTOBJ_POPUP 628cdf0e10cSrcweir Menu RID_GRAPHIC_OLE2_POPUP 629cdf0e10cSrcweir#endif 630cdf0e10cSrcweir{ 631cdf0e10cSrcweir ItemList = 632cdf0e10cSrcweir { 633cdf0e10cSrcweir MN_TRANSFORM 634cdf0e10cSrcweir MN_ORIGINAL_SIZE 635a5258243SPedro Giffuni 636a5258243SPedro Giffuni //-#i118485# Added support for Line,Area and Text 637a5258243SPedro Giffuni MN_LINE 638a5258243SPedro Giffuni MN_AREA 639a5258243SPedro Giffuni SEPARATOR 640a5258243SPedro Giffuni MN_CHAR_PARAGRAPH 641a5258243SPedro Giffuni SEPARATOR 642a5258243SPedro Giffuni //-#i118485#---------------------- 643a5258243SPedro Giffuni 644cdf0e10cSrcweir MN_OBJECT_ALIGN 645a5258243SPedro Giffuni MN_POSITION 646cdf0e10cSrcweir MN_DISTRIBUTE 647a5258243SPedro Giffuni 648a5258243SPedro Giffuni //-#i118485# Added support for conversions 649a5258243SPedro Giffuni MNSUB_MIRROR 650a5258243SPedro Giffuni MNSUB_CONVERT 651a5258243SPedro Giffuni //-#i118485#---------------------- 652a5258243SPedro Giffuni 653cdf0e10cSrcweir MN_BREAK 654cdf0e10cSrcweir 655cdf0e10cSrcweir //-#i68101#---------------------- 656cdf0e10cSrcweir SEPARATOR 657cdf0e10cSrcweir MN_OBJECT_TITLE_DESCRIPTION 658cdf0e10cSrcweir MN_NAME_GROUP 659cdf0e10cSrcweir //-#i68101#---------------------- 660cdf0e10cSrcweir 661cdf0e10cSrcweir#if SD_POPUP == RID_DRAW_TEXTOBJ_POPUP 662cdf0e10cSrcweir SEPARATOR 663cdf0e10cSrcweir MN_EFFECT 664cdf0e10cSrcweir MN_ACTION 665cdf0e10cSrcweir#endif 666cdf0e10cSrcweir }; 667cdf0e10cSrcweir}; 668cdf0e10cSrcweir 669cdf0e10cSrcweir 670cdf0e10cSrcweir// 671cdf0e10cSrcweir// PAGETAB_POPUP 672cdf0e10cSrcweir// 673cdf0e10cSrcweir#if SD_POPUP == RID_DRAW_TEXTOBJ_POPUP 674cdf0e10cSrcweir Menu RID_DRAW_PAGETAB_POPUP 675cdf0e10cSrcweir#elif SD_POPUP == RID_GRAPHIC_TEXTOBJ_POPUP 676cdf0e10cSrcweir Menu RID_GRAPHIC_PAGETAB_POPUP 677cdf0e10cSrcweir#endif 678cdf0e10cSrcweir{ 679cdf0e10cSrcweir ItemList = 680cdf0e10cSrcweir { 681cdf0e10cSrcweir#if SD_POPUP == RID_DRAW_TEXTOBJ_POPUP 682cdf0e10cSrcweir MN_INSERT_SLIDE 683cdf0e10cSrcweir MN_DELETE_SLIDE 684cdf0e10cSrcweir MN_MODIFY_PAGE 685cdf0e10cSrcweir#else 686cdf0e10cSrcweir MN_INSERT_PAGE 687cdf0e10cSrcweir MN_DELETE_PAGE 688cdf0e10cSrcweir#endif 689cdf0e10cSrcweir MN_RENAME_PAGE 690cdf0e10cSrcweir }; 691cdf0e10cSrcweir}; 692cdf0e10cSrcweir 693cdf0e10cSrcweir// 694cdf0e10cSrcweir// Media_POPUP 695cdf0e10cSrcweir// 696cdf0e10cSrcweir#if SD_POPUP == RID_DRAW_TEXTOBJ_POPUP 697cdf0e10cSrcweir Menu RID_DRAW_MEDIA_POPUP 698cdf0e10cSrcweir#elif SD_POPUP == RID_GRAPHIC_TEXTOBJ_POPUP 699cdf0e10cSrcweir Menu RID_GRAPHIC_MEDIA_POPUP 700cdf0e10cSrcweir#endif 701cdf0e10cSrcweir{ 702cdf0e10cSrcweir ItemList = 703cdf0e10cSrcweir { 704cdf0e10cSrcweir MN_TRANSFORM 705cdf0e10cSrcweir SEPARATOR 706cdf0e10cSrcweir MN_POSITION 707cdf0e10cSrcweir MN_OBJECT_ALIGN 708cdf0e10cSrcweir MN_DISTRIBUTE 709cdf0e10cSrcweir MN_BREAK 710cdf0e10cSrcweir 711cdf0e10cSrcweir //-#i68101#---------------------- 712cdf0e10cSrcweir SEPARATOR 713cdf0e10cSrcweir MN_OBJECT_TITLE_DESCRIPTION 714cdf0e10cSrcweir MN_NAME_GROUP 715cdf0e10cSrcweir //-#i68101#---------------------- 716cdf0e10cSrcweir 717cdf0e10cSrcweir#if SD_POPUP == RID_DRAW_TEXTOBJ_POPUP 718cdf0e10cSrcweir SEPARATOR 719cdf0e10cSrcweir MN_EFFECT 720cdf0e10cSrcweir MN_ACTION 721cdf0e10cSrcweir#endif 722cdf0e10cSrcweir }; 723cdf0e10cSrcweir}; 724cdf0e10cSrcweir 725cdf0e10cSrcweir// 726cdf0e10cSrcweir// Table shape context menu 727cdf0e10cSrcweir// 728cdf0e10cSrcweir#if SD_POPUP == RID_DRAW_TEXTOBJ_POPUP 729cdf0e10cSrcweir Menu RID_DRAW_TABLE_POPUP 730cdf0e10cSrcweir#elif SD_POPUP == RID_GRAPHIC_TEXTOBJ_POPUP 731cdf0e10cSrcweir Menu RID_GRAPHIC_TABLE_POPUP 732cdf0e10cSrcweir#endif 733cdf0e10cSrcweir{ 734cdf0e10cSrcweir ItemList = 735cdf0e10cSrcweir { 736cdf0e10cSrcweir MN_SET_DEFAULT 737cdf0e10cSrcweir SEPARATOR 738cdf0e10cSrcweir MN_TRANSFORM 739cdf0e10cSrcweir SEPARATOR 740cdf0e10cSrcweir MN_CHAR_PARAGRAPH 741cdf0e10cSrcweir SEPARATOR 742cdf0e10cSrcweir MenuItem 743cdf0e10cSrcweir { 744cdf0e10cSrcweir Identifier = SID_FORMAT_TABLE_DLG; 745cdf0e10cSrcweir HelpId = CMD_SID_FORMAT_TABLE_DLG; 746cdf0e10cSrcweir Text [ en-US ] = "~Table..."; 747cdf0e10cSrcweir }; 748cdf0e10cSrcweir MenuItem 749cdf0e10cSrcweir { 750cdf0e10cSrcweir Identifier = DUMMY + 10 ; 751cdf0e10cSrcweir Command = ".uno:CellMenu" ; 752cdf0e10cSrcweir Text [ en-US ] = "~Cell" ; 753cdf0e10cSrcweir SubMenu = Menu 754cdf0e10cSrcweir { 755cdf0e10cSrcweir ItemList = 756cdf0e10cSrcweir { 757cdf0e10cSrcweir MenuItem 758cdf0e10cSrcweir { 759cdf0e10cSrcweir Identifier = SID_TABLE_MERGE_CELLS; 760cdf0e10cSrcweir HelpId = CMD_SID_TABLE_MERGE_CELLS; 761cdf0e10cSrcweir Text [ en-US ] = "~Merge"; 762cdf0e10cSrcweir }; 763cdf0e10cSrcweir MenuItem 764cdf0e10cSrcweir { 765cdf0e10cSrcweir Identifier = SID_TABLE_SPLIT_CELLS; 766cdf0e10cSrcweir HelpId = CMD_SID_TABLE_SPLIT_CELLS; 767cdf0e10cSrcweir Text [ en-US ] = "~Split..."; 768cdf0e10cSrcweir }; 769cdf0e10cSrcweir SEPARATOR 770cdf0e10cSrcweir MenuItem 771cdf0e10cSrcweir { 772cdf0e10cSrcweir Identifier = SID_TABLE_VERT_NONE; 773cdf0e10cSrcweir HelpId = CMD_SID_TABLE_VERT_NONE; 774cdf0e10cSrcweir Text [ en-US ] = "~Top"; 775cdf0e10cSrcweir }; 776cdf0e10cSrcweir MenuItem 777cdf0e10cSrcweir { 778cdf0e10cSrcweir Identifier = SID_TABLE_VERT_CENTER; 779cdf0e10cSrcweir HelpId = CMD_SID_TABLE_VERT_CENTER; 780cdf0e10cSrcweir Text [ en-US ] = "C~enter"; 781cdf0e10cSrcweir }; 782cdf0e10cSrcweir MenuItem 783cdf0e10cSrcweir { 784cdf0e10cSrcweir Identifier = SID_TABLE_VERT_BOTTOM; 785cdf0e10cSrcweir HelpId = CMD_SID_TABLE_VERT_BOTTOM; 786cdf0e10cSrcweir Text [ en-US ] = "~Bottom"; 787cdf0e10cSrcweir }; 788cdf0e10cSrcweir }; 789cdf0e10cSrcweir }; 790cdf0e10cSrcweir }; 791cdf0e10cSrcweir MenuItem 792cdf0e10cSrcweir { 793cdf0e10cSrcweir Identifier = DUMMY + 11 ; 794cdf0e10cSrcweir Command = ".uno:RowMenu" ; 795cdf0e10cSrcweir Text [ en-US ] = "~Row" ; 796cdf0e10cSrcweir SubMenu = Menu 797cdf0e10cSrcweir { 798cdf0e10cSrcweir ItemList = 799cdf0e10cSrcweir { 800cdf0e10cSrcweir MenuItem 801cdf0e10cSrcweir { 802cdf0e10cSrcweir Identifier = SID_TABLE_DISTRIBUTE_ROWS; 803cdf0e10cSrcweir HelpId = CMD_SID_TABLE_DISTRIBUTE_ROWS; 804cdf0e10cSrcweir Text [ en-US ] = "Space ~Equally"; 805cdf0e10cSrcweir }; 806cdf0e10cSrcweir SEPARATOR 807cdf0e10cSrcweir MenuItem 808cdf0e10cSrcweir { 809cdf0e10cSrcweir Identifier = SID_TABLE_SELECT_ROW; 810cdf0e10cSrcweir HelpId = CMD_SID_TABLE_SELECT_ROW; 811cdf0e10cSrcweir Text [ en-US ] = "~Select"; 812cdf0e10cSrcweir }; 813cdf0e10cSrcweir MenuItem 814cdf0e10cSrcweir { 815cdf0e10cSrcweir Identifier = SID_TABLE_INSERT_ROW_DLG; 816cdf0e10cSrcweir HelpId = CMD_SID_TABLE_INSERT_ROW_DLG; 817cdf0e10cSrcweir Text [ en-US ] = "~Insert..."; 818cdf0e10cSrcweir }; 819cdf0e10cSrcweir MenuItem 820cdf0e10cSrcweir { 821cdf0e10cSrcweir Identifier = SID_TABLE_DELETE_ROW; 822cdf0e10cSrcweir HelpId = CMD_SID_TABLE_DELETE_ROW; 823cdf0e10cSrcweir Text [ en-US ] = "~Delete"; 824cdf0e10cSrcweir }; 825cdf0e10cSrcweir }; 826cdf0e10cSrcweir }; 827cdf0e10cSrcweir }; 828cdf0e10cSrcweir MenuItem 829cdf0e10cSrcweir { 830cdf0e10cSrcweir Identifier = DUMMY + 12 ; 831cdf0e10cSrcweir Command = ".uno:ColumnMenu" ; 832cdf0e10cSrcweir Text [ en-US ] = "Colu~mn" ; 833cdf0e10cSrcweir SubMenu = Menu 834cdf0e10cSrcweir { 835cdf0e10cSrcweir ItemList = 836cdf0e10cSrcweir { 837cdf0e10cSrcweir MenuItem 838cdf0e10cSrcweir { 839cdf0e10cSrcweir Identifier = SID_TABLE_DISTRIBUTE_COLUMNS; 840cdf0e10cSrcweir HelpId = CMD_SID_TABLE_DISTRIBUTE_COLUMNS; 841cdf0e10cSrcweir Text [ en-US ] = "Space ~Equally"; 842cdf0e10cSrcweir }; 843cdf0e10cSrcweir SEPARATOR 844cdf0e10cSrcweir MenuItem 845cdf0e10cSrcweir { 846cdf0e10cSrcweir Identifier = SID_TABLE_SELECT_COL; 847cdf0e10cSrcweir HelpId = CMD_SID_TABLE_SELECT_COL; 848cdf0e10cSrcweir Text [ en-US ] = "~Select"; 849cdf0e10cSrcweir }; 850cdf0e10cSrcweir MenuItem 851cdf0e10cSrcweir { 852cdf0e10cSrcweir Identifier = SID_TABLE_INSERT_COL_DLG; 853cdf0e10cSrcweir HelpId = CMD_SID_TABLE_INSERT_COL_DLG; 854cdf0e10cSrcweir Text [ en-US ] = "~Insert..."; 855cdf0e10cSrcweir }; 856cdf0e10cSrcweir MenuItem 857cdf0e10cSrcweir { 858cdf0e10cSrcweir Identifier = SID_TABLE_DELETE_COL; 859cdf0e10cSrcweir HelpId = CMD_SID_TABLE_DELETE_COL; 860cdf0e10cSrcweir Text [ en-US ] = "~Delete"; 861cdf0e10cSrcweir }; 862cdf0e10cSrcweir }; 863cdf0e10cSrcweir }; 864cdf0e10cSrcweir }; 865cdf0e10cSrcweir SEPARATOR 866cdf0e10cSrcweir MN_POSITION 867cdf0e10cSrcweir MN_OBJECT_ALIGN 868cdf0e10cSrcweir MN_DISTRIBUTE 869cdf0e10cSrcweir MNSUB_CONVERT 870cdf0e10cSrcweir SEPARATOR 871cdf0e10cSrcweir MN_OBJECT_TITLE_DESCRIPTION 872cdf0e10cSrcweir MN_NAME_GROUP 873cdf0e10cSrcweir#if SD_POPUP == RID_DRAW_TEXTOBJ_POPUP 874cdf0e10cSrcweir SEPARATOR 875cdf0e10cSrcweir MN_EFFECT 876cdf0e10cSrcweir MN_ACTION 877cdf0e10cSrcweir#endif 878cdf0e10cSrcweir SEPARATOR 879cdf0e10cSrcweir MN_STYLEDT 880cdf0e10cSrcweir }; 881cdf0e10cSrcweir}; 882