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
99ace739
Kaydet (Commit)
99ace739
authored
Eyl 15, 2014
tarafından
Maxim Monastirsky
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
fdo#83619 Retain dropdown part after customization
Change-Id: I84c33e5b646ba43b9cad1d9ed106e7ead911e5c0
üst
ea846caa
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
20 additions
and
0 deletions
+20
-0
slidelayoutcontroller.cxx
sd/source/ui/controller/slidelayoutcontroller.cxx
+16
-0
slidelayoutcontroller.hxx
sd/source/ui/controller/slidelayoutcontroller.hxx
+4
-0
No files found.
sd/source/ui/controller/slidelayoutcontroller.cxx
Dosyayı görüntüle @
99ace739
...
@@ -339,6 +339,22 @@ SlideLayoutController::SlideLayoutController( const Reference< uno::XComponentCo
...
@@ -339,6 +339,22 @@ SlideLayoutController::SlideLayoutController( const Reference< uno::XComponentCo
{
{
}
}
void
SAL_CALL
SlideLayoutController
::
initialize
(
const
css
::
uno
::
Sequence
<
css
::
uno
::
Any
>&
aArguments
)
throw
(
css
::
uno
::
Exception
,
css
::
uno
::
RuntimeException
,
std
::
exception
)
{
svt
::
PopupWindowController
::
initialize
(
aArguments
);
ToolBox
*
pToolBox
=
0
;
sal_uInt16
nId
=
0
;
if
(
getToolboxId
(
nId
,
&
pToolBox
)
)
{
if
(
mbInsertPage
)
pToolBox
->
SetItemBits
(
nId
,
pToolBox
->
GetItemBits
(
nId
)
|
TIB_DROPDOWN
);
else
pToolBox
->
SetItemBits
(
nId
,
pToolBox
->
GetItemBits
(
nId
)
|
TIB_DROPDOWNONLY
);
}
}
::
Window
*
SlideLayoutController
::
createPopupWindow
(
::
Window
*
pParent
)
::
Window
*
SlideLayoutController
::
createPopupWindow
(
::
Window
*
pParent
)
{
{
return
new
sd
::
LayoutToolbarMenu
(
*
this
,
m_xFrame
,
pParent
,
mbInsertPage
);
return
new
sd
::
LayoutToolbarMenu
(
*
this
,
m_xFrame
,
pParent
,
mbInsertPage
);
...
...
sd/source/ui/controller/slidelayoutcontroller.hxx
Dosyayı görüntüle @
99ace739
...
@@ -34,6 +34,10 @@ public:
...
@@ -34,6 +34,10 @@ public:
virtual
::
Window
*
createPopupWindow
(
::
Window
*
pParent
)
SAL_OVERRIDE
;
virtual
::
Window
*
createPopupWindow
(
::
Window
*
pParent
)
SAL_OVERRIDE
;
// XInitialization
virtual
void
SAL_CALL
initialize
(
const
css
::
uno
::
Sequence
<
css
::
uno
::
Any
>&
aArguments
)
throw
(
css
::
uno
::
Exception
,
css
::
uno
::
RuntimeException
,
std
::
exception
)
SAL_OVERRIDE
;
// XServiceInfo
// XServiceInfo
virtual
OUString
SAL_CALL
getImplementationName
()
throw
(
::
com
::
sun
::
star
::
uno
::
RuntimeException
,
std
::
exception
)
SAL_OVERRIDE
;
virtual
OUString
SAL_CALL
getImplementationName
()
throw
(
::
com
::
sun
::
star
::
uno
::
RuntimeException
,
std
::
exception
)
SAL_OVERRIDE
;
virtual
::
com
::
sun
::
star
::
uno
::
Sequence
<
OUString
>
SAL_CALL
getSupportedServiceNames
()
throw
(
::
com
::
sun
::
star
::
uno
::
RuntimeException
,
std
::
exception
)
SAL_OVERRIDE
;
virtual
::
com
::
sun
::
star
::
uno
::
Sequence
<
OUString
>
SAL_CALL
getSupportedServiceNames
()
throw
(
::
com
::
sun
::
star
::
uno
::
RuntimeException
,
std
::
exception
)
SAL_OVERRIDE
;
...
...
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