XNamedRange.idl (d1766043) XNamedRange.idl (dffa72de)
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

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

91
92 /** sets the type of the named range.
93
94 @param nType
95 a combination of flags that specify the type of a named range,
96 as defined in <type>NamedRangeFlag</type>.
97 */
98 void setType( [in] long nType );
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

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

91
92 /** sets the type of the named range.
93
94 @param nType
95 a combination of flags that specify the type of a named range,
96 as defined in <type>NamedRangeFlag</type>.
97 */
98 void setType( [in] long nType );
99
100 string getScopeName();
101
102 void setScopeAndRangeName( [in] string aScopeName, [in] string aRangeName );
99
100};
101
102//=============================================================================
103
104}; }; }; };
105
106#endif
107
103
104};
105
106//=============================================================================
107
108}; }; }; };
109
110#endif
111