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
b59ece02
Kaydet (Commit)
b59ece02
authored
Ock 29, 2016
tarafından
Caolán McNamara
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
This can be a Window and not a DockingWindow now
Change-Id: I5b7e42c008328e30d6475283a635e4fdfa1148cb
üst
e964c55f
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
7 additions
and
23 deletions
+7
-23
dwfunctr.cxx
sc/source/ui/formdlg/dwfunctr.cxx
+0
-0
dwfunctr.src
sc/source/ui/formdlg/dwfunctr.src
+1
-9
dwfunctr.hxx
sc/source/ui/inc/dwfunctr.hxx
+5
-13
ScPanelFactory.cxx
sc/source/ui/sidebar/ScPanelFactory.cxx
+1
-1
No files found.
sc/source/ui/formdlg/dwfunctr.cxx
Dosyayı görüntüle @
b59ece02
This diff is collapsed.
Click to expand it.
sc/source/ui/formdlg/dwfunctr.src
Dosyayı görüntüle @
b59ece02
...
...
@@ -20,17 +20,9 @@
#include "sc.hrc"
#include "dwfunctr.hrc"
Docking
Window FID_FUNCTION_BOX
Window FID_FUNCTION_BOX
{
Border = TRUE ;
Hide = TRUE ;
SVLook = TRUE ;
Sizeable = TRUE ;
Moveable = TRUE ;
Closeable = TRUE ;
Zoomable = TRUE ;
Dockable = TRUE ;
EnableResizing = TRUE ;
Size = MAP_APPFONT ( 130 , 160 ) ;
HelpId = HID_FUNCTION_BOX ;
ListBox CB_CAT
...
...
sc/source/ui/inc/dwfunctr.hxx
Dosyayı görüntüle @
b59ece02
...
...
@@ -32,10 +32,11 @@
#include "privsplt.hxx"
#include "funcdesc.hxx"
class
ScFunction
DockWin
:
public
SfxDocking
Window
,
public
SfxListener
class
ScFunction
Win
:
public
vcl
::
Window
,
public
SfxListener
{
private
:
SfxBindings
&
rBindings
;
Idle
aIdle
;
VclPtr
<
ScPrivatSplit
>
aPrivatSplit
;
VclPtr
<
ListBox
>
aCatBox
;
...
...
@@ -72,31 +73,22 @@ private:
protected
:
virtual
bool
Close
()
override
;
virtual
void
Resize
()
override
;
virtual
void
Resizing
(
Size
&
rSize
)
override
;
void
SetSize
();
virtual
void
ToggleFloatingMode
()
override
;
virtual
void
StateChanged
(
StateChangedType
nStateChange
)
override
;
virtual
SfxChildAlignment
CheckAlignment
(
SfxChildAlignment
,
SfxChildAlignment
eAlign
)
override
;
public
:
ScFunction
Dock
Win
(
SfxBindings
*
pBindings
,
ScFunctionWin
(
SfxBindings
*
pBindings
,
vcl
::
Window
*
pParent
,
const
ResId
&
rResId
);
virtual
~
ScFunction
Dock
Win
();
virtual
~
ScFunctionWin
();
virtual
void
dispose
()
override
;
using
SfxDocking
Window
::
Notify
;
using
::
vcl
::
Window
::
Notify
;
virtual
void
Notify
(
SfxBroadcaster
&
rBC
,
const
SfxHint
&
rHint
)
override
;
void
InitLRUList
();
void
Initialize
(
SfxChildWinInfo
*
pInfo
);
virtual
void
FillInfo
(
SfxChildWinInfo
&
)
const
override
;
};
#endif
...
...
sc/source/ui/sidebar/ScPanelFactory.cxx
Dosyayı görüntüle @
b59ece02
...
...
@@ -99,7 +99,7 @@ Reference<ui::XUIElement> SAL_CALL ScPanelFactory::createUIElement (
}
else
if
(
rsResourceURL
.
endsWith
(
"/FunctionsPanel"
))
{
pPanel
=
VclPtr
<
ScFunction
Dock
Win
>::
Create
(
pBindings
,
pParentWindow
,
ScResId
(
FID_FUNCTION_BOX
));
pPanel
=
VclPtr
<
ScFunctionWin
>::
Create
(
pBindings
,
pParentWindow
,
ScResId
(
FID_FUNCTION_BOX
));
nMinimumSize
=
0
;
}
...
...
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