ViewShellWrapper.cxx (7a32b0c8) ViewShellWrapper.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

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

59 : ViewShellWrapperInterfaceBase(MutexOwner::maMutex),
60 mpViewShell(pViewShell),
61 mxViewId(rxViewId),
62 mxWindow(rxWindow)
63{
64 if (rxWindow.is())
65 {
66 rxWindow->addWindowListener(this);
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

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

59 : ViewShellWrapperInterfaceBase(MutexOwner::maMutex),
60 mpViewShell(pViewShell),
61 mxViewId(rxViewId),
62 mxWindow(rxWindow)
63{
64 if (rxWindow.is())
65 {
66 rxWindow->addWindowListener(this);
67 if (pViewShell != NULL)
67 if( bool(pViewShell) )
68 {
69 pViewShell->Resize();
70 }
71 }
72}
73
74
75

--- 188 unchanged lines hidden ---
68 {
69 pViewShell->Resize();
70 }
71 }
72}
73
74
75

--- 188 unchanged lines hidden ---