CustomAnimationPane.cxx (3c714140) | CustomAnimationPane.cxx (4fe6f2d1) |
---|---|
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 --- 222 unchanged lines hidden (view full) --- 231 try 232 { 233 mxView = Reference< XDrawView >::query(mrBase.GetController()); 234 addListener(); 235 } 236 catch( Exception& e ) 237 { 238 (void)e; | 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 --- 222 unchanged lines hidden (view full) --- 231 try 232 { 233 mxView = Reference< XDrawView >::query(mrBase.GetController()); 234 addListener(); 235 } 236 catch( Exception& e ) 237 { 238 (void)e; |
239 DBG_ERROR( "sd::CustomAnimationPane::CustomAnimationPane(), Exception cought!" ); | 239 DBG_ERROR( "sd::CustomAnimationPane::CustomAnimationPane(), Exception caught!" ); |
240 } 241 242 // get current page and update custom animation list 243 onChangeCurrentPage(); 244 245 // Wait a short time before the presets list is created. This gives the 246 // system time to paint the control. 247 maLateInitTimer.SetTimeout(100); --- 1689 unchanged lines hidden (view full) --- 1937 xRange.clear(); 1938 } 1939 1940 return true; 1941 } 1942 catch( Exception& e ) 1943 { 1944 (void)e; | 240 } 241 242 // get current page and update custom animation list 243 onChangeCurrentPage(); 244 245 // Wait a short time before the presets list is created. This gives the 246 // system time to paint the control. 247 maLateInitTimer.SetTimeout(100); --- 1689 unchanged lines hidden (view full) --- 1937 xRange.clear(); 1938 } 1939 1940 return true; 1941 } 1942 catch( Exception& e ) 1943 { 1944 (void)e; |
1945 DBG_ERROR( "sd::CustomAnimationPane::getTextSelection(), exception cought!" ); | 1945 DBG_ERROR( "sd::CustomAnimationPane::getTextSelection(), exception caught!" ); |
1946 } 1947 1948 return false; 1949} 1950 1951void CustomAnimationPane::onChange( bool bCreate ) 1952{ 1953 bool bHasText = true; --- 658 unchanged lines hidden --- | 1946 } 1947 1948 return false; 1949} 1950 1951void CustomAnimationPane::onChange( bool bCreate ) 1952{ 1953 bool bHasText = true; --- 658 unchanged lines hidden --- |