ParcelContainer.java (cd519653) ParcelContainer.java (e6b649b5)
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

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

235
236 /**
237 * Initializes a newly created <code>ParcelContainer</code> object.
238 * @param xCtx UNO component context
239 * @param containerUrl location of this container.
240 * @param language language for which entries are stored
241 * @param loadParcels set to <tt>true</tt> if parcels are to be loaded
242 * on construction.
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

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

235
236 /**
237 * Initializes a newly created <code>ParcelContainer</code> object.
238 * @param xCtx UNO component context
239 * @param containerUrl location of this container.
240 * @param language language for which entries are stored
241 * @param loadParcels set to <tt>true</tt> if parcels are to be loaded
242 * on construction.
243 * @return name of <tt>ParcelContainer</tt>
244 * @throws IllegalArgumentException
243 * @throws com.sun.star.lang.IllegalArgumentException
245 * @throws WrappedTargetException
246 */
247 public ParcelContainer( XComponentContext xCtx, String containerUrl, String language, boolean loadParcels ) throws com.sun.star.lang.IllegalArgumentException, com.sun.star.lang.WrappedTargetException
248 {
249 this( null, xCtx, containerUrl, language, loadParcels );
250 }
251
252 /**

--- 490 unchanged lines hidden ---
244 * @throws WrappedTargetException
245 */
246 public ParcelContainer( XComponentContext xCtx, String containerUrl, String language, boolean loadParcels ) throws com.sun.star.lang.IllegalArgumentException, com.sun.star.lang.WrappedTargetException
247 {
248 this( null, xCtx, containerUrl, language, loadParcels );
249 }
250
251 /**

--- 490 unchanged lines hidden ---