commoncontrol.cxx (2a97ec55) commoncontrol.cxx (fb0b81f5)
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

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

123 if ( !m_pControlWindow )
124 return;
125
126 ComboBox aComboBox(m_pControlWindow, WB_DROPDOWN);
127 aComboBox.SetPosSizePixel(Point(0,0), Size(100,100));
128 m_pControlWindow->SetSizePixel(aComboBox.GetSizePixel());
129
130 // TODO/UNOize: why do the controls this themselves? Shouldn't this be the task
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

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

123 if ( !m_pControlWindow )
124 return;
125
126 ComboBox aComboBox(m_pControlWindow, WB_DROPDOWN);
127 aComboBox.SetPosSizePixel(Point(0,0), Size(100,100));
128 m_pControlWindow->SetSizePixel(aComboBox.GetSizePixel());
129
130 // TODO/UNOize: why do the controls this themselves? Shouldn't this be the task
131 // of the the browser listbox/line?
131 // of the browser listbox/line?
132 }
133
134 //------------------------------------------------------------------
135 void ControlHelper::impl_activateNextControl_nothrow() const
136 {
137 try
138 {
139 if ( m_xContext.is() )

--- 63 unchanged lines hidden ---
132 }
133
134 //------------------------------------------------------------------
135 void ControlHelper::impl_activateNextControl_nothrow() const
136 {
137 try
138 {
139 if ( m_xContext.is() )

--- 63 unchanged lines hidden ---