tp_3D_SceneIllumination.cxx (cde9e8dc) tp_3D_SceneIllumination.cxx (97e8a929)
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

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

279 }
280}
281
282//-----------------------------------------------------------------------------
283
284ThreeD_SceneIllumination_TabPage::ThreeD_SceneIllumination_TabPage( Window* pWindow
285 , const uno::Reference< beans::XPropertySet > & xSceneProperties
286 , const uno::Reference< frame::XModel >& xChartModel
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

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

279 }
280}
281
282//-----------------------------------------------------------------------------
283
284ThreeD_SceneIllumination_TabPage::ThreeD_SceneIllumination_TabPage( Window* pWindow
285 , const uno::Reference< beans::XPropertySet > & xSceneProperties
286 , const uno::Reference< frame::XModel >& xChartModel
287 , XColorTable* pColorTable )
287 , XColorList* pColorTable )
288 : TabPage ( pWindow, SchResId( TP_3D_SCENEILLUMINATION ) )
289 , m_aFT_LightSource( this, SchResId( FT_LIGHTSOURCE ) )
290 , m_aBtn_Light1( this, SchResId( BTN_LIGHT_1 ), 1 )
291 , m_aBtn_Light2( this, SchResId( BTN_LIGHT_2 ), 2 )
292 , m_aBtn_Light3( this, SchResId( BTN_LIGHT_3 ), 3 )
293 , m_aBtn_Light4( this, SchResId( BTN_LIGHT_4 ), 4 )
294 , m_aBtn_Light5( this, SchResId( BTN_LIGHT_5 ), 5 )
295 , m_aBtn_Light6( this, SchResId( BTN_LIGHT_6 ), 6 )

--- 360 unchanged lines hidden ---
288 : TabPage ( pWindow, SchResId( TP_3D_SCENEILLUMINATION ) )
289 , m_aFT_LightSource( this, SchResId( FT_LIGHTSOURCE ) )
290 , m_aBtn_Light1( this, SchResId( BTN_LIGHT_1 ), 1 )
291 , m_aBtn_Light2( this, SchResId( BTN_LIGHT_2 ), 2 )
292 , m_aBtn_Light3( this, SchResId( BTN_LIGHT_3 ), 3 )
293 , m_aBtn_Light4( this, SchResId( BTN_LIGHT_4 ), 4 )
294 , m_aBtn_Light5( this, SchResId( BTN_LIGHT_5 ), 5 )
295 , m_aBtn_Light6( this, SchResId( BTN_LIGHT_6 ), 6 )

--- 360 unchanged lines hidden ---