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
a4450fe6
Kaydet (Commit)
a4450fe6
authored
Kas 17, 2014
tarafından
Maxim Monastirsky
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
Related: fdo#83572 Try to fix zoom mode button state
Change-Id: I4e146788c3ab83f714bfb0aef1da018b038be64d
üst
acd78552
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
13 additions
and
14 deletions
+13
-14
_drvwsh.sdi
sd/sdi/_drvwsh.sdi
+2
-2
drviews2.cxx
sd/source/ui/view/drviews2.cxx
+0
-11
drviews7.cxx
sd/source/ui/view/drviews7.cxx
+1
-1
drviewse.cxx
sd/source/ui/view/drviewse.cxx
+10
-0
No files found.
sd/sdi/_drvwsh.sdi
Dosyayı görüntüle @
a4450fe6
...
@@ -629,12 +629,12 @@ interface DrawView
...
@@ -629,12 +629,12 @@ interface DrawView
]
]
SID_ZOOM_MODE // ole : no, status : play rec
SID_ZOOM_MODE // ole : no, status : play rec
[
[
ExecMethod = Fu
Temporary
;
ExecMethod = Fu
Permanent
;
StateMethod = GetMenuState ;
StateMethod = GetMenuState ;
]
]
SID_ZOOM_PANNING // ole : no, status : play rec
SID_ZOOM_PANNING // ole : no, status : play rec
[
[
ExecMethod = Fu
Temporary
;
ExecMethod = Fu
Permanent
;
StateMethod = GetMenuState ;
StateMethod = GetMenuState ;
]
]
SID_ZOOM_IN // ole : no, status : play rec
SID_ZOOM_IN // ole : no, status : play rec
...
...
sd/source/ui/view/drviews2.cxx
Dosyayı görüntüle @
a4450fe6
...
@@ -156,7 +156,6 @@
...
@@ -156,7 +156,6 @@
#include "futxtatt.hxx"
#include "futxtatt.hxx"
#include "fuvect.hxx"
#include "fuvect.hxx"
#include "futext.hxx"
#include "futext.hxx"
#include "fuzoom.hxx"
#include "helpids.h"
#include "helpids.h"
#include "optsitem.hxx"
#include "optsitem.hxx"
#include "sdabstdlg.hxx"
#include "sdabstdlg.hxx"
...
@@ -1222,16 +1221,6 @@ void DrawViewShell::FuTemporary(SfxRequest& rReq)
...
@@ -1222,16 +1221,6 @@ void DrawViewShell::FuTemporary(SfxRequest& rReq)
}
}
break
;
break
;
case
SID_ZOOM_MODE
:
case
SID_ZOOM_PANNING
:
{
mbZoomOnPage
=
false
;
SetCurrentFunction
(
FuZoom
::
Create
(
this
,
GetActiveWindow
(),
mpDrawView
,
GetDoc
(),
rReq
)
);
Invalidate
(
SID_ZOOM_TOOLBOX
);
rReq
.
Ignore
();
}
break
;
case
SID_BEFORE_OBJ
:
case
SID_BEFORE_OBJ
:
case
SID_BEHIND_OBJ
:
case
SID_BEHIND_OBJ
:
{
{
...
...
sd/source/ui/view/drviews7.cxx
Dosyayı görüntüle @
a4450fe6
...
@@ -289,7 +289,7 @@ void DrawViewShell::GetMenuState( SfxItemSet &rSet )
...
@@ -289,7 +289,7 @@ void DrawViewShell::GetMenuState( SfxItemSet &rSet )
// map images of the toolboxes
// map images of the toolboxes
UpdateToolboxImages
(
rSet
);
UpdateToolboxImages
(
rSet
);
if
(
nId
!=
SID_ZOOM_TOOLBOX
&&
if
(
n
S
Id
!=
SID_ZOOM_TOOLBOX
&&
nSId
!=
SID_DRAWTBX_INSERT
&&
nSId
!=
SID_DRAWTBX_INSERT
&&
nSId
!=
SID_POSITION
&&
nSId
!=
SID_POSITION
&&
nSId
!=
SID_OBJECT_ALIGN
)
nSId
!=
SID_OBJECT_ALIGN
)
...
...
sd/source/ui/view/drviewse.cxx
Dosyayı görüntüle @
a4450fe6
...
@@ -94,6 +94,7 @@
...
@@ -94,6 +94,7 @@
#include "optsitem.hxx"
#include "optsitem.hxx"
#include "Window.hxx"
#include "Window.hxx"
#include "fuformatpaintbrush.hxx"
#include "fuformatpaintbrush.hxx"
#include "fuzoom.hxx"
using
namespace
::
com
::
sun
::
star
;
using
namespace
::
com
::
sun
::
star
;
using
namespace
::
com
::
sun
::
star
::
uno
;
using
namespace
::
com
::
sun
::
star
::
uno
;
...
@@ -533,6 +534,15 @@ void DrawViewShell::FuPermanent(SfxRequest& rReq)
...
@@ -533,6 +534,15 @@ void DrawViewShell::FuPermanent(SfxRequest& rReq)
break
;
break
;
}
}
case
SID_ZOOM_MODE
:
case
SID_ZOOM_PANNING
:
{
mbZoomOnPage
=
false
;
SetCurrentFunction
(
FuZoom
::
Create
(
this
,
GetActiveWindow
(),
mpDrawView
,
GetDoc
(),
rReq
)
);
rReq
.
Done
();
}
break
;
default
:
default
:
break
;
break
;
}
}
...
...
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