SlideTransitionPane.cxx (9afceb33) SlideTransitionPane.cxx (b862c97c)
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

--- 1176 unchanged lines hidden (view full) ---

1185 case tools::EventMultiplexerEvent::EID_CONFIGURATION_UPDATED:
1186 if (mbIsMainViewChangePending)
1187 {
1188 mbIsMainViewChangePending = false;
1189
1190 // At this moment the controller may not yet been set at
1191 // model or ViewShellBase. Take it from the view shell
1192 // passed with the event.
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

--- 1176 unchanged lines hidden (view full) ---

1185 case tools::EventMultiplexerEvent::EID_CONFIGURATION_UPDATED:
1186 if (mbIsMainViewChangePending)
1187 {
1188 mbIsMainViewChangePending = false;
1189
1190 // At this moment the controller may not yet been set at
1191 // model or ViewShellBase. Take it from the view shell
1192 // passed with the event.
1193 if (mrBase.GetMainViewShell() != NULL)
1193 if( bool(mrBase.GetMainViewShell()) )
1194 {
1195 mxView = Reference<drawing::XDrawView>::query(mrBase.GetController());
1196 onSelectionChanged();
1197 onChangeCurrentPage();
1198 }
1199 }
1200 break;
1201

--- 157 unchanged lines hidden ---
1194 {
1195 mxView = Reference<drawing::XDrawView>::query(mrBase.GetController());
1196 onSelectionChanged();
1197 onChangeCurrentPage();
1198 }
1199 }
1200 break;
1201

--- 157 unchanged lines hidden ---