XLibraryAccess.idl (408a4873) XLibraryAccess.idl (86e1cf34)
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

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

42 */
43published interface XLibraryAccess: com::sun::star::uno::XInterface
44{
45 //-------------------------------------------------------------------------
46 /** returns <TRUE/>, if the function is accessible through this library;
47 otherwise it returns <FALSE/>.
48
49 @param aFunctionName
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

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

42 */
43published interface XLibraryAccess: com::sun::star::uno::XInterface
44{
45 //-------------------------------------------------------------------------
46 /** returns <TRUE/>, if the function is accessible through this library;
47 otherwise it returns <FALSE/>.
48
49 @param aFunctionName
50 the fully qualified name of a funtion.
50 the fully qualified name of a function.
51 (e.g., "UtilLibrary.ModuleDate.FunctionCurrentDate")
52 */
53 boolean isFunction( [in] string aFunctionName );
54
55 //-------------------------------------------------------------------------
56 /** returns <TRUE/> if a fully qualified function name begins with this name.
57
58 @param aPathName

--- 46 unchanged lines hidden ---
51 (e.g., "UtilLibrary.ModuleDate.FunctionCurrentDate")
52 */
53 boolean isFunction( [in] string aFunctionName );
54
55 //-------------------------------------------------------------------------
56 /** returns <TRUE/> if a fully qualified function name begins with this name.
57
58 @param aPathName

--- 46 unchanged lines hidden ---