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
9b30c36e
Kaydet (Commit)
9b30c36e
authored
Nis 14, 2012
tarafından
Julien Nabet
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
Some vcl cleaning
üst
715138f3
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
0 additions
and
18 deletions
+0
-18
unusedcode.easy
unusedcode.easy
+0
-2
common_gfx.cxx
vcl/generic/print/common_gfx.cxx
+0
-7
text_gfx.cxx
vcl/generic/print/text_gfx.cxx
+0
-7
printergfx.hxx
vcl/inc/generic/printergfx.hxx
+0
-2
No files found.
unusedcode.easy
Dosyayı görüntüle @
9b30c36e
...
...
@@ -767,8 +767,6 @@ psp::PrinterGfx::DrawMask(Rectangle const&, Rectangle const&, psp::PrinterBmp co
psp::PrinterGfx::GetGlyphBoundRect(unsigned short, Rectangle&)
psp::PrinterGfx::GetGlyphOutline(unsigned short, unsigned short**, Point**, unsigned char**)
psp::PrinterGfx::GetResolution(int&, int&) const
psp::PrinterGfx::PSRMoveTo(int, int)
psp::PrinterGfx::SetFallbackFont(int)
sd::LeftDrawPaneShell::RegisterInterface(SfxModule*)
sd::LeftImpressPaneShell::RegisterInterface(SfxModule*)
sd::ToolPanelPaneShell::RegisterInterface(SfxModule*)
...
...
vcl/generic/print/common_gfx.cxx
Dosyayı görüntüle @
9b30c36e
...
...
@@ -908,13 +908,6 @@ PrinterGfx::PSLineTo (const Point& rPoint)
PSPointOp
(
rPoint
,
"lineto"
);
}
void
PrinterGfx
::
PSRMoveTo
(
sal_Int32
nDx
,
sal_Int32
nDy
)
{
Point
aPoint
(
nDx
,
nDy
);
PSPointOp
(
aPoint
,
"rmoveto"
);
}
/* get a compressed representation of the path information */
#define DEBUG_BINPATH 0
...
...
vcl/generic/print/text_gfx.cxx
Dosyayı görüntüle @
9b30c36e
...
...
@@ -139,13 +139,6 @@ PrinterGfx::SetFont(
return
0
;
}
sal_uInt16
PrinterGfx
::
SetFallbackFont
(
sal_Int32
nFontID
)
{
mnFallbackID
=
nFontID
;
return
0
;
}
void
PrinterGfx
::
drawGlyphs
(
const
Point
&
rPoint
,
sal_uInt32
*
pGlyphIds
,
...
...
vcl/inc/generic/printergfx.hxx
Dosyayı görüntüle @
9b30c36e
...
...
@@ -297,7 +297,6 @@ public:
void
PSRotate
(
sal_Int32
nAngle
);
void
PSTranslate
(
const
Point
&
rPoint
);
void
PSMoveTo
(
const
Point
&
rPoint
);
void
PSRMoveTo
(
sal_Int32
nDx
,
sal_Int32
nDy
=
0
);
void
PSScale
(
double
fScaleX
,
double
fScaleY
);
void
PSLineTo
(
const
Point
&
rPoint
);
void
PSPointOp
(
const
Point
&
rPoint
,
const
sal_Char
*
pOperator
);
...
...
@@ -396,7 +395,6 @@ public:
bool
bArtItalic
,
bool
bArtBold
);
sal_uInt16
SetFallbackFont
(
sal_Int32
nFontID
);
sal_Int32
GetFontAngle
()
const
{
return
mnTextAngle
;
}
sal_Int32
GetFontID
()
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