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
1558b50e
Kaydet (Commit)
1558b50e
authored
Agu 19, 2014
tarafından
Markus Mohrhard
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
remove whitespace
Change-Id: I5634bf40e8ccc4ce076409907c13f9c6f52d11a3
üst
a1a480f9
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
0 additions
and
18 deletions
+0
-18
modelbase.hxx
include/oox/drawingml/chart/modelbase.hxx
+0
-12
axismodel.hxx
oox/inc/drawingml/chart/axismodel.hxx
+0
-6
No files found.
include/oox/drawingml/chart/modelbase.hxx
Dosyayı görüntüle @
1558b50e
...
...
@@ -30,8 +30,6 @@ namespace oox {
namespace
drawingml
{
namespace
chart
{
template
<
typename
ModelType
>
class
ModelRef
:
public
::
boost
::
shared_ptr
<
ModelType
>
{
...
...
@@ -51,8 +49,6 @@ public:
ModelType
&
getOrCreate
(
const
Param1Type
&
rParam1
)
{
if
(
!*
this
)
this
->
reset
(
new
ModelType
(
rParam1
)
);
return
**
this
;
}
};
template
<
typename
ModelType
>
class
ModelVector
:
public
RefVector
<
ModelType
>
{
...
...
@@ -71,8 +67,6 @@ private:
ModelType
&
append
(
ModelType
*
pModel
)
{
this
->
push_back
(
value_type
(
pModel
)
);
return
*
pModel
;
}
};
template
<
typename
KeyType
,
typename
ModelType
>
class
ModelMap
:
public
RefMap
<
KeyType
,
ModelType
>
{
...
...
@@ -92,8 +86,6 @@ private:
ModelType
&
insert
(
KeyType
eKey
,
ModelType
*
pModel
)
{
(
*
this
)[
eKey
].
reset
(
pModel
);
return
*
pModel
;
}
};
struct
NumberFormat
{
OUString
maFormatCode
;
/// Number format code.
...
...
@@ -104,8 +96,6 @@ struct NumberFormat
void
setAttributes
(
const
AttributeList
&
rAttribs
);
};
struct
LayoutModel
{
double
mfX
;
/// Left position of this object.
...
...
@@ -123,8 +113,6 @@ struct LayoutModel
~
LayoutModel
();
};
}
// namespace chart
}
// namespace drawingml
}
// namespace oox
...
...
oox/inc/drawingml/chart/axismodel.hxx
Dosyayı görüntüle @
1558b50e
...
...
@@ -27,8 +27,6 @@ namespace oox {
namespace
drawingml
{
namespace
chart
{
struct
AxisDispUnitsModel
{
typedef
ModelRef
<
Shape
>
ShapeRef
;
...
...
@@ -47,8 +45,6 @@ struct AxisDispUnitsModel
~
AxisDispUnitsModel
();
};
struct
AxisModel
{
typedef
ModelRef
<
Shape
>
ShapeRef
;
...
...
@@ -94,8 +90,6 @@ struct AxisModel
~
AxisModel
();
};
}
// namespace chart
}
// namespace drawingml
}
// namespace oox
...
...
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