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
e8c0708e
Kaydet (Commit)
e8c0708e
authored
Agu 21, 2013
tarafından
Philipp Riemer
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
remove code that was commented out long time ago
üst
349c91c8
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
0 additions
and
37 deletions
+0
-37
_xoutbmp.cxx
svx/source/xoutdev/_xoutbmp.cxx
+0
-2
_xpoly.cxx
svx/source/xoutdev/_xpoly.cxx
+0
-5
xattr.cxx
svx/source/xoutdev/xattr.cxx
+0
-28
xtable.cxx
svx/source/xoutdev/xtable.cxx
+0
-2
No files found.
svx/source/xoutdev/_xoutbmp.cxx
Dosyayı görüntüle @
e8c0708e
...
...
@@ -499,11 +499,9 @@ Polygon XOutBitmap::GetCountour( const Bitmap& rBmp, const sal_uIntPtr nFlags,
const
long
nStartX1
=
aWorkRect
.
Left
()
+
1L
;
const
long
nEndX1
=
aWorkRect
.
Right
();
const
long
nStartX2
=
nEndX1
-
1L
;
// const long nEndX2 = nStartX1 - 1L;
const
long
nStartY1
=
aWorkRect
.
Top
()
+
1L
;
const
long
nEndY1
=
aWorkRect
.
Bottom
();
const
long
nStartY2
=
nEndY1
-
1L
;
// const long nEndY2 = nStartY1 - 1L;
Point
*
pPoints1
=
NULL
;
Point
*
pPoints2
=
NULL
;
long
nX
,
nY
;
...
...
svx/source/xoutdev/_xpoly.cxx
Dosyayı görüntüle @
e8c0708e
...
...
@@ -657,11 +657,6 @@ void XPolygon::CalcSmoothJoin(sal_uInt16 nCenter, sal_uInt16 nDrag, sal_uInt16 n
{
CheckReference
();
// sal_uInt16 nMaxPnt = pImpXPolygon->nPoints - 1;
// if ( nCenter == nMaxPnt ) nPnt = 1;
// else if ( nCenter == 0 ) nPnt = nMaxPnt - 1;
// If nPoint is no control point, i.e. cannot be moved, than
// move nDrag instead on the line between nCenter and nPnt
if
(
!
IsControl
(
nPnt
)
)
...
...
svx/source/xoutdev/xattr.cxx
Dosyayı görüntüle @
e8c0708e
...
...
@@ -769,7 +769,6 @@ bool XLineDashItem::ScaleMetrics(long nMul, long nDiv)
bool
XLineDashItem
::
QueryValue
(
::
com
::
sun
::
star
::
uno
::
Any
&
rVal
,
sal_uInt8
nMemberId
)
const
{
// sal_Bool bConvert = 0!=(nMemberId&CONVERT_TWIPS);
nMemberId
&=
~
CONVERT_TWIPS
;
switch
(
nMemberId
)
...
...
@@ -871,7 +870,6 @@ bool XLineDashItem::QueryValue( ::com::sun::star::uno::Any& rVal, sal_uInt8 nMem
bool
XLineDashItem
::
PutValue
(
const
::
com
::
sun
::
star
::
uno
::
Any
&
rVal
,
sal_uInt8
nMemberId
)
{
// sal_Bool bConvert = 0!=(nMemberId&CONVERT_TWIPS);
nMemberId
&=
~
CONVERT_TWIPS
;
switch
(
nMemberId
)
...
...
@@ -1335,10 +1333,6 @@ SvStream& XLineStartItem::Store( SvStream& rOut, sal_uInt16 nItemVersion ) const
basegfx
::
B2DPolyPolygon
XLineStartItem
::
GetLineStartValue
()
const
{
//if (!IsIndex())
// return maPolyPolygon;
//else
// return pTable->GetLineEnd(GetIndex())->GetLineEnd();
return
maPolyPolygon
;
}
...
...
@@ -1366,7 +1360,6 @@ SfxItemPresentation XLineStartItem::GetPresentation
bool
XLineStartItem
::
QueryValue
(
::
com
::
sun
::
star
::
uno
::
Any
&
rVal
,
sal_uInt8
nMemberId
)
const
{
// sal_Bool bConvert = 0!=(nMemberId&CONVERT_TWIPS);
nMemberId
&=
~
CONVERT_TWIPS
;
if
(
nMemberId
==
MID_NAME
)
{
...
...
@@ -1385,7 +1378,6 @@ bool XLineStartItem::QueryValue( ::com::sun::star::uno::Any& rVal, sal_uInt8 nMe
bool
XLineStartItem
::
PutValue
(
const
::
com
::
sun
::
star
::
uno
::
Any
&
rVal
,
sal_uInt8
nMemberId
)
{
// sal_Bool bConvert = 0!=(nMemberId&CONVERT_TWIPS);
nMemberId
&=
~
CONVERT_TWIPS
;
if
(
nMemberId
==
MID_NAME
)
{
...
...
@@ -1699,10 +1691,6 @@ SvStream& XLineEndItem::Store( SvStream& rOut, sal_uInt16 nItemVersion ) const
basegfx
::
B2DPolyPolygon
XLineEndItem
::
GetLineEndValue
()
const
{
//if (!IsIndex())
// return maPolyPolygon;
//else
// return pTable->GetLineEnd(GetIndex())->GetLineEnd();
return
maPolyPolygon
;
}
...
...
@@ -1951,7 +1939,6 @@ SfxItemPresentation XLineEndItem::GetPresentation
bool
XLineEndItem
::
QueryValue
(
::
com
::
sun
::
star
::
uno
::
Any
&
rVal
,
sal_uInt8
nMemberId
)
const
{
// sal_Bool bConvert = 0!=(nMemberId&CONVERT_TWIPS);
nMemberId
&=
~
CONVERT_TWIPS
;
if
(
nMemberId
==
MID_NAME
)
{
...
...
@@ -1969,7 +1956,6 @@ bool XLineEndItem::QueryValue( ::com::sun::star::uno::Any& rVal, sal_uInt8 nMemb
bool
XLineEndItem
::
PutValue
(
const
::
com
::
sun
::
star
::
uno
::
Any
&
rVal
,
sal_uInt8
nMemberId
)
{
// sal_Bool bConvert = 0!=(nMemberId&CONVERT_TWIPS);
nMemberId
&=
~
CONVERT_TWIPS
;
if
(
nMemberId
==
MID_NAME
)
{
...
...
@@ -2700,7 +2686,6 @@ SfxItemPresentation XFillGradientItem::GetPresentation
bool
XFillGradientItem
::
QueryValue
(
::
com
::
sun
::
star
::
uno
::
Any
&
rVal
,
sal_uInt8
nMemberId
)
const
{
//sal_Bool bConvert = 0!=(nMemberId&CONVERT_TWIPS);
nMemberId
&=
~
CONVERT_TWIPS
;
switch
(
nMemberId
)
{
...
...
@@ -2777,7 +2762,6 @@ bool XFillGradientItem::QueryValue( ::com::sun::star::uno::Any& rVal, sal_uInt8
bool
XFillGradientItem
::
PutValue
(
const
::
com
::
sun
::
star
::
uno
::
Any
&
rVal
,
sal_uInt8
nMemberId
)
{
// sal_Bool bConvert = 0!=(nMemberId&CONVERT_TWIPS);
nMemberId
&=
~
CONVERT_TWIPS
;
switch
(
nMemberId
)
...
...
@@ -3155,10 +3139,6 @@ SvStream& XFillHatchItem::Store( SvStream& rOut, sal_uInt16 nItemVersion ) const
const
XHatch
&
XFillHatchItem
::
GetHatchValue
()
const
// GetValue -> GetHatchValue
{
//if (!IsIndex())
// return aHatch;
//else
// return pTable->GetHatch(GetIndex())->GetHatch();
return
aHatch
;
}
...
...
@@ -3197,7 +3177,6 @@ bool XFillHatchItem::ScaleMetrics(long nMul, long nDiv)
bool
XFillHatchItem
::
QueryValue
(
::
com
::
sun
::
star
::
uno
::
Any
&
rVal
,
sal_uInt8
nMemberId
)
const
{
// sal_Bool bConvert = 0!=(nMemberId&CONVERT_TWIPS);
nMemberId
&=
~
CONVERT_TWIPS
;
switch
(
nMemberId
)
...
...
@@ -3258,7 +3237,6 @@ bool XFillHatchItem::QueryValue( ::com::sun::star::uno::Any& rVal, sal_uInt8 nMe
bool
XFillHatchItem
::
PutValue
(
const
::
com
::
sun
::
star
::
uno
::
Any
&
rVal
,
sal_uInt8
nMemberId
)
{
// sal_Bool bConvert = 0!=(nMemberId&CONVERT_TWIPS);
nMemberId
&=
~
CONVERT_TWIPS
;
switch
(
nMemberId
)
...
...
@@ -3406,14 +3384,12 @@ sal_uInt16 XFormTextStyleItem::GetValueCount() const
return
5
;
}
// #FontWork#
bool
XFormTextStyleItem
::
QueryValue
(
uno
::
Any
&
rVal
,
sal_uInt8
/*nMemberId*/
)
const
{
rVal
<<=
(
sal_Int32
)
GetValue
();
return
true
;
}
// #FontWork#
bool
XFormTextStyleItem
::
PutValue
(
const
uno
::
Any
&
rVal
,
sal_uInt8
/*nMemberId*/
)
{
sal_Int32
nValue
=
0
;
...
...
@@ -3452,14 +3428,12 @@ sal_uInt16 XFormTextAdjustItem::GetValueCount() const
return
4
;
}
// #FontWork#
bool
XFormTextAdjustItem
::
QueryValue
(
uno
::
Any
&
rVal
,
sal_uInt8
/*nMemberId*/
)
const
{
rVal
<<=
(
sal_Int32
)
GetValue
();
return
true
;
}
// #FontWork#
bool
XFormTextAdjustItem
::
PutValue
(
const
uno
::
Any
&
rVal
,
sal_uInt8
/*nMemberId*/
)
{
sal_Int32
nValue
=
0
;
...
...
@@ -3595,14 +3569,12 @@ sal_uInt16 XFormTextShadowItem::GetValueCount() const
return
3
;
}
// #FontWork#
bool
XFormTextShadowItem
::
QueryValue
(
uno
::
Any
&
rVal
,
sal_uInt8
/*nMemberId*/
)
const
{
rVal
<<=
(
sal_Int32
)
GetValue
();
return
true
;
}
// #FontWork#
bool
XFormTextShadowItem
::
PutValue
(
const
uno
::
Any
&
rVal
,
sal_uInt8
/*nMemberId*/
)
{
sal_Int32
nValue
=
0
;
...
...
svx/source/xoutdev/xtable.cxx
Dosyayı görüntüle @
e8c0708e
...
...
@@ -120,8 +120,6 @@ XBitmapEntry::XBitmapEntry(const XBitmapEntry& rOther)
{
}
// static int count = 0;
XPropertyList
::
XPropertyList
(
XPropertyListType
type
,
const
String
&
rPath
...
...
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