tp_3D_SceneIllumination.hxx (de7b3f82) tp_3D_SceneIllumination.hxx (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

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

74class ThreeD_SceneIllumination_TabPage : public TabPage
75{
76public:
77 ThreeD_SceneIllumination_TabPage(
78 Window* pWindow,
79 const ::com::sun::star::uno::Reference<
80 ::com::sun::star::beans::XPropertySet > & xSceneProperties,
81 const ::com::sun::star::uno::Reference< ::com::sun::star::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

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

74class ThreeD_SceneIllumination_TabPage : public TabPage
75{
76public:
77 ThreeD_SceneIllumination_TabPage(
78 Window* pWindow,
79 const ::com::sun::star::uno::Reference<
80 ::com::sun::star::beans::XPropertySet > & xSceneProperties,
81 const ::com::sun::star::uno::Reference< ::com::sun::star::frame::XModel >& xChartModel,
82 XColorTable* pColorTable=0 );
82 XColorList* pColorTable=0 );
83 virtual ~ThreeD_SceneIllumination_TabPage();
84
85 // has to be called in case the dialog was closed with OK
86 void commitPendingChanges();
87
88private:
89 DECL_LINK( ClickLightSourceButtonHdl, LightButton* );
90 DECL_LINK( SelectColorHdl, ColorLB* );

--- 51 unchanged lines hidden ---
83 virtual ~ThreeD_SceneIllumination_TabPage();
84
85 // has to be called in case the dialog was closed with OK
86 void commitPendingChanges();
87
88private:
89 DECL_LINK( ClickLightSourceButtonHdl, LightButton* );
90 DECL_LINK( SelectColorHdl, ColorLB* );

--- 51 unchanged lines hidden ---