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

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

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
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

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

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 );
103
100
101
104};
105
106//=============================================================================
107
108}; }; }; };
109
110#endif
111
102};
103
104//=============================================================================
105
106}; }; }; };
107
108#endif
109