ContextChangeEventObject.idl (d975be8c) | ContextChangeEventObject.idl (7a32b0c8) |
---|---|
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 --- 24 unchanged lines hidden (view full) --- 33#endif 34 35 36module com { module sun { module star { module ui { 37 38struct ContextChangeEventObject : com::sun::star::lang::EventObject 39{ 40 /** Return the name of the application. | 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 --- 24 unchanged lines hidden (view full) --- 33#endif 34 35 36module com { module sun { module star { module ui { 37 38struct ContextChangeEventObject : com::sun::star::lang::EventObject 39{ 40 /** Return the name of the application. |
41 Known names are: writer, calc, impress, draw, base. | |
42 */ 43 string ApplicationName; 44 45 /** Return the application specific context name. 46 */ 47 string ContextName; 48}; 49 50}; }; }; }; 51 52//============================================================================= 53 54#endif | 41 */ 42 string ApplicationName; 43 44 /** Return the application specific context name. 45 */ 46 string ContextName; 47}; 48 49}; }; }; }; 50 51//============================================================================= 52 53#endif |