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
172a96e5
Kaydet (Commit)
172a96e5
authored
Haz 10, 2015
tarafından
Maxim Monastirsky
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
bSwitchOff is always false now
Change-Id: Ic79c0f1cf2816da60962f67c57efb75685d984f1
üst
71b35212
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
4 additions
and
8 deletions
+4
-8
fuolbull.cxx
sd/source/ui/func/fuolbull.cxx
+1
-1
View.hxx
sd/source/ui/inc/View.hxx
+1
-2
sdview.cxx
sd/source/ui/view/sdview.cxx
+2
-5
No files found.
sd/source/ui/func/fuolbull.cxx
Dosyayı görüntüle @
172a96e5
...
@@ -265,7 +265,7 @@ void FuOutlineBullet::SetCurrentBulletsNumbering(SfxRequest& rReq)
...
@@ -265,7 +265,7 @@ void FuOutlineBullet::SetCurrentBulletsNumbering(SfxRequest& rReq)
}
}
else
else
{
{
mpView
->
ChangeMarkedObjectsBulletsNumbering
(
bToggle
,
nSId
==
FN_SVX_SET_BULLET
,
bInMasterView
?
0
:
pNumRule
,
false
);
mpView
->
ChangeMarkedObjectsBulletsNumbering
(
bToggle
,
nSId
==
FN_SVX_SET_BULLET
,
bInMasterView
?
0
:
pNumRule
);
}
}
if
(
bInMasterView
)
if
(
bInMasterView
)
{
{
...
...
sd/source/ui/inc/View.hxx
Dosyayı görüntüle @
172a96e5
...
@@ -244,8 +244,7 @@ public:
...
@@ -244,8 +244,7 @@ public:
void
ChangeMarkedObjectsBulletsNumbering
(
void
ChangeMarkedObjectsBulletsNumbering
(
const
bool
bToggle
,
const
bool
bToggle
,
const
bool
bHandleBullets
,
const
bool
bHandleBullets
,
const
SvxNumRule
*
pNumRule
,
const
SvxNumRule
*
pNumRule
);
const
bool
bSwitchOff
);
void
SetPossibilitiesDirty
()
{
bPossibilitiesDirty
=
true
;
}
void
SetPossibilitiesDirty
()
{
bPossibilitiesDirty
=
true
;
}
void
SetMoveAllowed
(
bool
bSet
)
{
bMoveAllowed
=
bSet
;
}
void
SetMoveAllowed
(
bool
bSet
)
{
bMoveAllowed
=
bSet
;
}
...
...
sd/source/ui/view/sdview.cxx
Dosyayı görüntüle @
172a96e5
...
@@ -1326,8 +1326,7 @@ bool View::ShouldToggleOn(
...
@@ -1326,8 +1326,7 @@ bool View::ShouldToggleOn(
void
View
::
ChangeMarkedObjectsBulletsNumbering
(
void
View
::
ChangeMarkedObjectsBulletsNumbering
(
const
bool
bToggle
,
const
bool
bToggle
,
const
bool
bHandleBullets
,
const
bool
bHandleBullets
,
const
SvxNumRule
*
pNumRule
,
const
SvxNumRule
*
pNumRule
)
const
bool
bSwitchOff
)
{
{
SdrModel
*
pSdrModel
=
GetModel
();
SdrModel
*
pSdrModel
=
GetModel
();
vcl
::
Window
*
pWindow
=
dynamic_cast
<
vcl
::
Window
*
>
(
GetFirstOutputDevice
());
vcl
::
Window
*
pWindow
=
dynamic_cast
<
vcl
::
Window
*
>
(
GetFirstOutputDevice
());
...
@@ -1337,9 +1336,7 @@ void View::ChangeMarkedObjectsBulletsNumbering(
...
@@ -1337,9 +1336,7 @@ void View::ChangeMarkedObjectsBulletsNumbering(
const
bool
bUndoEnabled
=
pSdrModel
->
IsUndoEnabled
();
const
bool
bUndoEnabled
=
pSdrModel
->
IsUndoEnabled
();
SdrUndoGroup
*
pUndoGroup
=
bUndoEnabled
?
new
SdrUndoGroup
(
*
pSdrModel
)
:
0
;
SdrUndoGroup
*
pUndoGroup
=
bUndoEnabled
?
new
SdrUndoGroup
(
*
pSdrModel
)
:
0
;
const
bool
bToggleOn
=
const
bool
bToggleOn
=
ShouldToggleOn
(
bToggle
,
bHandleBullets
);
!
bSwitchOff
&&
ShouldToggleOn
(
bToggle
,
bHandleBullets
);
boost
::
scoped_ptr
<
SdrOutliner
>
pOutliner
(
SdrMakeOutliner
(
OUTLINERMODE_TEXTOBJECT
,
*
pSdrModel
));
boost
::
scoped_ptr
<
SdrOutliner
>
pOutliner
(
SdrMakeOutliner
(
OUTLINERMODE_TEXTOBJECT
,
*
pSdrModel
));
boost
::
scoped_ptr
<
OutlinerView
>
pOutlinerView
(
new
OutlinerView
(
pOutliner
.
get
(),
pWindow
));
boost
::
scoped_ptr
<
OutlinerView
>
pOutlinerView
(
new
OutlinerView
(
pOutliner
.
get
(),
pWindow
));
...
...
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