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
401a834e
Kaydet (Commit)
401a834e
authored
Mar 09, 2012
tarafından
Miklos Vajna
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
writerfilter: ifdef + fprintf -> SAL_INFO
üst
8840765e
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
8 deletions
+4
-8
NumberingManager.cxx
writerfilter/source/dmapper/NumberingManager.cxx
+4
-8
No files found.
writerfilter/source/dmapper/NumberingManager.cxx
Dosyayı görüntüle @
401a834e
...
@@ -16,9 +16,7 @@
...
@@ -16,9 +16,7 @@
#include <com/sun/star/text/PositionAndSpaceMode.hpp>
#include <com/sun/star/text/PositionAndSpaceMode.hpp>
#include <com/sun/star/text/XChapterNumberingSupplier.hpp>
#include <com/sun/star/text/XChapterNumberingSupplier.hpp>
#if DEBUG
#include <rtl/oustringostreaminserter.hxx>
#include <stdio.h>
#endif
#include "dmapperLoggers.hxx"
#include "dmapperLoggers.hxx"
...
@@ -53,11 +51,7 @@ void lcl_printProperties( uno::Sequence< beans::PropertyValue > aProps )
...
@@ -53,11 +51,7 @@ void lcl_printProperties( uno::Sequence< beans::PropertyValue > aProps )
if
(
!
(
aValue
>>=
sValue
)
&&
(
aValue
>>=
nValue
)
)
if
(
!
(
aValue
>>=
sValue
)
&&
(
aValue
>>=
nValue
)
)
sValue
=
OUString
::
valueOf
(
nValue
);
sValue
=
OUString
::
valueOf
(
nValue
);
#if DEBUG
SAL_INFO
(
"writerfilter"
,
"Property "
<<
aProps
[
i
].
Name
<<
": "
<<
sValue
);
fprintf
(
stderr
,
"Property %s: %s
\n
"
,
OUSTR_TO_C
(
aProps
[
i
].
Name
),
OUSTR_TO_C
(
sValue
)
);
#endif
}
}
}
}
...
@@ -534,7 +528,9 @@ void ListDef::CreateNumberingRules( DomainMapper& rDMapper,
...
@@ -534,7 +528,9 @@ void ListDef::CreateNumberingRules( DomainMapper& rDMapper,
// Get the merged level properties
// Get the merged level properties
uno
::
Sequence
<
beans
::
PropertyValue
>
aLvlProps
=
aProps
[
sal_Int32
(
nLevel
)];
uno
::
Sequence
<
beans
::
PropertyValue
>
aLvlProps
=
aProps
[
sal_Int32
(
nLevel
)];
#if DEBUG
lcl_printProperties
(
aLvlProps
);
lcl_printProperties
(
aLvlProps
);
#endif
// Get the char style
// Get the char style
uno
::
Sequence
<
beans
::
PropertyValue
>
aAbsCharStyleProps
=
pAbsLevel
->
GetCharStyleProperties
(
);
uno
::
Sequence
<
beans
::
PropertyValue
>
aAbsCharStyleProps
=
pAbsLevel
->
GetCharStyleProperties
(
);
...
...
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