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
6bf2f666
Kaydet (Commit)
6bf2f666
authored
Şub 01, 2013
tarafından
Takeshi Abe
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
Drop useless member variables
Change-Id: Ib933d150d5d82383d23619857b2797a63be28626
üst
f337125b
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
6 deletions
+2
-6
edtwin.cxx
sw/source/ui/docvw/edtwin.cxx
+1
-3
edtwin.hxx
sw/source/ui/inc/edtwin.hxx
+1
-3
No files found.
sw/source/ui/docvw/edtwin.cxx
Dosyayı görüntüle @
6bf2f666
...
@@ -1799,7 +1799,6 @@ KEYINPUT_CHECKTABLE_INSDEL:
...
@@ -1799,7 +1799,6 @@ KEYINPUT_CHECKTABLE_INSDEL:
eKeyState
=
KS_End
;
eKeyState
=
KS_End
;
bTblInsDelMode
=
sal_True
;
bTblInsDelMode
=
sal_True
;
bTblIsInsMode
=
sal_False
;
bTblIsInsMode
=
sal_False
;
bTblIsColMode
=
sal_True
;
aKeyInputTimer
.
Start
();
aKeyInputTimer
.
Start
();
bStopKeyInputTimer
=
false
;
bStopKeyInputTimer
=
false
;
eAutoCompleteAction
=
ACA_NoOp
;
eAutoCompleteAction
=
ACA_NoOp
;
...
@@ -1811,7 +1810,6 @@ KEYINPUT_CHECKTABLE_INSDEL:
...
@@ -1811,7 +1810,6 @@ KEYINPUT_CHECKTABLE_INSDEL:
eKeyState
=
KS_End
;
eKeyState
=
KS_End
;
bTblInsDelMode
=
sal_True
;
bTblInsDelMode
=
sal_True
;
bTblIsInsMode
=
sal_True
;
bTblIsInsMode
=
sal_True
;
bTblIsColMode
=
sal_True
;
aKeyInputTimer
.
Start
();
aKeyInputTimer
.
Start
();
bStopKeyInputTimer
=
false
;
bStopKeyInputTimer
=
false
;
eAutoCompleteAction
=
ACA_NoOp
;
eAutoCompleteAction
=
ACA_NoOp
;
...
@@ -4798,7 +4796,7 @@ SwEditWin::SwEditWin(Window *pParent, SwView &rMyView):
...
@@ -4798,7 +4796,7 @@ SwEditWin::SwEditWin(Window *pParent, SwView &rMyView):
EnableChildTransparentMode
();
EnableChildTransparentMode
();
SetDialogControlFlags
(
WINDOW_DLGCTRL_RETURN
|
WINDOW_DLGCTRL_WANTFOCUS
);
SetDialogControlFlags
(
WINDOW_DLGCTRL_RETURN
|
WINDOW_DLGCTRL_WANTFOCUS
);
b
LinkRemoved
=
b
MBPressed
=
bInsDraw
=
bInsFrm
=
bMBPressed
=
bInsDraw
=
bInsFrm
=
bIsInDrag
=
bOldIdle
=
bOldIdleSet
=
bChainMode
=
bWasShdwCrsr
=
sal_False
;
bIsInDrag
=
bOldIdle
=
bOldIdleSet
=
bChainMode
=
bWasShdwCrsr
=
sal_False
;
// initially use the input language
// initially use the input language
bUseInputLanguage
=
sal_True
;
bUseInputLanguage
=
sal_True
;
...
...
sw/source/ui/inc/edtwin.hxx
Dosyayı görüntüle @
6bf2f666
...
@@ -118,8 +118,7 @@ friend void PageNumNotify( ViewShell* pVwSh,
...
@@ -118,8 +118,7 @@ friend void PageNumNotify( ViewShell* pVwSh,
sal_uInt16
eBezierMode
;
sal_uInt16
eBezierMode
;
sal_uInt16
nInsFrmColCount
;
// column number for interactive frame
sal_uInt16
nInsFrmColCount
;
// column number for interactive frame
SdrObjKind
eDrawMode
;
SdrObjKind
eDrawMode
;
sal_Bool
bLinkRemoved
:
1
,
sal_Bool
bMBPressed
:
1
,
bMBPressed
:
1
,
bInsDraw
:
1
,
bInsDraw
:
1
,
bInsFrm
:
1
,
bInsFrm
:
1
,
bIsInMove
:
1
,
bIsInMove
:
1
,
...
@@ -128,7 +127,6 @@ friend void PageNumNotify( ViewShell* pVwSh,
...
@@ -128,7 +127,6 @@ friend void PageNumNotify( ViewShell* pVwSh,
bOldIdleSet
:
1
,
// during QeueryDrop
bOldIdleSet
:
1
,
// during QeueryDrop
bTblInsDelMode
:
1
,
//
bTblInsDelMode
:
1
,
//
bTblIsInsMode
:
1
,
//
bTblIsInsMode
:
1
,
//
bTblIsColMode
:
1
,
//
bChainMode
:
1
,
// connect frames
bChainMode
:
1
,
// connect frames
bWasShdwCrsr
:
1
,
// ShadowCrsr was on in MouseButtonDown
bWasShdwCrsr
:
1
,
// ShadowCrsr was on in MouseButtonDown
bLockInput
:
1
,
// lock while calc panel is active
bLockInput
:
1
,
// lock while calc panel is active
...
...
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