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
0b54154f
Kaydet (Commit)
0b54154f
authored
Mar 13, 2012
tarafından
Mariana Marasoiu
Kaydeden (comit)
Caolán McNamara
Mar 14, 2012
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
Remove unused code in drawingml.
üst
e6c0961c
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
0 additions
and
12 deletions
+0
-12
customshapeproperties.hxx
oox/inc/oox/drawingml/customshapeproperties.hxx
+0
-1
customshapeproperties.cxx
oox/source/drawingml/customshapeproperties.cxx
+0
-10
unusedcode.easy
unusedcode.easy
+0
-1
No files found.
oox/inc/oox/drawingml/customshapeproperties.hxx
Dosyayı görüntüle @
0b54154f
...
...
@@ -156,7 +156,6 @@ public:
void
setMirroredY
(
sal_Bool
bMirroredY
)
{
mbMirroredY
=
bMirroredY
;
};
void
setTextRotateAngle
(
sal_Int32
nAngle
)
{
mnTextRotateAngle
=
nAngle
;
};
double
getValue
(
const
std
::
vector
<
CustomShapeGuide
>&
,
sal_uInt32
nIndex
)
const
;
static
sal_Int32
SetCustomShapeGuideValue
(
std
::
vector
<
CustomShapeGuide
>&
rGuideList
,
const
CustomShapeGuide
&
rGuide
);
static
sal_Int32
GetCustomShapeGuideValue
(
const
std
::
vector
<
CustomShapeGuide
>&
rGuideList
,
const
rtl
::
OUString
&
rFormulaName
);
...
...
oox/source/drawingml/customshapeproperties.cxx
Dosyayı görüntüle @
0b54154f
...
...
@@ -359,16 +359,6 @@ void CustomShapeProperties::pushToPropSet( const ::oox::core::FilterBase& /* rFi
}
}
double
CustomShapeProperties
::
getValue
(
const
std
::
vector
<
CustomShapeGuide
>&
rGuideList
,
sal_uInt32
nIndex
)
const
{
double
fRet
=
0.0
;
if
(
nIndex
<
rGuideList
.
size
()
)
{
}
return
fRet
;
}
Any
CustomShapeProvider
::
createStringSequence
(
size_t
nStrings
,
const
char
**
pStrings
)
{
Sequence
<
OUString
>
aStringSequence
(
nStrings
);
...
...
unusedcode.easy
Dosyayı görüntüle @
0b54154f
...
...
@@ -898,7 +898,6 @@ oox::drawingml::ChartExport::exportXAxis(oox::drawingml::AxisIdPair)
oox::drawingml::ChartExport::exportYAxis(oox::drawingml::AxisIdPair)
oox::drawingml::ColorPropertySet::getColor()
oox::drawingml::ColorPropertySet::setColor(int)
oox::drawingml::CustomShapeProperties::getValue(std::__debug::vector<oox::drawingml::CustomShapeGuide, std::allocator<oox::drawingml::CustomShapeGuide> > const&, unsigned int) const
oox::drawingml::DiagramLayout::layout(std::__debug::vector<oox::drawingml::dgm::Point, std::allocator<oox::drawingml::dgm::Point> > const&, com::sun::star::awt::Point const&)
oox::drawingml::GraphicProperties::assignUsed(oox::drawingml::GraphicProperties const&)
oox::drawingml::TextBodyProperties::pushToPropMap(oox::PropertyMap&) const
...
...
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