UIMap.java (57caf934) UIMap.java (f46d12a6)
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

--- 525 unchanged lines hidden (view full) ---

534 public static final VclWindow impressHandoutView = window(".uno:NotesMode");
535 public static final VclWindow helpWindow = window("SFX2_HID_HELP_ONHELP");
536 public static final VclDialog printerSetUpDlg = dialog("svtools:ModalDialog:DLG_SVT_PRNDLG_PRNSETUPDLG");
537 public static final VclListBox printerSetUpDlgPrinterNames = listbox("svtools:ListBox:DLG_SVT_PRNDLG_PRNSETUPDLG:LB_NAMES");
538 public static final VclDialog runMacroDlg = dialog("CUI_HID_SELECTOR_DIALOG");
539 public static final VclTreeListBox runMacroDlgCategories = tree("CUI_HID_SELECTOR_CATEGORIES");
540 public static final VclTreeListBox runMacroDlgCommands = tree("CUI_HID_SELECTOR_COMMANDS");
541
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

--- 525 unchanged lines hidden (view full) ---

534 public static final VclWindow impressHandoutView = window(".uno:NotesMode");
535 public static final VclWindow helpWindow = window("SFX2_HID_HELP_ONHELP");
536 public static final VclDialog printerSetUpDlg = dialog("svtools:ModalDialog:DLG_SVT_PRNDLG_PRNSETUPDLG");
537 public static final VclListBox printerSetUpDlgPrinterNames = listbox("svtools:ListBox:DLG_SVT_PRNDLG_PRNSETUPDLG:LB_NAMES");
538 public static final VclDialog runMacroDlg = dialog("CUI_HID_SELECTOR_DIALOG");
539 public static final VclTreeListBox runMacroDlgCategories = tree("CUI_HID_SELECTOR_CATEGORIES");
540 public static final VclTreeListBox runMacroDlgCommands = tree("CUI_HID_SELECTOR_COMMANDS");
541
542 public static final VclButton standardBarSave = button(".uno:Save");
542}
543}