FilterConfigCache.cxx (5900e8ec) FilterConfigCache.cxx (983f6de1)
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

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

124
125/** helper to open the configuration root of the underlying
126 config package
127
128 @param sPackage
129 specify, which config package should be opened.
130 Must be one of the defined static values TYPEPKG or FILTERPKG.
131
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

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

124
125/** helper to open the configuration root of the underlying
126 config package
127
128 @param sPackage
129 specify, which config package should be opened.
130 Must be one of the defined static values TYPEPKG or FILTERPKG.
131
132 @return A valid object if open was successfull. The access on opened
132 @return A valid object if open was successful. The access on opened
133 data will be readonly. It returns NULL in case open failed.
134
135 @throws It let pass RuntimeExceptions only.
136 */
137Reference< XInterface > openConfig(const char* sPackage)
138 throw(RuntimeException)
139{
140 static OUString TYPEPKG( RTL_CONSTASCII_USTRINGPARAM( "types" ) );

--- 453 unchanged lines hidden ---
133 data will be readonly. It returns NULL in case open failed.
134
135 @throws It let pass RuntimeExceptions only.
136 */
137Reference< XInterface > openConfig(const char* sPackage)
138 throw(RuntimeException)
139{
140 static OUString TYPEPKG( RTL_CONSTASCII_USTRINGPARAM( "types" ) );

--- 453 unchanged lines hidden ---