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
922d80ad
Kaydet (Commit)
922d80ad
authored
Mar 18, 2013
tarafından
Miklos Vajna
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
fix build
Change-Id: I4b90c3a40099757b24ed14768083295d9048502e
üst
c412cba2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
5 additions
and
10 deletions
+5
-10
move.cxx
sw/source/ui/wrtsh/move.cxx
+4
-8
select.cxx
sw/source/ui/wrtsh/select.cxx
+1
-2
No files found.
sw/source/ui/wrtsh/move.cxx
Dosyayı görüntüle @
922d80ad
...
...
@@ -560,16 +560,12 @@ sal_Bool SwWrtShell::PageCrsr(SwTwips lOffset, sal_Bool bSelect)
// Because only ViewShell::EndAction() is called at the end,
// no updating of the display of the cursor position takes place.
// The CrsrShell-Actionparentheses cannot be used, because it
// always leads to displaying the cursor, thus also,
da
sie
immer
zu
einer
Anzeige
des
Cursors
fuehrt
,
also
auch
,
// if after the scroll scrolled in a region without a
wenn
nach
dem
Blaettern
in
einen
Bereich
ohne
gueltige
Position
// valid postition.
geblaettert
wurde
.
// always leads to displaying the cursor, thus also, da sie immer zu einer Anzeige des Cursors fuehrt, also auch,
// if after the scroll scrolled in a region without a wenn nach dem Blaettern in einen Bereich ohne gueltige Position
// valid postition. geblaettert wurde.
// ViewShell::StartAction();
PageMove
eDir
=
lOffset
>
0
?
MV_PAGE_DOWN
:
MV_PAGE_UP
;
// Change of direction and stack present
Richtungswechsel
und
Stack
vorhanden
// Change of direction and stack present Richtungswechsel und Stack vorhanden
if
(
eDir
!=
ePageMove
&&
ePageMove
!=
MV_NO
&&
PopCrsr
(
sal_True
,
bSelect
))
return
sal_True
;
...
...
sw/source/ui/wrtsh/select.cxx
Dosyayı görüntüle @
922d80ad
...
...
@@ -842,8 +842,7 @@ int SwWrtShell::IntelligentCut(int nSelection, sal_Bool bCut)
{
// On multiple selection no intelligent drag and drop
// there are multiple cursors, since a second was placed
// already at the target postion.
an
die
Zielposition
gesetzt
wurde
// already at the target postion. an die Zielposition gesetzt wurde
if
(
IsAddMode
()
||
!
(
nSelection
&
nsSelectionType
::
SEL_TXT
)
)
return
sal_False
;
...
...
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