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
463a5f03
Kaydet (Commit)
463a5f03
authored
May 18, 2004
tarafından
Rüdiger Timm
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
INTEGRATION: CWS dr17 (1.13.184); FILE MERGED
2004/04/19 16:07:03 dr 1.13.184.1: #i27978# new VBA macro version
üst
92d79d7f
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
9 additions
and
3 deletions
+9
-3
msvbasic.cxx
svx/source/msfilter/msvbasic.cxx
+9
-3
No files found.
svx/source/msfilter/msvbasic.cxx
Dosyayı görüntüle @
463a5f03
...
...
@@ -2,9 +2,9 @@
*
* $RCSfile: msvbasic.cxx,v $
*
* $Revision: 1.1
3
$
* $Revision: 1.1
4
$
*
* last change: $Author:
obo $ $Date: 2004-01-13 17:41:48
$
* last change: $Author:
rt $ $Date: 2004-05-18 12:41:31
$
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
...
...
@@ -203,6 +203,11 @@ int VBA_Impl::ReadVBAProject(const SvStorageRef &rxVBAStorage)
return
0
;
}
static
const
sal_uInt8
aOffice2003LE_2
[]
=
{
0x79
,
0x00
,
0x00
,
0x01
,
0x00
,
0xFF
};
static
const
sal_uInt8
aOffice2003LE
[]
=
{
0x76
,
0x00
,
0x00
,
0x01
,
0x00
,
0xFF
...
...
@@ -234,7 +239,8 @@ int VBA_Impl::ReadVBAProject(const SvStorageRef &rxVBAStorage)
xVBAProject
->
Read
(
aProduct
,
sizeof
(
aProduct
)
);
bool
bIsUnicode
;
if
(
!
(
memcmp
(
aProduct
,
aOffice2003LE
,
sizeof
(
aProduct
))))
if
(
!
(
memcmp
(
aProduct
,
aOffice2003LE
,
sizeof
(
aProduct
)))
||
!
(
memcmp
(
aProduct
,
aOffice2003LE_2
,
sizeof
(
aProduct
)))
)
{
xVBAProject
->
SetNumberFormatInt
(
NUMBERFORMAT_INT_LITTLEENDIAN
);
bIsUnicode
=
true
;
...
...
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