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
2f90974f
Kaydet (Commit)
2f90974f
authored
Ara 05, 2014
tarafından
Samuel Mehrbrodt
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
fdo85897 Make 'Function List' only accessible in sidebar
Change-Id: I875d1dd75c02f617814a934b34b5099f9c2279cc
üst
e6aa6dac
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
7 additions
and
17 deletions
+7
-17
scalc.sdi
sc/sdi/scalc.sdi
+1
-1
tabvwsh3.cxx
sc/source/ui/view/tabvwsh3.cxx
+6
-10
tabvwsha.cxx
sc/source/ui/view/tabvwsha.cxx
+0
-6
No files found.
sc/sdi/scalc.sdi
Dosyayı görüntüle @
2f90974f
...
...
@@ -2866,7 +2866,7 @@ SfxVoidItem FreezePanes SID_WINDOW_FIX
]
Sfx
Bool
Item FunctionBox FID_FUNCTION_BOX
Sfx
Void
Item FunctionBox FID_FUNCTION_BOX
[
/* flags: */
...
...
sc/source/ui/view/tabvwsh3.cxx
Dosyayı görüntüle @
2f90974f
...
...
@@ -25,6 +25,7 @@
#include <sfx2/dispatch.hxx>
#include <sfx2/passwd.hxx>
#include <sfx2/request.hxx>
#include <sfx2/sidebar/Sidebar.hxx>
#include <svl/ptitem.hxx>
#include <svl/stritem.hxx>
#include <tools/urlobj.hxx>
...
...
@@ -540,16 +541,11 @@ void ScTabViewShell::Execute( SfxRequest& rReq )
case
FID_FUNCTION_BOX
:
{
sal_uInt16
nChildId
=
ScFunctionChildWindow
::
GetChildWindowId
();
if
(
rReq
.
GetArgs
()
)
pThisFrame
->
SetChildWindow
(
nChildId
,
static_cast
<
const
SfxBoolItem
&>
(
rReq
.
GetArgs
()
->
Get
(
FID_FUNCTION_BOX
)).
GetValue
());
else
{
pThisFrame
->
ToggleChildWindow
(
nChildId
);
rReq
.
AppendItem
(
SfxBoolItem
(
FID_FUNCTION_BOX
,
pThisFrame
->
HasChildWindow
(
nChildId
)
)
);
}
// First make sure that the sidebar is visible
pThisFrame
->
ShowChildWindow
(
SID_SIDEBAR
);
GetViewFrame
()
->
GetBindings
().
Invalidate
(
FID_FUNCTION_BOX
);
::
sfx2
::
sidebar
::
Sidebar
::
ShowPanel
(
"FunctionsPanel"
,
pThisFrame
->
GetFrame
().
GetFrameInterface
());
rReq
.
Done
();
}
break
;
...
...
@@ -1107,7 +1103,7 @@ void ScTabViewShell::Execute( SfxRequest& rReq )
break
;
default
:
OSL_FAIL
(
"Un
bekannter Slot bei
ScTabViewShell::Execute"
);
OSL_FAIL
(
"Un
known Slot at
ScTabViewShell::Execute"
);
break
;
}
}
...
...
sc/source/ui/view/tabvwsha.cxx
Dosyayı görüntüle @
2f90974f
...
...
@@ -152,7 +152,6 @@ void ScTabViewShell::GetState( SfxItemSet& rSet )
SCCOL
nPosX
=
rViewData
.
GetCurX
();
SCROW
nPosY
=
rViewData
.
GetCurY
();
SCTAB
nTab
=
rViewData
.
GetTabNo
();
sal_uInt16
nMyId
=
0
;
SfxViewFrame
*
pThisFrame
=
GetViewFrame
();
bool
bOle
=
GetViewFrame
()
->
GetFrame
().
IsInPlace
();
...
...
@@ -344,11 +343,6 @@ void ScTabViewShell::GetState( SfxItemSet& rSet )
}
break
;
case
FID_FUNCTION_BOX
:
nMyId
=
ScFunctionChildWindow
::
GetChildWindowId
();
rSet
.
Put
(
SfxBoolItem
(
FID_FUNCTION_BOX
,
pThisFrame
->
HasChildWindow
(
nMyId
)));
break
;
case
FID_PROTECT_DOC
:
{
if
(
pDocShell
&&
pDocShell
->
IsDocShared
()
)
...
...
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