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 23#ifndef _SVX_HYPERLINK_HRC 24#define _SVX_HYPERLINK_HRC 25 26#ifndef _SVX_SVXIDS_HRC 27#include <svx/svxids.hrc> 28#endif 29 30#ifndef _SFXSIDS_HRC 31#include <sfx2/sfxsids.hrc> 32#endif 33 34// defines ------------------------------------------------------------------ 35 36#define CB_NAME 1 37#define FT_URL 2 38#define CB_URL 3 39#define BTN_LINK SID_HLINKBAR_LINK 40#define BTN_INSERT_BOOKMARK SID_HLINKBAR_BOOKMARK 41#define BTN_INET_SEARCH SID_HLINKBAR_SEARCH 42#define TB 7 43#define MN_FIELD 8 44#define MN_BUTTON 9 45#define BTN_TARGET SID_HLINKBAR_TARGET 46#define STR_ADDRESS 11 47#define STR_EXPLORER 12 48#define STR_BOOKMARK_SEARCH 13 49 50#define BTN_OPENDIALOG SID_HYPERLINK_DIALOG 51 52 53#endif 54 55