evntconf.cxx (86e1cf34) evntconf.cxx (2df387e6)
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

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

148//==========================================================================
149
150//--------------------------------------------------------------------------
151uno::Any CreateEventData_Impl( const SvxMacro *pMacro )
152{
153/*
154 This function converts a SvxMacro into an Any containing three
155 properties. These properties are EventType and Script. Possible
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

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

148//==========================================================================
149
150//--------------------------------------------------------------------------
151uno::Any CreateEventData_Impl( const SvxMacro *pMacro )
152{
153/*
154 This function converts a SvxMacro into an Any containing three
155 properties. These properties are EventType and Script. Possible
156 values for EventType ar StarBasic, JavaScript, ...
156 values for EventType are StarBasic, JavaScript, ...
157 The Script property should contain the URL to the macro and looks
158 like "macro://./standard.module1.main()"
159
160 If pMacro is NULL, we return an empty property sequence, so PropagateEvent_Impl
161 can delete an event binding.
162*/
163 uno::Any aEventData;
164

--- 125 unchanged lines hidden ---
157 The Script property should contain the URL to the macro and looks
158 like "macro://./standard.module1.main()"
159
160 If pMacro is NULL, we return an empty property sequence, so PropagateEvent_Impl
161 can delete an event binding.
162*/
163 uno::Any aEventData;
164

--- 125 unchanged lines hidden ---