hldoctp.cxx (2ee96f1c) hldoctp.cxx (a8f4084d)
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

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

36sal_Char __READONLY_DATA sHash[] = "#";
37sal_Char __READONLY_DATA sFileScheme[] = INET_FILE_SCHEME;
38sal_Char __READONLY_DATA sNewsSRVScheme[] = "news://";
39 // TODO news:// is nonsense
40sal_Char __READONLY_DATA sHTTPScheme[] = INET_HTTP_SCHEME;
41
42/*************************************************************************
43|*
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

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

36sal_Char __READONLY_DATA sHash[] = "#";
37sal_Char __READONLY_DATA sFileScheme[] = INET_FILE_SCHEME;
38sal_Char __READONLY_DATA sNewsSRVScheme[] = "news://";
39 // TODO news:// is nonsense
40sal_Char __READONLY_DATA sHTTPScheme[] = INET_HTTP_SCHEME;
41
42/*************************************************************************
43|*
44|* Contructor / Destructor
44|* Constructor / Destructor
45|*
46|************************************************************************/
47
48SvxHyperlinkDocTp::SvxHyperlinkDocTp ( Window *pParent, const SfxItemSet& rItemSet)
49 : SvxHyperlinkTabPageBase ( pParent, CUI_RES( RID_SVXPAGE_HYPERLINK_DOCUMENT ), rItemSet ),
50 maGrpDocument ( this, CUI_RES (GRP_DOCUMENT) ),
51 maFtPath ( this, CUI_RES (FT_PATH_DOC) ),
52 maCbbPath ( this, INET_PROT_FILE ),

--- 322 unchanged lines hidden ---
45|*
46|************************************************************************/
47
48SvxHyperlinkDocTp::SvxHyperlinkDocTp ( Window *pParent, const SfxItemSet& rItemSet)
49 : SvxHyperlinkTabPageBase ( pParent, CUI_RES( RID_SVXPAGE_HYPERLINK_DOCUMENT ), rItemSet ),
50 maGrpDocument ( this, CUI_RES (GRP_DOCUMENT) ),
51 maFtPath ( this, CUI_RES (FT_PATH_DOC) ),
52 maCbbPath ( this, INET_PROT_FILE ),

--- 322 unchanged lines hidden ---