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
5b3c9314
Kaydet (Commit)
5b3c9314
authored
Mar 19, 2014
tarafından
Stephan Bergmann
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
loplugin:literaltoboolconversion
Change-Id: Ifc003e3e986fbe79f8aff5a9edb05a7f22e0f24b
üst
2299b596
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
3 deletions
+3
-3
textsh1.cxx
sw/source/core/uibase/shells/textsh1.cxx
+1
-1
txtnum.cxx
sw/source/core/uibase/shells/txtnum.cxx
+2
-2
No files found.
sw/source/core/uibase/shells/textsh1.cxx
Dosyayı görüntüle @
5b3c9314
...
...
@@ -1519,7 +1519,7 @@ void SwTextShell::GetState( SfxItemSet &rSet )
sal_uInt16
nHtmlMode
=
::
GetHtmlMode
(
GetView
().
GetDocShell
()
);
nHtmlMode
&=
HTMLMODE_ON
|
HTMLMODE_SOME_STYLES
;
if
(
(
nHtmlMode
==
HTMLMODE_ON
)
||
!
rSh
.
IsMoveLeftMargin
(
SID_INC_INDENT
==
nWhich
,
sal_T
rue
)
)
||
!
rSh
.
IsMoveLeftMargin
(
SID_INC_INDENT
==
nWhich
,
t
rue
)
)
{
rSet
.
DisableItem
(
nWhich
);
}
...
...
sw/source/core/uibase/shells/txtnum.cxx
Dosyayı görüntüle @
5b3c9314
...
...
@@ -210,7 +210,7 @@ void SwTextShell::ExecEnterNum(SfxRequest &rReq)
// If the Dialog was leaved with OK but nothing was chosen then the
// numbering must be at least activated, if it is not already.
else
if
(
pNumRuleAtCurrentSelection
==
NULL
&&
SFX_ITEM_SET
==
aSet
.
GetItemState
(
SID_ATTR_NUMBERING_RULE
,
sal_F
alse
,
&
pItem
)
)
&&
SFX_ITEM_SET
==
aSet
.
GetItemState
(
SID_ATTR_NUMBERING_RULE
,
f
alse
,
&
pItem
)
)
{
rReq
.
AppendItem
(
*
pItem
);
rReq
.
Done
();
...
...
@@ -246,7 +246,7 @@ void SwTextShell::ExecSetNumber(SfxRequest &rReq)
case
FN_SVX_SET_NUMBER
:
case
FN_SVX_SET_BULLET
:
{
SFX_REQUEST_ARG
(
rReq
,
pItem
,
SfxUInt16Item
,
nSlot
,
sal_F
alse
);
SFX_REQUEST_ARG
(
rReq
,
pItem
,
SfxUInt16Item
,
nSlot
,
f
alse
);
if
(
pItem
!=
NULL
)
{
const
sal_uInt16
nChoosenItemIdx
=
pItem
->
GetValue
();
...
...
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