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
bd86b38c
Kaydet (Commit)
bd86b38c
authored
Eki 15, 2014
tarafından
Stephan Bergmann
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
Make ImportCGM signature match ImportCGMPointer (in sdcgmfilter.cxx)
Change-Id: I363777ff59b1756a15615d3daaa0c95542632361
üst
da77897d
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
4 deletions
+1
-4
cgm.cxx
filter/source/graphicfilter/icgm/cgm.cxx
+1
-4
No files found.
filter/source/graphicfilter/icgm/cgm.cxx
Dosyayı görüntüle @
bd86b38c
...
...
@@ -710,7 +710,7 @@ bool CGM::Write( SvStream& rIStm )
// GraphicImport - the exported function
extern
"C"
SAL_DLLPUBLIC_EXPORT
sal_uInt32
SAL_CALL
ImportCGM
(
OUString
&
rFileName
,
uno
::
Reference
<
frame
::
XModel
>
&
rXModel
,
sal_uInt32
nMode
,
void
*
pProgressBar
)
ImportCGM
(
OUString
&
rFileName
,
uno
::
Reference
<
frame
::
XModel
>
&
rXModel
,
sal_uInt32
nMode
,
css
::
uno
::
Reference
<
css
::
task
::
XStatusIndicator
>
&
aXStatInd
)
{
sal_uInt32
nStatus
=
0
;
// retvalue == 0 -> ERROR
...
...
@@ -733,11 +733,8 @@ ImportCGM( OUString& rFileName, uno::Reference< frame::XModel > & rXModel, sal_u
sal_uInt64
const
nInSize
=
pIn
->
remainingSize
();
pIn
->
Seek
(
0
);
uno
::
Reference
<
task
::
XStatusIndicator
>
aXStatInd
;
sal_uInt32
nNext
=
0
;
sal_uInt32
nAdd
=
nInSize
/
20
;
if
(
pProgressBar
)
aXStatInd
=
*
(
uno
::
Reference
<
task
::
XStatusIndicator
>
*
)
pProgressBar
;
bProgressBar
=
aXStatInd
.
is
();
if
(
bProgressBar
)
aXStatInd
->
start
(
"CGM Import"
,
nInSize
);
...
...
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