intercept.hxx (a20fd023) | intercept.hxx (93fe1cd1) |
---|---|
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 --- 44 unchanged lines hidden (view full) --- 53 sal_Bool bLink ); 54 55 ~Interceptor(); 56 57 void DisconnectDocHolder(); 58 59 void generateFeatureStateEvent(); 60 | 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 --- 44 unchanged lines hidden (view full) --- 53 sal_Bool bLink ); 54 55 ~Interceptor(); 56 57 void DisconnectDocHolder(); 58 59 void generateFeatureStateEvent(); 60 |
61 // overwritten to release the statuslistner. | 61 // overwritten to release the statuslistener. |
62 63 64 // XComponent 65 virtual void SAL_CALL 66 addEventListener( 67 const com::sun::star::uno::Reference< com::sun::star::lang::XEventListener >& xListener ) 68 throw( com::sun::star::uno::RuntimeException ); 69 --- 122 unchanged lines hidden --- | 62 63 64 // XComponent 65 virtual void SAL_CALL 66 addEventListener( 67 const com::sun::star::uno::Reference< com::sun::star::lang::XEventListener >& xListener ) 68 throw( com::sun::star::uno::RuntimeException ); 69 --- 122 unchanged lines hidden --- |