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
c3bd7a21
Kaydet (Commit)
c3bd7a21
authored
May 09, 2013
tarafından
Luboš Luňák
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
add missing exception specification
Change-Id: I3dff13178c60d1abfbfdbaee1352af3b3dd98061
üst
7b91f87a
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
2 deletions
+2
-2
vbaworkbook.cxx
sc/source/ui/vba/vbaworkbook.cxx
+1
-1
vbaworkbook.hxx
sc/source/ui/vba/vbaworkbook.hxx
+1
-1
No files found.
sc/source/ui/vba/vbaworkbook.cxx
Dosyayı görüntüle @
c3bd7a21
...
...
@@ -306,7 +306,7 @@ ScVbaWorkbook::SaveCopyAs( const OUString& sFileName ) throw ( uno::RuntimeExcep
}
void
SAL_CALL
ScVbaWorkbook
::
SaveAs
(
const
uno
::
Any
&
FileName
,
const
uno
::
Any
&
FileFormat
,
const
uno
::
Any
&
/*Password*/
,
const
uno
::
Any
&
/*WriteResPassword*/
,
const
uno
::
Any
&
/*ReadOnlyRecommended*/
,
const
uno
::
Any
&
/*CreateBackup*/
,
const
uno
::
Any
&
/*AccessMode*/
,
const
uno
::
Any
&
/*ConflictResolution*/
,
const
uno
::
Any
&
/*AddToMru*/
,
const
uno
::
Any
&
/*TextCodepage*/
,
const
uno
::
Any
&
/*TextVisualLayout*/
,
const
uno
::
Any
&
/*Local*/
)
ScVbaWorkbook
::
SaveAs
(
const
uno
::
Any
&
FileName
,
const
uno
::
Any
&
FileFormat
,
const
uno
::
Any
&
/*Password*/
,
const
uno
::
Any
&
/*WriteResPassword*/
,
const
uno
::
Any
&
/*ReadOnlyRecommended*/
,
const
uno
::
Any
&
/*CreateBackup*/
,
const
uno
::
Any
&
/*AccessMode*/
,
const
uno
::
Any
&
/*ConflictResolution*/
,
const
uno
::
Any
&
/*AddToMru*/
,
const
uno
::
Any
&
/*TextCodepage*/
,
const
uno
::
Any
&
/*TextVisualLayout*/
,
const
uno
::
Any
&
/*Local*/
)
throw
(
::
com
::
sun
::
star
::
uno
::
RuntimeException
)
{
OUString
sFileName
;
FileName
>>=
sFileName
;
...
...
sc/source/ui/vba/vbaworkbook.hxx
Dosyayı görüntüle @
c3bd7a21
...
...
@@ -51,7 +51,7 @@ public:
virtual
css
::
uno
::
Any
SAL_CALL
Windows
(
const
css
::
uno
::
Any
&
aIndex
)
throw
(
css
::
uno
::
RuntimeException
);
virtual
void
SAL_CALL
Activate
()
throw
(
css
::
uno
::
RuntimeException
);
virtual
void
SAL_CALL
Protect
(
const
css
::
uno
::
Any
&
aPassword
)
throw
(
css
::
uno
::
RuntimeException
);
virtual
void
SAL_CALL
SaveAs
(
const
css
::
uno
::
Any
&
FileName
,
const
css
::
uno
::
Any
&
FileFormat
,
const
css
::
uno
::
Any
&
Password
,
const
css
::
uno
::
Any
&
WriteResPassword
,
const
css
::
uno
::
Any
&
ReadOnlyRecommended
,
const
css
::
uno
::
Any
&
CreateBackup
,
const
css
::
uno
::
Any
&
AccessMode
,
const
css
::
uno
::
Any
&
ConflictResolution
,
const
css
::
uno
::
Any
&
AddToMru
,
const
css
::
uno
::
Any
&
TextCodepage
,
const
css
::
uno
::
Any
&
TextVisualLayout
,
const
css
::
uno
::
Any
&
Local
);
virtual
void
SAL_CALL
SaveAs
(
const
css
::
uno
::
Any
&
FileName
,
const
css
::
uno
::
Any
&
FileFormat
,
const
css
::
uno
::
Any
&
Password
,
const
css
::
uno
::
Any
&
WriteResPassword
,
const
css
::
uno
::
Any
&
ReadOnlyRecommended
,
const
css
::
uno
::
Any
&
CreateBackup
,
const
css
::
uno
::
Any
&
AccessMode
,
const
css
::
uno
::
Any
&
ConflictResolution
,
const
css
::
uno
::
Any
&
AddToMru
,
const
css
::
uno
::
Any
&
TextCodepage
,
const
css
::
uno
::
Any
&
TextVisualLayout
,
const
css
::
uno
::
Any
&
Local
)
throw
(
::
com
::
sun
::
star
::
uno
::
RuntimeException
)
;
virtual
css
::
uno
::
Any
SAL_CALL
Names
(
const
css
::
uno
::
Any
&
aIndex
)
throw
(
css
::
uno
::
RuntimeException
);
virtual
css
::
uno
::
Any
SAL_CALL
Styles
(
const
css
::
uno
::
Any
&
Item
)
throw
(
css
::
uno
::
RuntimeException
);
...
...
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