dispatchhelper.cxx (6d739b60) | dispatchhelper.cxx (4e7d57d8) |
---|---|
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 --- 167 unchanged lines hidden (view full) --- 176 return aResult; 177} 178 179//_______________________________________________ 180 181/** callback for started dispatch with guaranteed notifications. 182 183 We must save the result, so the method executeDispatch() can return it. | 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 --- 167 unchanged lines hidden (view full) --- 176 return aResult; 177} 178 179//_______________________________________________ 180 181/** callback for started dispatch with guaranteed notifications. 182 183 We must save the result, so the method executeDispatch() can return it. |
184 Further we must release the broadcaster (otherwhise it can't die) | 184 Further we must release the broadcaster (otherwise it can't die) |
185 and unblock the waiting executeDispatch() request. 186 187 @param aResult 188 describes the result of the dispatch operation 189 */ 190void SAL_CALL DispatchHelper::dispatchFinished( const css::frame::DispatchResultEvent& aResult ) 191 throw(css::uno::RuntimeException) 192{ --- 31 unchanged lines hidden --- | 185 and unblock the waiting executeDispatch() request. 186 187 @param aResult 188 describes the result of the dispatch operation 189 */ 190void SAL_CALL DispatchHelper::dispatchFinished( const css::frame::DispatchResultEvent& aResult ) 191 throw(css::uno::RuntimeException) 192{ --- 31 unchanged lines hidden --- |