float3d.cxx (f6e50924) float3d.cxx (c7be74b1)
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

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

3217 if(mpRemember2DAttributes)
3218 delete mpRemember2DAttributes;
3219 mpRemember2DAttributes = 0L;
3220}
3221
3222// -----------------------------------------------------------------------
3223void Svx3DWin::InitColorLB( const SdrModel* pDoc )
3224{
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

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

3217 if(mpRemember2DAttributes)
3218 delete mpRemember2DAttributes;
3219 mpRemember2DAttributes = 0L;
3220}
3221
3222// -----------------------------------------------------------------------
3223void Svx3DWin::InitColorLB( const SdrModel* pDoc )
3224{
3225 aLbLight1.Fill( pDoc->GetColorTable() );
3225 aLbLight1.Fill( pDoc->GetColorTableFromSdrModel() );
3226 aLbLight2.CopyEntries( aLbLight1 );
3227 aLbLight3.CopyEntries( aLbLight1 );
3228 aLbLight4.CopyEntries( aLbLight1 );
3229 aLbLight5.CopyEntries( aLbLight1 );
3230 aLbLight6.CopyEntries( aLbLight1 );
3231 aLbLight7.CopyEntries( aLbLight1 );
3232 aLbLight8.CopyEntries( aLbLight1 );
3233 aLbAmbientlight.CopyEntries( aLbLight1 );

--- 180 unchanged lines hidden ---
3226 aLbLight2.CopyEntries( aLbLight1 );
3227 aLbLight3.CopyEntries( aLbLight1 );
3228 aLbLight4.CopyEntries( aLbLight1 );
3229 aLbLight5.CopyEntries( aLbLight1 );
3230 aLbLight6.CopyEntries( aLbLight1 );
3231 aLbLight7.CopyEntries( aLbLight1 );
3232 aLbLight8.CopyEntries( aLbLight1 );
3233 aLbAmbientlight.CopyEntries( aLbLight1 );

--- 180 unchanged lines hidden ---