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
f0f0d90b
Kaydet (Commit)
f0f0d90b
authored
Mar 31, 2015
tarafından
Caolán McNamara
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
cppcheck: scope can be reduced
Change-Id: I62e1c203e5224e69b4864f321287f2fcbe3db08f
üst
fa48b92e
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
1 deletion
+2
-1
print3.cxx
vcl/source/gdi/print3.cxx
+2
-1
No files found.
vcl/source/gdi/print3.cxx
Dosyayı görüntüle @
f0f0d90b
...
@@ -654,7 +654,7 @@ bool Printer::StartJob( const OUString& i_rJobName, std::shared_ptr<vcl::Printer
...
@@ -654,7 +654,7 @@ bool Printer::StartJob( const OUString& i_rJobName, std::shared_ptr<vcl::Printer
for
(
int
nJobIteration
=
0
;
nJobIteration
<
nJobs
;
nJobIteration
++
)
for
(
int
nJobIteration
=
0
;
nJobIteration
<
nJobs
;
nJobIteration
++
)
{
{
bool
bError
=
false
,
bAborted
=
false
;
bool
bError
=
false
;
if
(
mpPrinter
->
StartJob
(
pPrintFile
,
if
(
mpPrinter
->
StartJob
(
pPrintFile
,
i_rJobName
,
i_rJobName
,
Application
::
GetDisplayName
(),
Application
::
GetDisplayName
(),
...
@@ -663,6 +663,7 @@ bool Printer::StartJob( const OUString& i_rJobName, std::shared_ptr<vcl::Printer
...
@@ -663,6 +663,7 @@ bool Printer::StartJob( const OUString& i_rJobName, std::shared_ptr<vcl::Printer
i_xController
->
isDirectPrint
(),
i_xController
->
isDirectPrint
(),
maJobSetup
.
ImplGetConstData
()
)
)
maJobSetup
.
ImplGetConstData
()
)
)
{
{
bool
bAborted
=
false
;
mbJobActive
=
true
;
mbJobActive
=
true
;
i_xController
->
createProgressDialog
();
i_xController
->
createProgressDialog
();
const
int
nPages
=
i_xController
->
getFilteredPageCount
();
const
int
nPages
=
i_xController
->
getFilteredPageCount
();
...
...
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