Skip to content
Projeler
Gruplar
Parçacıklar
Yardım
Yükleniyor...
Oturum aç / Kaydol
Gezinmeyi değiştir
C
core
Proje
Proje
Ayrıntılar
Etkinlik
Cycle Analytics
Depo (repository)
Depo (repository)
Dosyalar
Kayıtlar (commit)
Dallar (branch)
Etiketler
Katkıda bulunanlar
Grafik
Karşılaştır
Grafikler
Konular (issue)
0
Konular (issue)
0
Liste
Pano
Etiketler
Kilometre Taşları
Birleştirme (merge) Talepleri
0
Birleştirme (merge) Talepleri
0
CI / CD
CI / CD
İş akışları (pipeline)
İşler
Zamanlamalar
Grafikler
Paketler
Paketler
Wiki
Wiki
Parçacıklar
Parçacıklar
Üyeler
Üyeler
Collapse sidebar
Close sidebar
Etkinlik
Grafik
Grafikler
Yeni bir konu (issue) oluştur
İşler
Kayıtlar (commit)
Konu (issue) Panoları
Kenar çubuğunu aç
LibreOffice
core
Commits
27eb33d7
Kaydet (Commit)
27eb33d7
authored
Ara 27, 2013
tarafından
Caolán McNamara
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
remove unnecessary empty dtor, etc.
Change-Id: Ia2a1d1fe81a07d1e37437539d6d651a7c6ce1111
üst
36313b0f
Hide whitespace changes
Inline
Side-by-side
Showing
9 changed files
with
9 additions
and
66 deletions
+9
-66
AllLangResTarget_chartcontroller.mk
chart2/AllLangResTarget_chartcontroller.mk
+0
-1
dlg_InsertLegend.cxx
chart2/source/controller/dialogs/dlg_InsertLegend.cxx
+3
-7
tp_ErrorBars.cxx
chart2/source/controller/dialogs/tp_ErrorBars.cxx
+0
-5
tp_ErrorBars.hxx
chart2/source/controller/dialogs/tp_ErrorBars.hxx
+0
-1
tp_ErrorBars.src
chart2/source/controller/dialogs/tp_ErrorBars.src
+0
-32
tp_Wizard_TitlesAndObjects.hxx
.../source/controller/dialogs/tp_Wizard_TitlesAndObjects.hxx
+3
-4
HelpIds.hrc
chart2/source/controller/inc/HelpIds.hrc
+0
-10
dlg_InsertLegend.hxx
chart2/source/controller/inc/dlg_InsertLegend.hxx
+3
-6
res_LegendPosition.hxx
chart2/source/controller/inc/res_LegendPosition.hxx
+0
-0
No files found.
chart2/AllLangResTarget_chartcontroller.mk
Dosyayı görüntüle @
27eb33d7
...
@@ -49,7 +49,6 @@ $(eval $(call gb_SrsTarget_add_nonlocalizable_files,chart2/res,\
...
@@ -49,7 +49,6 @@ $(eval $(call gb_SrsTarget_add_nonlocalizable_files,chart2/res,\
chart2/source/controller/dialogs/dlg_CreationWizard.src \
chart2/source/controller/dialogs/dlg_CreationWizard.src \
chart2/source/controller/dialogs/dlg_InsertDataLabel.src \
chart2/source/controller/dialogs/dlg_InsertDataLabel.src \
chart2/source/controller/dialogs/dlg_InsertErrorBars.src \
chart2/source/controller/dialogs/dlg_InsertErrorBars.src \
chart2/source/controller/dialogs/tp_ErrorBars.src \
chart2/source/controller/dialogs/tp_PointGeometry.src \
chart2/source/controller/dialogs/tp_PointGeometry.src \
chart2/source/controller/menus/ShapeContextMenu.src \
chart2/source/controller/menus/ShapeContextMenu.src \
chart2/source/controller/menus/ShapeEditContextMenu.src \
chart2/source/controller/menus/ShapeEditContextMenu.src \
...
...
chart2/source/controller/dialogs/dlg_InsertLegend.cxx
Dosyayı görüntüle @
27eb33d7
...
@@ -29,22 +29,18 @@ SchLegendDlg::SchLegendDlg(Window* pWindow, const uno::Reference< uno::XComponen
...
@@ -29,22 +29,18 @@ SchLegendDlg::SchLegendDlg(Window* pWindow, const uno::Reference< uno::XComponen
:
ModalDialog
(
pWindow
:
ModalDialog
(
pWindow
,
"dlg_InsertLegend"
,
"dlg_InsertLegend"
,
"modules/schart/ui/dlg_InsertLegend.ui"
)
,
"modules/schart/ui/dlg_InsertLegend.ui"
)
,
m_apLegendPositionResources
(
new
LegendPositionResources
(
*
this
,
xCC
)
)
,
m_xLegendPositionResources
(
new
LegendPositionResources
(
*
this
,
xCC
)
)
{
}
SchLegendDlg
::~
SchLegendDlg
()
{
{
}
}
void
SchLegendDlg
::
init
(
const
uno
::
Reference
<
frame
::
XModel
>&
xChartModel
)
void
SchLegendDlg
::
init
(
const
uno
::
Reference
<
frame
::
XModel
>&
xChartModel
)
{
{
m_
ap
LegendPositionResources
->
writeToResources
(
xChartModel
);
m_
x
LegendPositionResources
->
writeToResources
(
xChartModel
);
}
}
bool
SchLegendDlg
::
writeToModel
(
const
uno
::
Reference
<
frame
::
XModel
>&
xChartModel
)
const
bool
SchLegendDlg
::
writeToModel
(
const
uno
::
Reference
<
frame
::
XModel
>&
xChartModel
)
const
{
{
m_
ap
LegendPositionResources
->
writeToModel
(
xChartModel
);
m_
x
LegendPositionResources
->
writeToModel
(
xChartModel
);
return
true
;
return
true
;
}
}
...
...
chart2/source/controller/dialogs/tp_ErrorBars.cxx
Dosyayı görüntüle @
27eb33d7
...
@@ -38,11 +38,6 @@ ErrorBarsTabPage::ErrorBarsTabPage( Window* pParent, const SfxItemSet& rInAttrs
...
@@ -38,11 +38,6 @@ ErrorBarsTabPage::ErrorBarsTabPage( Window* pParent, const SfxItemSet& rInAttrs
pParent
->
GetParentDialog
(),
pParent
->
GetParentDialog
(),
rInAttrs
,
/* bNoneAvailable = */
false
)
rInAttrs
,
/* bNoneAvailable = */
false
)
{
{
// FreeResource();
}
ErrorBarsTabPage
::~
ErrorBarsTabPage
()
{
}
}
SfxTabPage
*
ErrorBarsTabPage
::
Create
(
SfxTabPage
*
ErrorBarsTabPage
::
Create
(
...
...
chart2/source/controller/dialogs/tp_ErrorBars.hxx
Dosyayı görüntüle @
27eb33d7
...
@@ -30,7 +30,6 @@ class ErrorBarsTabPage : public SfxTabPage
...
@@ -30,7 +30,6 @@ class ErrorBarsTabPage : public SfxTabPage
{
{
public
:
public
:
ErrorBarsTabPage
(
Window
*
pParent
,
const
SfxItemSet
&
rInAttrs
);
ErrorBarsTabPage
(
Window
*
pParent
,
const
SfxItemSet
&
rInAttrs
);
virtual
~
ErrorBarsTabPage
();
void
SetAxisMinorStepWidthForErrorBarDecimals
(
double
fMinorStepWidth
);
void
SetAxisMinorStepWidthForErrorBarDecimals
(
double
fMinorStepWidth
);
void
SetErrorBarType
(
ErrorBarResources
::
tErrorBarType
eNewType
);
void
SetErrorBarType
(
ErrorBarResources
::
tErrorBarType
eNewType
);
...
...
chart2/source/controller/dialogs/tp_ErrorBars.src
deleted
100644 → 0
Dosyayı görüntüle @
36313b0f
/* -*- Mode: C++; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- */
/*
* This file is part of the LibreOffice project.
*
* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
* file, You can obtain one at http://mozilla.org/MPL/2.0/.
*
* This file incorporates work covered by the following license notice:
*
* Licensed to the Apache Software Foundation (ASF) under one or more
* contributor license agreements. See the NOTICE file distributed
* with this work for additional information regarding copyright
* ownership. The ASF licenses this file to you under the Apache
* License, Version 2.0 (the "License"); you may not use this file
* except in compliance with the License. You may obtain a copy of
* the License at http://www.apache.org/licenses/LICENSE-2.0 .
*/
#include "HelpIds.hrc"
#include "TabPages.hrc"
#include "res_ErrorBar.hrc"
TabPage TP_YERRORBAR
{
HelpID = "chart2:TabPage:TP_YERRORBAR";
Hide = TRUE ;
SVLook = TRUE ;
Size = MAP_APPFONT ( TP_WIDTH , TP_HEIGHT ) ;
RESOURCE_ERRORBARS( 260 - 12, 0 )
};
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
chart2/source/controller/dialogs/tp_Wizard_TitlesAndObjects.hxx
Dosyayı görüntüle @
27eb33d7
...
@@ -30,13 +30,12 @@
...
@@ -30,13 +30,12 @@
#include <boost/scoped_ptr.hpp>
#include <boost/scoped_ptr.hpp>
#include "res_LegendPosition.hxx"
#include "res_Titles.hxx"
namespace
chart
namespace
chart
{
{
/**
*/
class
TitleResources
;
class
LegendPositionResources
;
class
TitlesAndObjectsTabPage
:
public
svt
::
OWizardPage
class
TitlesAndObjectsTabPage
:
public
svt
::
OWizardPage
{
{
public
:
public
:
...
...
chart2/source/controller/inc/HelpIds.hrc
Dosyayı görüntüle @
27eb33d7
...
@@ -22,8 +22,6 @@
...
@@ -22,8 +22,6 @@
#define HID_SCH_WIN_DOCUMENT "CHART2_HID_SCH_WIN_DOCUMENT"
#define HID_SCH_WIN_DOCUMENT "CHART2_HID_SCH_WIN_DOCUMENT"
#define HID_SCH_CTL_DATA "CHART2_HID_SCH_CTL_DATA"
#define HID_SCH_CTL_DATA "CHART2_HID_SCH_CTL_DATA"
#define HID_SCH_CT_INDICATE "CHART2_HID_SCH_CT_INDICATE"
//for chart type dialog:
//for chart type dialog:
#define HID_SCH_CTL_TYPE "CHART2_HID_SCH_CTL_TYPE"
#define HID_SCH_CTL_TYPE "CHART2_HID_SCH_CTL_TYPE"
#define HID_SCH_CTL_VARIANT "CHART2_HID_SCH_CTL_VARIANT"
#define HID_SCH_CTL_VARIANT "CHART2_HID_SCH_CTL_VARIANT"
...
@@ -56,15 +54,8 @@
...
@@ -56,15 +54,8 @@
#define HID_SCH_STATISTIK_MEANVALUE "CHART2_HID_SCH_STATISTIK_MEANVALUE"
#define HID_SCH_STATISTIK_MEANVALUE "CHART2_HID_SCH_STATISTIK_MEANVALUE"
#define HID_SCH_STATISTIK_NO_ERROR "CHART2_HID_SCH_STATISTIK_NO_ERROR"
#define HID_SCH_STATISTIK_NO_ERROR "CHART2_HID_SCH_STATISTIK_NO_ERROR"
#define HID_SCH_STATISTIK_VARIANT "CHART2_HID_SCH_STATISTIK_VARIANT"
#define HID_SCH_STATISTIK_SIGMA "CHART2_HID_SCH_STATISTIK_SIGMA"
#define HID_SCH_STATISTIK_PERCENT "CHART2_HID_SCH_STATISTIK_PERCENT"
#define HID_SCH_STATISTIK_PERCENT "CHART2_HID_SCH_STATISTIK_PERCENT"
#define HID_SCH_STATISTIK_BIGERROR "CHART2_HID_SCH_STATISTIK_BIGERROR"
#define HID_SCH_STATISTIK_CONSTERROR "CHART2_HID_SCH_STATISTIK_CONSTERROR"
#define HID_SCH_STATISTIK_CONSTERROR "CHART2_HID_SCH_STATISTIK_CONSTERROR"
#define HID_SCH_STATISTIK_PERCENT_VALUE "CHART2_HID_SCH_STATISTIK_PERCENT_VALUE"
#define HID_SCH_STATISTIK_BIGERROR_VALUE "CHART2_HID_SCH_STATISTIK_BIGERROR_VALUE"
#define HID_SCH_STATISTIK_PLUS_VALUE "CHART2_HID_SCH_STATISTIK_PLUS_VALUE"
#define HID_SCH_STATISTIK_MINUS_VALUE "CHART2_HID_SCH_STATISTIK_MINUS_VALUE"
#define HID_SCH_DATALABEL_VALUE "CHART2_HID_SCH_DATALABEL_VALUE"
#define HID_SCH_DATALABEL_VALUE "CHART2_HID_SCH_DATALABEL_VALUE"
#define HID_SCH_DATALABEL_PERCENT "CHART2_HID_SCH_DATALABEL_PERCENT"
#define HID_SCH_DATALABEL_PERCENT "CHART2_HID_SCH_DATALABEL_PERCENT"
...
@@ -101,7 +92,6 @@
...
@@ -101,7 +92,6 @@
#define HID_INSERT_STATISTICS "CHART2_HID_INSERT_STATISTICS"
#define HID_INSERT_STATISTICS "CHART2_HID_INSERT_STATISTICS"
#define HID_INSERT_DESCRIPTION "CHART2_HID_INSERT_DESCRIPTION"
#define HID_INSERT_DESCRIPTION "CHART2_HID_INSERT_DESCRIPTION"
#endif
#endif
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
chart2/source/controller/inc/dlg_InsertLegend.hxx
Dosyayı görüntüle @
27eb33d7
...
@@ -19,29 +19,26 @@
...
@@ -19,29 +19,26 @@
#ifndef INCLUDED_CHART2_SOURCE_CONTROLLER_INC_DLG_INSERTLEGEND_HXX
#ifndef INCLUDED_CHART2_SOURCE_CONTROLLER_INC_DLG_INSERTLEGEND_HXX
#define INCLUDED_CHART2_SOURCE_CONTROLLER_INC_DLG_INSERTLEGEND_HXX
#define INCLUDED_CHART2_SOURCE_CONTROLLER_INC_DLG_INSERTLEGEND_HXX
// header for class ModalDialog
#include <vcl/dialog.hxx>
#include <vcl/dialog.hxx>
// header for class CheckBox
#include <sfx2/basedlgs.hxx>
#include <sfx2/basedlgs.hxx>
#include <boost/scoped_ptr.hpp>
#include <boost/scoped_ptr.hpp>
#include <com/sun/star/frame/XModel.hpp>
#include <com/sun/star/frame/XModel.hpp>
#include <com/sun/star/uno/XComponentContext.hpp>
#include <com/sun/star/uno/XComponentContext.hpp>
#include "res_LegendPosition.hxx"
namespace
chart
namespace
chart
{
{
class
LegendPositionResources
;
class
SchLegendDlg
:
public
ModalDialog
class
SchLegendDlg
:
public
ModalDialog
{
{
private
:
private
:
boost
::
scoped_ptr
<
LegendPositionResources
>
m_
ap
LegendPositionResources
;
boost
::
scoped_ptr
<
LegendPositionResources
>
m_
x
LegendPositionResources
;
public
:
public
:
SchLegendDlg
(
Window
*
pParent
,
const
::
com
::
sun
::
star
::
uno
::
Reference
<
SchLegendDlg
(
Window
*
pParent
,
const
::
com
::
sun
::
star
::
uno
::
Reference
<
::
com
::
sun
::
star
::
uno
::
XComponentContext
>&
xCC
);
::
com
::
sun
::
star
::
uno
::
XComponentContext
>&
xCC
);
virtual
~
SchLegendDlg
();
void
init
(
const
::
com
::
sun
::
star
::
uno
::
Reference
<
void
init
(
const
::
com
::
sun
::
star
::
uno
::
Reference
<
::
com
::
sun
::
star
::
frame
::
XModel
>&
xChartModel
);
::
com
::
sun
::
star
::
frame
::
XModel
>&
xChartModel
);
...
...
chart2/source/controller/
dialogs
/res_LegendPosition.hxx
→
chart2/source/controller/
inc
/res_LegendPosition.hxx
Dosyayı görüntüle @
27eb33d7
File moved
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment