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
aa4bcd28
Kaydet (Commit)
aa4bcd28
authored
Agu 08, 2011
tarafından
Caolán McNamara
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
callcatcher: remove various unused methods
üst
b89c5145
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
0 additions
and
44 deletions
+0
-44
bencont.cxx
lotuswordpro/source/filter/bencont.cxx
+0
-43
bento.hxx
lotuswordpro/source/filter/bento.hxx
+0
-1
No files found.
lotuswordpro/source/filter/bencont.cxx
Dosyayı görüntüle @
aa4bcd28
...
@@ -541,49 +541,6 @@ BenError LtcBenContainer::CreateGraphicStream(SvStream * &pStream, const char *p
...
@@ -541,49 +541,6 @@ BenError LtcBenContainer::CreateGraphicStream(SvStream * &pStream, const char *p
#include <tools/globname.hxx>
#include <tools/globname.hxx>
/**
* Find ole object storage stream data according to object name
* @date 10/24/2005
* @param
* @return the value ole storage stream data pointers
*/
LtcUtBenValueStream
*
LtcBenContainer
::
FindOLEStorageStreamWithObjectName
(
const
char
*
sObjectName
,
AswEntry
&
rEntry
)
{
if
(
!
sObjectName
)
return
NULL
;
//Find OleRootStorage stream
std
::
string
aRootStroageName
(
"OleRootStorage"
);
std
::
string
aOleStroageName
(
"OleStorage"
);
LtcUtBenValueStream
*
pRootStream
=
NULL
;
pRootStream
=
FindValueStreamWithPropertyName
(
aRootStroageName
.
c_str
());
if
(
!
pRootStream
)
return
NULL
;
//Read root storage data and find the ole storage object id according to the object name
sal_uInt32
nDLen
=
0
;
nDLen
=
GetSvStreamSize
(
pRootStream
);
for
(
sal_uInt32
nIndex
=
0
;
nIndex
<
nDLen
/
ASWENTRY_SIZE
;
nIndex
++
)
{
//Get entry
ReadAswEntry
(
pRootStream
,
rEntry
);
String
sObjName
;
rEntry
.
GetName
(
sObjName
);
if
(
sObjName
.
EqualsAscii
(
sObjectName
))
{
//Find it
delete
pRootStream
;
return
FindObjectValueStreamWithObjectIDAndProperty
(
rEntry
.
GetObjectID
(),
aOleStroageName
.
c_str
());
}
}
// Not find
if
(
pRootStream
)
{
delete
pRootStream
;
}
return
NULL
;
}
void
LtcBenContainer
::
ReadAswEntry
(
SvStream
*
pStream
,
AswEntry
&
rEntry
)
void
LtcBenContainer
::
ReadAswEntry
(
SvStream
*
pStream
,
AswEntry
&
rEntry
)
{
{
char
*
pBuf
=
new
char
[
ASWENTRY_SIZE
];
char
*
pBuf
=
new
char
[
ASWENTRY_SIZE
];
...
...
lotuswordpro/source/filter/bento.hxx
Dosyayı görüntüle @
aa4bcd28
...
@@ -299,7 +299,6 @@ public: // Internal methods
...
@@ -299,7 +299,6 @@ public: // Internal methods
BenError
CreateGraphicStreams
(
std
::
vector
<
SvStream
*>
*
pStreamVector
)
;
BenError
CreateGraphicStreams
(
std
::
vector
<
SvStream
*>
*
pStreamVector
)
;
BenError
CreateGraphicStream
(
SvStream
*
&
pStream
,
const
char
*
pObjectName
);
BenError
CreateGraphicStream
(
SvStream
*
&
pStream
,
const
char
*
pObjectName
);
LtcUtBenValueStream
*
FindOLEStorageStreamWithObjectName
(
const
char
*
sObjectName
,
AswEntry
&
rDirStruct
);
void
ReadAswEntry
(
SvStream
*
pStream
,
AswEntry
&
rEntry
);
void
ReadAswEntry
(
SvStream
*
pStream
,
AswEntry
&
rEntry
);
BenError
GetSize
(
sal_uLong
*
pLength
);
BenError
GetSize
(
sal_uLong
*
pLength
);
...
...
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