XInteractionSupplyName.idl (d1766043) | XInteractionSupplyName.idl (8e0daafc) |
---|---|
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 --- 32 unchanged lines hidden (view full) --- 41 @version 1.0 42 @author Kai Sommerfeld 43*/ 44published interface XInteractionSupplyName : com::sun::star::task::XInteractionContinuation 45{ 46 //------------------------------------------------------------------------- 47 /** sets the name to supply. 48 | 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 --- 32 unchanged lines hidden (view full) --- 41 @version 1.0 42 @author Kai Sommerfeld 43*/ 44published interface XInteractionSupplyName : com::sun::star::task::XInteractionContinuation 45{ 46 //------------------------------------------------------------------------- 47 /** sets the name to supply. 48 |
49 @parem Name | 49 @param Name |
50 contains the name to supply. 51 */ 52 void setName( [in] string Name ); 53}; 54 55//============================================================================= 56 57}; }; }; }; 58 59#endif | 50 contains the name to supply. 51 */ 52 void setName( [in] string Name ); 53}; 54 55//============================================================================= 56 57}; }; }; }; 58 59#endif |