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
a5097b66
Kaydet (Commit)
a5097b66
authored
Eyl 25, 2013
tarafından
Miklos Vajna
Kaydeden (comit)
Miklos Vajna
Eyl 25, 2013
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
writerfilter: remove dead WW8DocumentFactory
Change-Id: I9896c3b221d2ec4766b9ee63aadc90bff9c33ea6
üst
a107908e
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
0 additions
and
31 deletions
+0
-31
WW8Document.hxx
writerfilter/inc/doctok/WW8Document.hxx
+0
-11
WW8DocumentImpl.cxx
writerfilter/source/doctok/WW8DocumentImpl.cxx
+0
-13
ImportFilter.cxx
writerfilter/source/filter/ImportFilter.cxx
+0
-7
No files found.
writerfilter/inc/doctok/WW8Document.hxx
Dosyayı görüntüle @
a5097b66
...
@@ -416,17 +416,6 @@ public:
...
@@ -416,17 +416,6 @@ public:
virtual
WW8DocumentIterator
::
Pointer_t
end
()
=
0
;
virtual
WW8DocumentIterator
::
Pointer_t
end
()
=
0
;
};
};
class
WRITERFILTER_DOCTOK_DLLPUBLIC
WW8DocumentFactory
{
public
:
static
WW8Stream
::
Pointer_t
createStream
(
uno
::
Reference
<
uno
::
XComponentContext
>
rContext
,
uno
::
Reference
<
io
::
XInputStream
>
rStream
);
static
WW8Document
*
createDocument
(
WW8Stream
::
Pointer_t
rpStream
);
};
}}
}}
#endif // INCLUDED_WW8_DOCUMENT_HXX
#endif // INCLUDED_WW8_DOCUMENT_HXX
...
...
writerfilter/source/doctok/WW8DocumentImpl.cxx
Dosyayı görüntüle @
a5097b66
...
@@ -1776,19 +1776,6 @@ void WW8DocumentImpl::resolve(Stream & rStream)
...
@@ -1776,19 +1776,6 @@ void WW8DocumentImpl::resolve(Stream & rStream)
}
}
WW8Stream
::
Pointer_t
WW8DocumentFactory
::
createStream
(
uno
::
Reference
<
uno
::
XComponentContext
>
rContext
,
uno
::
Reference
<
io
::
XInputStream
>
rStream
)
{
return
WW8Stream
::
Pointer_t
(
new
WW8StreamImpl
(
rContext
,
rStream
));
}
WW8Document
*
WW8DocumentFactory
::
createDocument
(
WW8Stream
::
Pointer_t
rpStream
)
{
return
new
WW8DocumentImpl
(
rpStream
);
}
writerfilter
::
Reference
<
Properties
>::
Pointer_t
writerfilter
::
Reference
<
Properties
>::
Pointer_t
WW8SED
::
get_sepx
()
WW8SED
::
get_sepx
()
{
{
...
...
writerfilter/source/filter/ImportFilter.cxx
Dosyayı görüntüle @
a5097b66
...
@@ -167,13 +167,6 @@ sal_Bool WriterFilter::filter( const uno::Sequence< beans::PropertyValue >& aDes
...
@@ -167,13 +167,6 @@ sal_Bool WriterFilter::filter( const uno::Sequence< beans::PropertyValue >& aDes
aVbaProject
.
importVbaProject
(
*
xVbaPrjStrg
,
gHelper
);
aVbaProject
.
importVbaProject
(
*
xVbaPrjStrg
,
gHelper
);
}
}
}
}
else
{
writerfilter
::
doctok
::
WW8Stream
::
Pointer_t
pDocStream
=
writerfilter
::
doctok
::
WW8DocumentFactory
::
createStream
(
m_xContext
,
xInputStream
);
writerfilter
::
doctok
::
WW8Document
::
Pointer_t
pDocument
(
writerfilter
::
doctok
::
WW8DocumentFactory
::
createDocument
(
pDocStream
));
pDocument
->
resolve
(
*
pStream
);
}
pStream
.
reset
();
pStream
.
reset
();
#ifdef DEBUG_IMPORT
#ifdef DEBUG_IMPORT
...
...
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