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
60fb87cf
Kaydet (Commit)
60fb87cf
authored
May 18, 2015
tarafından
Michael Meeks
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
Revert "tdf#91259 Crash when closing Help"
This reverts commit
91b18146
.
üst
f4578ce1
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
6 additions
and
6 deletions
+6
-6
splitwin.hxx
include/vcl/splitwin.hxx
+6
-6
splitwin.cxx
vcl/source/window/splitwin.cxx
+0
-0
No files found.
include/vcl/splitwin.hxx
Dosyayı görüntüle @
60fb87cf
...
@@ -24,7 +24,7 @@
...
@@ -24,7 +24,7 @@
#include <vcl/dockwin.hxx>
#include <vcl/dockwin.hxx>
class
Wallpaper
;
class
Wallpaper
;
class
ImplSplitSet
;
struct
ImplSplitSet
;
typedef
sal_uInt16
SplitWindowItemBits
;
typedef
sal_uInt16
SplitWindowItemBits
;
...
@@ -57,9 +57,9 @@ private:
...
@@ -57,9 +57,9 @@ private:
long
mnMSplitPos
;
long
mnMSplitPos
;
WinBits
mnWinStyle
;
WinBits
mnWinStyle
;
WindowAlign
meAlign
;
WindowAlign
meAlign
;
sal_uInt16
mnSplitTest
;
sal_uInt16
mnSplitTest
;
sal_uInt16
mnSplitPos
;
sal_uInt16
mnSplitPos
;
sal_uInt16
mnMouseModifier
;
sal_uInt16
mnMouseModifier
;
bool
mbDragFull
:
1
,
bool
mbDragFull
:
1
,
mbHorz
:
1
,
mbHorz
:
1
,
mbBottomRight
:
1
,
mbBottomRight
:
1
,
...
@@ -145,10 +145,10 @@ public:
...
@@ -145,10 +145,10 @@ public:
virtual
bool
PreNotify
(
NotifyEvent
&
rNEvt
)
SAL_OVERRIDE
;
virtual
bool
PreNotify
(
NotifyEvent
&
rNEvt
)
SAL_OVERRIDE
;
void
InsertItem
(
sal_uInt16
nId
,
vcl
::
Window
*
pWindow
,
long
nSize
,
void
InsertItem
(
sal_uInt16
nId
,
vcl
::
Window
*
pWindow
,
long
nSize
,
sal_uInt16
nPos
=
SPLITWINDOW_APPEND
,
sal_uInt16
n
Into
SetId
=
0
,
sal_uInt16
nPos
=
SPLITWINDOW_APPEND
,
sal_uInt16
nSetId
=
0
,
SplitWindowItemBits
nBits
=
0
);
SplitWindowItemBits
nBits
=
0
);
void
InsertItem
(
sal_uInt16
nId
,
long
nSize
,
void
InsertItem
(
sal_uInt16
nId
,
long
nSize
,
sal_uInt16
nPos
=
SPLITWINDOW_APPEND
,
sal_uInt16
n
Into
SetId
=
0
,
sal_uInt16
nPos
=
SPLITWINDOW_APPEND
,
sal_uInt16
nSetId
=
0
,
SplitWindowItemBits
nBits
=
0
);
SplitWindowItemBits
nBits
=
0
);
void
RemoveItem
(
sal_uInt16
nId
,
bool
bHide
=
true
);
void
RemoveItem
(
sal_uInt16
nId
,
bool
bHide
=
true
);
void
Clear
();
void
Clear
();
...
...
vcl/source/window/splitwin.cxx
Dosyayı görüntüle @
60fb87cf
This diff is collapsed.
Click to expand it.
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