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
ffb2be24
Kaydet (Commit)
ffb2be24
authored
Şub 21, 2015
tarafından
Julien Nabet
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
Typo: curor/cusor(s)->cursor(s)
Change-Id: I5bcb2f1a05cef4a914b20f04a1ca1d8054e14542
üst
ba8979c5
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
4 additions
and
4 deletions
+4
-4
_XTextCursor.java
qadevOOo/tests/java/ifc/text/_XTextCursor.java
+1
-1
edtwin.cxx
sw/source/uibase/docvw/edtwin.cxx
+3
-3
No files found.
qadevOOo/tests/java/ifc/text/_XTextCursor.java
Dosyayı görüntüle @
ffb2be24
...
@@ -200,7 +200,7 @@ public class _XTextCursor extends MultiMethodTest {
...
@@ -200,7 +200,7 @@ public class _XTextCursor extends MultiMethodTest {
}
}
/**
/**
* First the cusor is moved to start without expanding
* First the cu
r
sor is moved to start without expanding
* (must be collapsed), and then it's expanded to the
* (must be collapsed), and then it's expanded to the
* whole text (must not be collapsed). <p>
* whole text (must not be collapsed). <p>
*
*
...
...
sw/source/uibase/docvw/edtwin.cxx
Dosyayı görüntüle @
ffb2be24
...
@@ -1588,7 +1588,7 @@ void SwEditWin::KeyInput(const KeyEvent &rKEvt)
...
@@ -1588,7 +1588,7 @@ void SwEditWin::KeyInput(const KeyEvent &rKEvt)
#if OSL_DEBUG_LEVEL > 1
#if OSL_DEBUG_LEVEL > 1
//!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
//!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
// for switching curor behaviour in ReadOnly regions
// for switching cur
s
or behaviour in ReadOnly regions
if
(
0x7210
==
rKeyCode
.
GetFullCode
()
)
if
(
0x7210
==
rKeyCode
.
GetFullCode
()
)
rSh
.
SetReadOnlyAvailable
(
!
rSh
.
IsReadOnlyAvailable
()
);
rSh
.
SetReadOnlyAvailable
(
!
rSh
.
IsReadOnlyAvailable
()
);
else
else
...
@@ -3082,7 +3082,7 @@ void SwEditWin::MouseButtonDown(const MouseEvent& _rMEvt)
...
@@ -3082,7 +3082,7 @@ void SwEditWin::MouseButtonDown(const MouseEvent& _rMEvt)
CaptureMouse
();
CaptureMouse
();
// reset curor position if applicable
// reset cur
s
or position if applicable
rSh
.
ResetCursorStack
();
rSh
.
ResetCursorStack
();
switch
(
rMEvt
.
GetModifier
()
+
rMEvt
.
GetButtons
()
)
switch
(
rMEvt
.
GetModifier
()
+
rMEvt
.
GetButtons
()
)
...
@@ -5012,7 +5012,7 @@ SwEditWin::SwEditWin(vcl::Window *pParent, SwView &rMyView):
...
@@ -5012,7 +5012,7 @@ SwEditWin::SwEditWin(vcl::Window *pParent, SwView &rMyView):
m_aTemplateIdle
.
SetIdleHdl
(
LINK
(
this
,
SwEditWin
,
TemplateTimerHdl
));
m_aTemplateIdle
.
SetIdleHdl
(
LINK
(
this
,
SwEditWin
,
TemplateTimerHdl
));
// temporary solution!!! Should set the font of the current
// temporary solution!!! Should set the font of the current
// insert position at every curor movement!
// insert position at every cur
s
or movement!
if
(
!
rMyView
.
GetDocShell
()
->
IsReadOnly
()
)
if
(
!
rMyView
.
GetDocShell
()
->
IsReadOnly
()
)
{
{
vcl
::
Font
aFont
;
vcl
::
Font
aFont
;
...
...
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