URIHelper.cxx (2c696243) URIHelper.cxx (910823ae)
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

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

37namespace uno = ::com::sun::star::uno;
38namespace ucb = ::com::sun::star::ucb;
39namespace lang = ::com::sun::star::lang;
40namespace uri = ::com::sun::star::uri;
41namespace script = ::com::sun::star::script;
42
43static const char SHARE[] = "share";
44static const char SHARE_URI[] =
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

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

37namespace uno = ::com::sun::star::uno;
38namespace ucb = ::com::sun::star::ucb;
39namespace lang = ::com::sun::star::lang;
40namespace uri = ::com::sun::star::uri;
41namespace script = ::com::sun::star::script;
42
43static const char SHARE[] = "share";
44static const char SHARE_URI[] =
45 "vnd.sun.star.expand:${$BRAND_BASE_DIR/program/" SAL_CONFIGFILE( "bootstrap") "::BaseInstallation}";
45 "vnd.sun.star.expand:$$OOO_BASE_DIR";
46// "vnd.sun.star.expand:${$OOO_BASE_DIR/program/" SAL_CONFIGFILE( "bootstrap") "::BaseInstallation}";
46
47static const char SHARE_UNO_PACKAGES[] = "share:uno_packages";
48static const char SHARE_UNO_PACKAGES_URI[] =
49 "vnd.sun.star.expand:$UNO_SHARED_PACKAGES_CACHE";
50
51static const char USER[] = "user";
52static const char USER_URI[] =
47
48static const char SHARE_UNO_PACKAGES[] = "share:uno_packages";
49static const char SHARE_UNO_PACKAGES_URI[] =
50 "vnd.sun.star.expand:$UNO_SHARED_PACKAGES_CACHE";
51
52static const char USER[] = "user";
53static const char USER_URI[] =
53 "vnd.sun.star.expand:${$BRAND_BASE_DIR/program/" SAL_CONFIGFILE( "bootstrap") "::UserInstallation}";
54 "vnd.sun.star.expand:${$OOO_BASE_DIR/program/" SAL_CONFIGFILE( "bootstrap") "::UserInstallation}";
54
55static const char USER_UNO_PACKAGES[] = "user:uno_packages";
56static const char USER_UNO_PACKAGES_DIR[] =
57 "/user/uno_packages/cache";
58
59static const char DOCUMENT[] = "document";
60static const char TDOC_SCHEME[] = "vnd.sun.star.tdoc";
61

--- 257 unchanged lines hidden ---
55
56static const char USER_UNO_PACKAGES[] = "user:uno_packages";
57static const char USER_UNO_PACKAGES_DIR[] =
58 "/user/uno_packages/cache";
59
60static const char DOCUMENT[] = "document";
61static const char TDOC_SCHEME[] = "vnd.sun.star.tdoc";
62

--- 257 unchanged lines hidden ---