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
e9ee5721
Kaydet (Commit)
e9ee5721
authored
Tem 26, 2013
tarafından
Zolnai Tamás
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
Add more usefull log areas
Change-Id: Ic9d8ee7cee5b1b4b54151825e025e0d4815d3bb1
üst
4e074e46
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
6 additions
and
8 deletions
+6
-8
log-areas.dox
include/sal/log-areas.dox
+1
-3
inftxt.cxx
sw/source/core/text/inftxt.cxx
+2
-2
docstyle.cxx
sw/source/ui/app/docstyle.cxx
+1
-1
tmpdlg.cxx
sw/source/ui/fmtui/tmpdlg.cxx
+2
-2
No files found.
include/sal/log-areas.dox
Dosyayı görüntüle @
e9ee5721
...
@@ -328,14 +328,12 @@ certain functionality.
...
@@ -328,14 +328,12 @@ certain functionality.
@section Writer
@section Writer
@li @c sw
@li @c sw
@li @c sw.app.docstyle
@li @c sw.core - Writer core
@li @c sw.core - Writer core
@li @c sw.docx
@li @c sw.docx
@li @c sw.envelp
@li @c sw.envelp
@li @c sw.fmtui
@li @c sw.level2
@li @c sw.level2
@li @c sw.rtf - .rtf export filter
@li @c sw.rtf - .rtf export filter
@li @c sw.
text.txtinfo
@li @c sw.
ui
@li @c sw.uno - Writer UNO interfaces
@li @c sw.uno - Writer UNO interfaces
@li @c sw.ww8 - .doc/.docx export filter, .doc import filter (not writerfilter)
@li @c sw.ww8 - .doc/.docx export filter, .doc import filter (not writerfilter)
@li @c sw.ww8.level2 - further info for sw.ww8
@li @c sw.ww8.level2 - further info for sw.ww8
...
...
sw/source/core/text/inftxt.cxx
Dosyayı görüntüle @
e9ee5721
...
@@ -370,7 +370,7 @@ void SwTxtSizeInfo::NoteAnimation() const
...
@@ -370,7 +370,7 @@ void SwTxtSizeInfo::NoteAnimation() const
KSHORT
SwTxtSizeInfo
::
GetAscent
()
const
KSHORT
SwTxtSizeInfo
::
GetAscent
()
const
{
{
SAL_WARN_IF
(
!
GetOut
(),
"sw.
text.txtinfo
"
,
"SwTxtSizeInfo::GetAscent() without m_pOut"
);
SAL_WARN_IF
(
!
GetOut
(),
"sw.
core
"
,
"SwTxtSizeInfo::GetAscent() without m_pOut"
);
sal_uInt16
nAscent
=
((
SwFont
*
)
GetFont
())
->
GetAscent
(
m_pVsh
,
*
GetOut
()
);
sal_uInt16
nAscent
=
((
SwFont
*
)
GetFont
())
->
GetAscent
(
m_pVsh
,
*
GetOut
()
);
...
@@ -382,7 +382,7 @@ KSHORT SwTxtSizeInfo::GetAscent() const
...
@@ -382,7 +382,7 @@ KSHORT SwTxtSizeInfo::GetAscent() const
KSHORT
SwTxtSizeInfo
::
GetTxtHeight
()
const
KSHORT
SwTxtSizeInfo
::
GetTxtHeight
()
const
{
{
SAL_WARN_IF
(
!
GetOut
(),
"sw.
text.txtinfo
"
,
"SwTxtSizeInfo::GetTxtHeight() without m_pOut"
);
SAL_WARN_IF
(
!
GetOut
(),
"sw.
core
"
,
"SwTxtSizeInfo::GetTxtHeight() without m_pOut"
);
sal_uInt16
nHeight
=
((
SwFont
*
)
GetFont
())
->
GetHeight
(
m_pVsh
,
*
GetOut
()
);
sal_uInt16
nHeight
=
((
SwFont
*
)
GetFont
())
->
GetHeight
(
m_pVsh
,
*
GetOut
()
);
...
...
sw/source/ui/app/docstyle.cxx
Dosyayı görüntüle @
e9ee5721
...
@@ -1047,7 +1047,7 @@ SfxItemSet& SwDocStyleSheet::GetItemSet()
...
@@ -1047,7 +1047,7 @@ SfxItemSet& SwDocStyleSheet::GetItemSet()
if
(
nFamily
==
SFX_STYLE_FAMILY_CHAR
)
if
(
nFamily
==
SFX_STYLE_FAMILY_CHAR
)
{
{
SAL_WARN_IF
(
!
pCharFmt
,
"sw.
app.docstyle
"
,
"Where's SwCharFmt"
);
SAL_WARN_IF
(
!
pCharFmt
,
"sw.
ui
"
,
"Where's SwCharFmt"
);
aCoreSet
.
Put
(
pCharFmt
->
GetAttrSet
());
aCoreSet
.
Put
(
pCharFmt
->
GetAttrSet
());
aCoreSet
.
Put
(
aBoxInfo
);
aCoreSet
.
Put
(
aBoxInfo
);
...
...
sw/source/ui/fmtui/tmpdlg.cxx
Dosyayı görüntüle @
e9ee5721
...
@@ -119,8 +119,8 @@ SwTemplateDlg::SwTemplateDlg(Window* pParent,
...
@@ -119,8 +119,8 @@ SwTemplateDlg::SwTemplateDlg(Window* pParent,
OSL_ENSURE
(
pFact
->
GetTabPageRangesFunc
(
RID_SVXPAGE_BACKGROUND
)
,
"GetTabPageRangesFunc fail!"
);
OSL_ENSURE
(
pFact
->
GetTabPageRangesFunc
(
RID_SVXPAGE_BACKGROUND
)
,
"GetTabPageRangesFunc fail!"
);
AddTabPage
(
TP_BACKGROUND
,
pFact
->
GetTabPageCreatorFunc
(
RID_SVXPAGE_BACKGROUND
),
pFact
->
GetTabPageRangesFunc
(
RID_SVXPAGE_BACKGROUND
)
);
AddTabPage
(
TP_BACKGROUND
,
pFact
->
GetTabPageCreatorFunc
(
RID_SVXPAGE_BACKGROUND
),
pFact
->
GetTabPageRangesFunc
(
RID_SVXPAGE_BACKGROUND
)
);
SAL_WARN_IF
(
!
pFact
->
GetTabPageCreatorFunc
(
RID_SVXPAGE_BORDER
),
"sw.
fmt
ui"
,
"GetTabPageCreatorFunc fail!"
);
SAL_WARN_IF
(
!
pFact
->
GetTabPageCreatorFunc
(
RID_SVXPAGE_BORDER
),
"sw.ui"
,
"GetTabPageCreatorFunc fail!"
);
SAL_WARN_IF
(
!
pFact
->
GetTabPageRangesFunc
(
RID_SVXPAGE_BORDER
),
"sw.
fmt
ui"
,
"GetTabPageRangesFunc fail!"
);
SAL_WARN_IF
(
!
pFact
->
GetTabPageRangesFunc
(
RID_SVXPAGE_BORDER
),
"sw.ui"
,
"GetTabPageRangesFunc fail!"
);
AddTabPage
(
TP_BORDER
,
pFact
->
GetTabPageCreatorFunc
(
RID_SVXPAGE_BORDER
),
pFact
->
GetTabPageRangesFunc
(
RID_SVXPAGE_BORDER
)
);
AddTabPage
(
TP_BORDER
,
pFact
->
GetTabPageCreatorFunc
(
RID_SVXPAGE_BORDER
),
pFact
->
GetTabPageRangesFunc
(
RID_SVXPAGE_BORDER
)
);
SvtCJKOptions
aCJKOptions
;
SvtCJKOptions
aCJKOptions
;
...
...
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