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
dcb11907
Kaydet (Commit)
dcb11907
authored
May 30, 2013
tarafından
Caolán McNamara
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
show experimental tab-layout only if in experimental mode
Change-Id: I10cb366abfeedf50b4c3be21968997a260e020ea
üst
4f34a463
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
11 additions
and
7 deletions
+11
-7
taskpane.cxx
sfx2/source/dialog/taskpane.cxx
+11
-7
No files found.
sfx2/source/dialog/taskpane.cxx
Dosyayı görüntüle @
dcb11907
...
...
@@ -44,6 +44,7 @@
#include <comphelper/types.hxx>
#include <comphelper/processfactory.hxx>
#include <tools/diagnose_ex.h>
#include <svtools/miscopt.hxx>
#include <svtools/toolpanel/toolpaneldeck.hxx>
#include <svtools/toolpanel/tablayouter.hxx>
#include <svtools/toolpanel/drawerlayouter.hxx>
...
...
@@ -1237,14 +1238,17 @@ namespace sfx2
}
pMenu
->
InsertSeparator
();
#if OSL_DEBUG_LEVEL > 0
pMenu
->
InsertItem
(
MID_LAYOUT_TABS
,
OUString
(
"Tab-Layout (exp.)"
),
MIB_CHECKABLE
);
pMenu
->
CheckItem
(
MID_LAYOUT_TABS
,
impl_getLayout
()
!=
LAYOUT_DRAWERS
);
pMenu
->
InsertItem
(
MID_LAYOUT_DRAWERS
,
OUString
(
"Drawer-Layout"
),
MIB_CHECKABLE
);
pMenu
->
CheckItem
(
MID_LAYOUT_DRAWERS
,
impl_getLayout
()
==
LAYOUT_DRAWERS
);
#if OSL_DEBUG_LEVEL > 0
if
(
SvtMiscOptions
().
IsExperimentalMode
())
{
pMenu
->
InsertItem
(
MID_LAYOUT_TABS
,
OUString
(
"Tab-Layout (exp.)"
),
MIB_CHECKABLE
);
pMenu
->
CheckItem
(
MID_LAYOUT_TABS
,
impl_getLayout
()
!=
LAYOUT_DRAWERS
);
pMenu
->
InsertItem
(
MID_LAYOUT_DRAWERS
,
OUString
(
"Drawer-Layout"
),
MIB_CHECKABLE
);
pMenu
->
CheckItem
(
MID_LAYOUT_DRAWERS
,
impl_getLayout
()
==
LAYOUT_DRAWERS
);
pMenu
->
InsertSeparator
();
#endif
pMenu
->
InsertSeparator
();
}
#endif
// Add entry for docking or un-docking the tool panel.
if
(
m_rDockingWindow
.
IsFloatingMode
()
)
...
...
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