bibbeam.cxx (2a97ec55) | bibbeam.cxx (796b7e2a) |
---|---|
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 --- 160 unchanged lines hidden (view full) --- 169 { 170 // Peer als Child zu dem FrameWindow 171 m_xControlContainer->addControl(C2U("GridControl"), m_xControl); 172 m_xGridWin=uno::Reference< awt::XWindow > (m_xControl, UNO_QUERY ); 173 // #100312# ----- 174 m_xDispatchProviderInterception=uno::Reference< frame::XDispatchProviderInterception > (m_xControl, UNO_QUERY ); 175 m_xGridWin->setVisible( sal_True ); 176 m_xControl->setDesignMode( sal_True ); | 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 --- 160 unchanged lines hidden (view full) --- 169 { 170 // Peer als Child zu dem FrameWindow 171 m_xControlContainer->addControl(C2U("GridControl"), m_xControl); 172 m_xGridWin=uno::Reference< awt::XWindow > (m_xControl, UNO_QUERY ); 173 // #100312# ----- 174 m_xDispatchProviderInterception=uno::Reference< frame::XDispatchProviderInterception > (m_xControl, UNO_QUERY ); 175 m_xGridWin->setVisible( sal_True ); 176 m_xControl->setDesignMode( sal_True ); |
177 // initially switch on the desing mode - switch it off _after_ loading the form | 177 // initially switch on the design mode - switch it off _after_ loading the form |
178 // 17.10.2001 - 93107 - frank.schoenheit@sun.com 179 180 ::Size aSize = GetOutputSizePixel(); 181 m_xGridWin->setPosSize(0, 0, aSize.Width(),aSize.Height(), awt::PosSize::POSSIZE); 182 } 183 } 184 } 185 } --- 132 unchanged lines hidden --- | 178 // 17.10.2001 - 93107 - frank.schoenheit@sun.com 179 180 ::Size aSize = GetOutputSizePixel(); 181 m_xGridWin->setPosSize(0, 0, aSize.Width(),aSize.Height(), awt::PosSize::POSSIZE); 182 } 183 } 184 } 185 } --- 132 unchanged lines hidden --- |