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
d360febd
Kaydet (Commit)
d360febd
authored
Kas 14, 2013
tarafından
Andras Timar
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
embedserv: unused code
Change-Id: I6343cf1f274de407b6de18304612b69e2516f621
üst
b26edbb4
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
0 additions
and
37 deletions
+0
-37
ed_ipersiststr.cxx
embedserv/source/embed/ed_ipersiststr.cxx
+0
-2
guid.cxx
embedserv/source/embed/guid.cxx
+0
-35
No files found.
embedserv/source/embed/ed_ipersiststr.cxx
Dosyayı görüntüle @
d360febd
...
@@ -57,8 +57,6 @@ using namespace ::com::sun::star;
...
@@ -57,8 +57,6 @@ using namespace ::com::sun::star;
extern
OUString
getStorageTypeFromGUID_Impl
(
GUID
*
guid
);
extern
OUString
getStorageTypeFromGUID_Impl
(
GUID
*
guid
);
extern
OUString
getServiceNameFromGUID_Impl
(
GUID
*
);
extern
OUString
getServiceNameFromGUID_Impl
(
GUID
*
);
extern
OUString
getFilterNameFromGUID_Impl
(
GUID
*
);
extern
OUString
getFilterNameFromGUID_Impl
(
GUID
*
);
// extern CLIPFORMAT getClipFormatFromGUID_Impl( GUID* );
OUString
getTestFileURLFromGUID_Impl
(
GUID
*
guid
);
const
OUString
aOfficeEmbedStreamName
(
"package_stream"
);
const
OUString
aOfficeEmbedStreamName
(
"package_stream"
);
const
OUString
aExtentStreamName
(
"properties_stream"
);
const
OUString
aExtentStreamName
(
"properties_stream"
);
...
...
embedserv/source/embed/guid.cxx
Dosyayı görüntüle @
d360febd
...
@@ -129,41 +129,6 @@ OUString getFilterNameFromGUID_Impl( GUID* guid )
...
@@ -129,41 +129,6 @@ OUString getFilterNameFromGUID_Impl( GUID* guid )
return
OUString
();
return
OUString
();
}
}
OUString
getTestFileURLFromGUID_Impl
(
GUID
*
guid
)
{
if
(
*
guid
==
OID_WriterTextServer
)
return
OUString
(
"file:///d:/OLE_TEST/test.sxw"
);
if
(
*
guid
==
OID_WriterOASISTextServer
)
return
OUString
(
"file:///d:/OLE_TEST/test.odt"
);
if
(
*
guid
==
OID_CalcServer
)
return
OUString
(
"file:///d:/OLE_TEST/test.sxc"
);
if
(
*
guid
==
OID_CalcOASISServer
)
return
OUString
(
"file:///d:/OLE_TEST/test.ods"
);
if
(
*
guid
==
OID_DrawingServer
)
return
OUString
(
"file:///d:/OLE_TEST/test.sxd"
);
if
(
*
guid
==
OID_DrawingOASISServer
)
return
OUString
(
"file:///d:/OLE_TEST/test.odg"
);
if
(
*
guid
==
OID_PresentationServer
)
return
OUString
(
"file:///d:/OLE_TEST/test.sxi"
);
if
(
*
guid
==
OID_PresentationOASISServer
)
return
OUString
(
"file:///d:/OLE_TEST/test.odp"
);
if
(
*
guid
==
OID_MathServer
)
return
OUString
(
"file:///d:/OLE_TEST/test.sxm"
);
if
(
*
guid
==
OID_MathOASISServer
)
return
OUString
(
"file:///d:/OLE_TEST/test.odf"
);
return
OUString
();
}
// Fix strange warnings about some
// Fix strange warnings about some
// ATL::CAxHostWindow::QueryInterface|AddRef|Releae functions.
// ATL::CAxHostWindow::QueryInterface|AddRef|Releae functions.
// warning C4505: 'xxx' : unreferenced local function has been removed
// warning C4505: 'xxx' : unreferenced local function has been removed
...
...
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