dlg_View3D.cxx (cde9e8dc) dlg_View3D.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

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

50using namespace ::com::sun::star::chart2;
51
52//-----------------------------------------------------------------------------
53//-------------------------------------------------------------------
54//-------------------------------------------------------------------
55
56sal_uInt16 View3DDialog::m_nLastPageId = 0;
57
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

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

50using namespace ::com::sun::star::chart2;
51
52//-----------------------------------------------------------------------------
53//-------------------------------------------------------------------
54//-------------------------------------------------------------------
55
56sal_uInt16 View3DDialog::m_nLastPageId = 0;
57
58View3DDialog::View3DDialog(Window* pParent, const uno::Reference< frame::XModel > & xChartModel, XColorTable* pColorTable )
58View3DDialog::View3DDialog(Window* pParent, const uno::Reference< frame::XModel > & xChartModel, XColorList* pColorTable )
59 : TabDialog(pParent,SchResId(DLG_3D_VIEW))
60 , m_aTabControl(this,SchResId(TABCTRL))
61 , m_aBtnOK(this,SchResId(BTN_OK))
62 , m_aBtnCancel(this,SchResId(BTN_CANCEL))
63 , m_aBtnHelp(this,SchResId(BTN_HELP))
64 , m_pGeometry(0)
65 , m_pAppearance(0)
66 , m_pIllumination(0)

--- 47 unchanged lines hidden ---
59 : TabDialog(pParent,SchResId(DLG_3D_VIEW))
60 , m_aTabControl(this,SchResId(TABCTRL))
61 , m_aBtnOK(this,SchResId(BTN_OK))
62 , m_aBtnCancel(this,SchResId(BTN_CANCEL))
63 , m_aBtnHelp(this,SchResId(BTN_HELP))
64 , m_pGeometry(0)
65 , m_pAppearance(0)
66 , m_pIllumination(0)

--- 47 unchanged lines hidden ---