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
2910933f
Kaydet (Commit)
2910933f
authored
Nis 23, 2012
tarafından
Santiago Martinez
Kaydeden (comit)
Muthu Subramanian
Nis 23, 2012
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
Remove unused code in vcl
üst
5d5e0245
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
0 additions
and
48 deletions
+0
-48
unusedcode.easy
unusedcode.easy
+0
-2
outdev.hxx
vcl/inc/vcl/outdev.hxx
+0
-4
outmap.cxx
vcl/source/gdi/outmap.cxx
+0
-42
No files found.
unusedcode.easy
Dosyayı görüntüle @
2910933f
...
@@ -25,8 +25,6 @@ MSDffImportRecords::Remove(unsigned short, unsigned short)
...
@@ -25,8 +25,6 @@ MSDffImportRecords::Remove(unsigned short, unsigned short)
MailDispatcher::removeListener(rtl::Reference<IMailDispatcherListener>)
MailDispatcher::removeListener(rtl::Reference<IMailDispatcherListener>)
Matrix3d::Inverse() const
Matrix3d::Inverse() const
Matrix3d::Matrix3d()
Matrix3d::Matrix3d()
OutputDevice::LogicToPixel(PolyPolygon const&, MapMode const&) const
OutputDevice::PixelToLogic(PolyPolygon const&, MapMode const&) const
PopupMenu::SetSelectedEntry(unsigned short)
PopupMenu::SetSelectedEntry(unsigned short)
PropBrwMgr::GetChildWindowId()
PropBrwMgr::GetChildWindowId()
SalGraphics::DrawBitmap(SalTwoRect const*, SalBitmap const&, unsigned int, OutputDevice const*)
SalGraphics::DrawBitmap(SalTwoRect const*, SalBitmap const&, unsigned int, OutputDevice const*)
...
...
vcl/inc/vcl/outdev.hxx
Dosyayı görüntüle @
2910933f
...
@@ -995,8 +995,6 @@ public:
...
@@ -995,8 +995,6 @@ public:
const
MapMode
&
rMapMode
)
const
;
const
MapMode
&
rMapMode
)
const
;
Polygon
LogicToPixel
(
const
Polygon
&
rLogicPoly
,
Polygon
LogicToPixel
(
const
Polygon
&
rLogicPoly
,
const
MapMode
&
rMapMode
)
const
;
const
MapMode
&
rMapMode
)
const
;
PolyPolygon
LogicToPixel
(
const
PolyPolygon
&
rLogicPolyPoly
,
const
MapMode
&
rMapMode
)
const
;
basegfx
::
B2DPolyPolygon
LogicToPixel
(
const
basegfx
::
B2DPolyPolygon
&
rLogicPolyPoly
,
basegfx
::
B2DPolyPolygon
LogicToPixel
(
const
basegfx
::
B2DPolyPolygon
&
rLogicPolyPoly
,
const
MapMode
&
rMapMode
)
const
;
const
MapMode
&
rMapMode
)
const
;
Point
PixelToLogic
(
const
Point
&
rDevicePt
)
const
;
Point
PixelToLogic
(
const
Point
&
rDevicePt
)
const
;
...
@@ -1015,8 +1013,6 @@ public:
...
@@ -1015,8 +1013,6 @@ public:
const
MapMode
&
rMapMode
)
const
;
const
MapMode
&
rMapMode
)
const
;
basegfx
::
B2DPolygon
PixelToLogic
(
const
basegfx
::
B2DPolygon
&
rDevicePoly
,
basegfx
::
B2DPolygon
PixelToLogic
(
const
basegfx
::
B2DPolygon
&
rDevicePoly
,
const
MapMode
&
rMapMode
)
const
;
const
MapMode
&
rMapMode
)
const
;
PolyPolygon
PixelToLogic
(
const
PolyPolygon
&
rDevicePolyPoly
,
const
MapMode
&
rMapMode
)
const
;
basegfx
::
B2DPolyPolygon
PixelToLogic
(
const
basegfx
::
B2DPolyPolygon
&
rDevicePolyPoly
,
basegfx
::
B2DPolyPolygon
PixelToLogic
(
const
basegfx
::
B2DPolyPolygon
&
rDevicePolyPoly
,
const
MapMode
&
rMapMode
)
const
;
const
MapMode
&
rMapMode
)
const
;
Point
LogicToLogic
(
const
Point
&
rPtSource
,
Point
LogicToLogic
(
const
Point
&
rPtSource
,
...
...
vcl/source/gdi/outmap.cxx
Dosyayı görüntüle @
2910933f
...
@@ -1303,27 +1303,6 @@ Polygon OutputDevice::LogicToPixel( const Polygon& rLogicPoly,
...
@@ -1303,27 +1303,6 @@ Polygon OutputDevice::LogicToPixel( const Polygon& rLogicPoly,
// -----------------------------------------------------------------------
// -----------------------------------------------------------------------
PolyPolygon
OutputDevice
::
LogicToPixel
(
const
PolyPolygon
&
rLogicPolyPoly
,
const
MapMode
&
rMapMode
)
const
{
DBG_CHKTHIS
(
OutputDevice
,
ImplDbgCheckOutputDevice
);
DBG_CHKOBJ
(
&
rLogicPolyPoly
,
PolyPolygon
,
NULL
);
if
(
rMapMode
.
IsDefault
()
)
return
rLogicPolyPoly
;
PolyPolygon
aPolyPoly
(
rLogicPolyPoly
);
sal_uInt16
nPoly
=
aPolyPoly
.
Count
();
for
(
sal_uInt16
i
=
0
;
i
<
nPoly
;
i
++
)
{
Polygon
&
rPoly
=
aPolyPoly
[
i
];
rPoly
=
LogicToPixel
(
rPoly
,
rMapMode
);
}
return
aPolyPoly
;
}
// -----------------------------------------------------------------------
basegfx
::
B2DPolyPolygon
OutputDevice
::
LogicToPixel
(
const
basegfx
::
B2DPolyPolygon
&
rLogicPolyPoly
,
basegfx
::
B2DPolyPolygon
OutputDevice
::
LogicToPixel
(
const
basegfx
::
B2DPolyPolygon
&
rLogicPolyPoly
,
const
MapMode
&
rMapMode
)
const
const
MapMode
&
rMapMode
)
const
{
{
...
@@ -1603,27 +1582,6 @@ Polygon OutputDevice::PixelToLogic( const Polygon& rDevicePoly,
...
@@ -1603,27 +1582,6 @@ Polygon OutputDevice::PixelToLogic( const Polygon& rDevicePoly,
// -----------------------------------------------------------------------
// -----------------------------------------------------------------------
PolyPolygon
OutputDevice
::
PixelToLogic
(
const
PolyPolygon
&
rDevicePolyPoly
,
const
MapMode
&
rMapMode
)
const
{
DBG_CHKTHIS
(
OutputDevice
,
ImplDbgCheckOutputDevice
);
DBG_CHKOBJ
(
&
rDevicePolyPoly
,
PolyPolygon
,
NULL
);
if
(
rMapMode
.
IsDefault
()
)
return
rDevicePolyPoly
;
PolyPolygon
aPolyPoly
(
rDevicePolyPoly
);
sal_uInt16
nPoly
=
aPolyPoly
.
Count
();
for
(
sal_uInt16
i
=
0
;
i
<
nPoly
;
i
++
)
{
Polygon
&
rPoly
=
aPolyPoly
[
i
];
rPoly
=
PixelToLogic
(
rPoly
,
rMapMode
);
}
return
aPolyPoly
;
}
// -----------------------------------------------------------------------
basegfx
::
B2DPolygon
OutputDevice
::
PixelToLogic
(
const
basegfx
::
B2DPolygon
&
rPixelPoly
,
basegfx
::
B2DPolygon
OutputDevice
::
PixelToLogic
(
const
basegfx
::
B2DPolygon
&
rPixelPoly
,
const
MapMode
&
rMapMode
)
const
const
MapMode
&
rMapMode
)
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