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
469a202f
Kaydet (Commit)
469a202f
authored
Kas 30, 2012
tarafından
Kohei Yoshida
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
Get it to build.
Change-Id: Ie239d3d0f8f4ec81a4c5dbed3a1a132117875c7c
üst
5388cd54
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
4 additions
and
5 deletions
+4
-5
ctredlin.cxx
svx/source/dialog/ctredlin.cxx
+1
-2
fontlb.cxx
svx/source/dialog/fontlb.cxx
+1
-1
msview.cxx
svx/workben/msview/msview.cxx
+2
-2
No files found.
svx/source/dialog/ctredlin.cxx
Dosyayı görüntüle @
469a202f
...
@@ -445,8 +445,7 @@ void SvxRedlinTable::InitEntry(SvTreeListEntry* pEntry, const OUString& rStr,
...
@@ -445,8 +445,7 @@ void SvxRedlinTable::InitEntry(SvTreeListEntry* pEntry, const OUString& rStr,
pEntry
->
AddItem
(
pButton
);
pEntry
->
AddItem
(
pButton
);
}
}
pContextBmp
=
new
SvLBoxContextBmp
(
pEntry
,
0
,
rColl
,
rExp
,
pContextBmp
=
new
SvLBoxContextBmp
(
pEntry
,
0
,
rColl
,
rExp
,
true
);
SVLISTENTRYFLAG_EXPANDED
);
pEntry
->
AddItem
(
pContextBmp
);
pEntry
->
AddItem
(
pContextBmp
);
pString
=
new
SvLBoxColorString
(
pEntry
,
0
,
rStr
,
aEntryColor
);
pString
=
new
SvLBoxColorString
(
pEntry
,
0
,
rStr
,
aEntryColor
);
...
...
svx/source/dialog/fontlb.cxx
Dosyayı görüntüle @
469a202f
...
@@ -140,7 +140,7 @@ void SvxFontListBox::InitEntry(
...
@@ -140,7 +140,7 @@ void SvxFontListBox::InitEntry(
if
(
nTreeFlags
&
TREEFLAG_CHKBTN
)
if
(
nTreeFlags
&
TREEFLAG_CHKBTN
)
pEntry
->
AddItem
(
new
SvLBoxButton
(
pEntry
,
eButtonKind
,
0
,
pEntry
->
AddItem
(
new
SvLBoxButton
(
pEntry
,
eButtonKind
,
0
,
pCheckButtonData
)
);
pCheckButtonData
)
);
pEntry
->
AddItem
(
new
SvLBoxContextBmp
(
pEntry
,
0
,
rCollImg
,
rExpImg
,
SVLISTENTRYFLAG_EXPANDED
)
);
pEntry
->
AddItem
(
new
SvLBoxContextBmp
(
pEntry
,
0
,
rCollImg
,
rExpImg
,
true
)
);
pEntry
->
AddItem
(
new
SvLBoxFontString
(
pEntry
,
0
,
rEntryText
,
maEntryFont
,
mpEntryColor
)
);
pEntry
->
AddItem
(
new
SvLBoxFontString
(
pEntry
,
0
,
rEntryText
,
maEntryFont
,
mpEntryColor
)
);
}
}
else
else
...
...
svx/workben/msview/msview.cxx
Dosyayı görüntüle @
469a202f
...
@@ -586,8 +586,8 @@ void AtomContainerTreeListBox::SetTabs()
...
@@ -586,8 +586,8 @@ void AtomContainerTreeListBox::SetTabs()
void
AtomContainerTreeListBox
::
InitEntry
(
SvTreeListEntry
*
pEntry
,
const
OUString
&
aStr
,
void
AtomContainerTreeListBox
::
InitEntry
(
SvTreeListEntry
*
pEntry
,
const
OUString
&
aStr
,
const
Image
&
aCollEntryBmp
,
const
Image
&
aExpEntryBmp
)
const
Image
&
aCollEntryBmp
,
const
Image
&
aExpEntryBmp
)
{
{
pEntry
->
AddItem
(
new
SvLBoxContextBmp
(
pEntry
,
0
,
aCollEntryBmp
,
aExpEntryBmp
,
SVLISTENTRYFLAG_EXPANDED
)
);
pEntry
->
AddItem
(
new
SvLBoxContextBmp
(
pEntry
,
0
,
aCollEntryBmp
,
aExpEntryBmp
,
true
)
);
pEntry
->
AddItem
(
new
SvLBoxContextBmp
(
pEntry
,
0
,
maImgAtom
,
maImgAtom
,
SVLISTENTRYFLAG_EXPANDED
)
);
pEntry
->
AddItem
(
new
SvLBoxContextBmp
(
pEntry
,
0
,
maImgAtom
,
maImgAtom
,
true
)
);
pEntry
->
AddItem
(
new
AtomBoxString
(
pEntry
,
aStr
)
);
pEntry
->
AddItem
(
new
AtomBoxString
(
pEntry
,
aStr
)
);
}
}
...
...
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