basecontrol.cxx (0b4ced1d) basecontrol.cxx (b4abecfe)
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

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

952}
953
954//____________________________________________________________________________________________________________
955// protected method
956//____________________________________________________________________________________________________________
957
958void BaseControl::impl_recalcLayout( const WindowEvent& /*aEvent*/ )
959{
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

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

952}
953
954//____________________________________________________________________________________________________________
955// protected method
956//____________________________________________________________________________________________________________
957
958void BaseControl::impl_recalcLayout( const WindowEvent& /*aEvent*/ )
959{
960 // We need as virtual function to support automaticly resizing of derived controls!
961 // But we make it not pure virtual because it's not neccessary for all derived classes!
960 // We need as virtual function to support automatically resizing of derived controls!
961 // But we make it not pure virtual because it's not necessary for all derived classes!
962}
963
964//____________________________________________________________________________________________________________
965// protected method
966//____________________________________________________________________________________________________________
967
968Reference< XInterface > BaseControl::impl_getDelegator()
969{

--- 46 unchanged lines hidden ---
962}
963
964//____________________________________________________________________________________________________________
965// protected method
966//____________________________________________________________________________________________________________
967
968Reference< XInterface > BaseControl::impl_getDelegator()
969{

--- 46 unchanged lines hidden ---