jobdispatch.cxx (4e7d57d8) | jobdispatch.cxx (437a6594) |
---|---|
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 --- 111 unchanged lines hidden (view full) --- 120{ 121 // release all used ressources 122 m_xSMGR = css::uno::Reference< css::lang::XMultiServiceFactory >(); 123 m_xFrame = css::uno::Reference< css::frame::XFrame >(); 124} 125 126//________________________________ 127/** | 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 --- 111 unchanged lines hidden (view full) --- 120{ 121 // release all used ressources 122 m_xSMGR = css::uno::Reference< css::lang::XMultiServiceFactory >(); 123 m_xFrame = css::uno::Reference< css::frame::XFrame >(); 124} 125 126//________________________________ 127/** |
128 @short implementation of XInitalization | 128 @short implementation of XInitialization |
129 @descr A protocol handler can provide this functionality, if it wish to get additional informations 130 about the context it runs. In this case the frame reference would be given by the outside code. 131 132 @param lArguments 133 the list of initialization arguments 134 First parameter should be the frame reference we need. 135*/ 136void SAL_CALL JobDispatch::initialize( const css::uno::Sequence< css::uno::Any >& lArguments ) throw(css::uno::Exception , --- 354 unchanged lines hidden --- | 129 @descr A protocol handler can provide this functionality, if it wish to get additional informations 130 about the context it runs. In this case the frame reference would be given by the outside code. 131 132 @param lArguments 133 the list of initialization arguments 134 First parameter should be the frame reference we need. 135*/ 136void SAL_CALL JobDispatch::initialize( const css::uno::Sequence< css::uno::Any >& lArguments ) throw(css::uno::Exception , --- 354 unchanged lines hidden --- |