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
57618725
Kaydet (Commit)
57618725
authored
May 02, 2013
tarafından
Miklos Vajna
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
writerfilter: few more doxygen comments
Change-Id: I4893e2b3297adadf4e19ab22b298aaef4044b52e
üst
5fc1ba6e
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
9 additions
and
0 deletions
+9
-0
testrtftok.cxx
writerfilter/qa/cppunittests/rtftok/testrtftok.cxx
+7
-0
rtfsprm.hxx
writerfilter/source/rtftok/rtfsprm.hxx
+2
-0
No files found.
writerfilter/qa/cppunittests/rtftok/testrtftok.cxx
Dosyayı görüntüle @
57618725
...
...
@@ -18,6 +18,13 @@
using
namespace
::
com
::
sun
::
star
;
/**
* Unit test invoking the Writer RTF import filter.
*
* This does only minimal testing, checking if the filter crashes and returns
* the expected bool value for given inputs. More fine-grained tests can be
* found under sw/qa/extras/rtfimport/.
*/
class
RtfTest
:
public
test
::
FiltersTest
,
public
test
::
BootstrapFixture
...
...
writerfilter/source/rtftok/rtfsprm.hxx
Dosyayı görüntüle @
57618725
...
...
@@ -18,6 +18,8 @@ namespace writerfilter {
namespace
rtftok
{
typedef
std
::
vector
<
std
::
pair
<
Id
,
RTFValue
::
Pointer_t
>
>
RTFSprmsImplBase
;
/// The payload of RTFSprms which is only copied on write.
class
RTFSprmsImpl
:
public
RTFSprmsImplBase
{
public
:
...
...
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