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
565611a1
Kaydet (Commit)
565611a1
authored
May 08, 2015
tarafından
Stephan Bergmann
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
loplugin:staticmethods
Change-Id: I1aeec1e8b00ab0f9e7ec130b6d72b69f35a304cf
üst
27cff71c
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
3 deletions
+3
-3
salprn.h
vcl/inc/osx/salprn.h
+1
-1
salprn.cxx
vcl/osx/salprn.cxx
+2
-2
No files found.
vcl/inc/osx/salprn.h
Dosyayı görüntüle @
565611a1
...
...
@@ -97,7 +97,7 @@ class AquaSalInfoPrinter : public SalInfoPrinter
bool
AbortJob
();
SalGraphics
*
StartPage
(
ImplJobSetup
*
i_pSetupData
,
bool
i_bNewJobData
);
bool
EndPage
();
s
al_uLong
GetErrorCode
()
const
;
s
tatic
sal_uLong
GetErrorCode
()
;
NSPrintInfo
*
getPrintInfo
()
const
{
return
mpPrintInfo
;
}
void
setStartPageOffset
(
int
nOffsetX
,
int
nOffsetY
)
{
mnStartPageOffsetX
=
nOffsetX
;
mnStartPageOffsetY
=
nOffsetY
;
}
...
...
vcl/osx/salprn.cxx
Dosyayı görüntüle @
565611a1
...
...
@@ -563,7 +563,7 @@ bool AquaSalInfoPrinter::EndPage()
return
true
;
}
sal_uLong
AquaSalInfoPrinter
::
GetErrorCode
()
const
sal_uLong
AquaSalInfoPrinter
::
GetErrorCode
()
{
return
0
;
}
...
...
@@ -620,7 +620,7 @@ bool AquaSalPrinter::EndPage()
sal_uLong
AquaSalPrinter
::
GetErrorCode
()
{
return
mpInfoPrinter
->
GetErrorCode
();
return
AquaSalInfoPrinter
::
GetErrorCode
();
}
void
AquaSalInfoPrinter
::
InitPaperFormats
(
const
ImplJobSetup
*
)
...
...
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