MailMergeEvent.idl (d1766043) MailMergeEvent.idl (2a413f17)
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
42 <p>This type of event is being send by the mail merge service
43 right before the merging of the next document to be processed.
44 This allows for example to modify the document specifically
45 before it gets merged.</p>
46
47 @see com::sun::star::text::MailMerge
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
42 <p>This type of event is being send by the mail merge service
43 right before the merging of the next document to be processed.
44 This allows for example to modify the document specifically
45 before it gets merged.</p>
46
47 @see com::sun::star::text::MailMerge
48
49 @since OOo 1.1.2
49 @since OpenOffice 1.1.2
50*/
51published struct MailMergeEvent : com::sun::star::lang::EventObject
52{
53 //-------------------------------------------------------------------------
54 /** The model of the document to be processed next.
55 */
56 com::sun::star::frame::XModel Model;
57};
58
59//=============================================================================
60
61}; }; }; };
62
63#endif
50*/
51published struct MailMergeEvent : com::sun::star::lang::EventObject
52{
53 //-------------------------------------------------------------------------
54 /** The model of the document to be processed next.
55 */
56 com::sun::star::frame::XModel Model;
57};
58
59//=============================================================================
60
61}; }; }; };
62
63#endif