eventmultiplexer.cxx (70f497fb) | eventmultiplexer.cxx (6d53c851) |
---|---|
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 --- 329 unchanged lines hidden (view full) --- 338 mpEventMultiplexer = NULL; 339} 340 341void SAL_CALL EventMultiplexerListener::disposing( 342 const lang::EventObject& /*rSource*/ ) throw (uno::RuntimeException) 343{ 344 // there's no real point in acting on this message - after all, 345 // the event sources are the XSlideShowViews, which must be | 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 --- 329 unchanged lines hidden (view full) --- 338 mpEventMultiplexer = NULL; 339} 340 341void SAL_CALL EventMultiplexerListener::disposing( 342 const lang::EventObject& /*rSource*/ ) throw (uno::RuntimeException) 343{ 344 // there's no real point in acting on this message - after all, 345 // the event sources are the XSlideShowViews, which must be |
346 // explicitely removed from the slideshow via | 346 // explicitly removed from the slideshow via |
347 // XSlideShow::removeView(). thus, if a XSlideShowView has 348 // properly removed itself from the slideshow, it will not be 349 // found here. and if it hasn't, there'll be other references at 350 // other places within the slideshow, anyway... 351} 352 353void SAL_CALL EventMultiplexerListener::mousePressed( 354 const awt::MouseEvent& e ) throw (uno::RuntimeException) --- 920 unchanged lines hidden --- | 347 // XSlideShow::removeView(). thus, if a XSlideShowView has 348 // properly removed itself from the slideshow, it will not be 349 // found here. and if it hasn't, there'll be other references at 350 // other places within the slideshow, anyway... 351} 352 353void SAL_CALL EventMultiplexerListener::mousePressed( 354 const awt::MouseEvent& e ) throw (uno::RuntimeException) --- 920 unchanged lines hidden --- |