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
badc69d7
Kaydet (Commit)
badc69d7
authored
Nis 27, 2015
tarafından
Stephan Bergmann
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
More loplugin:simplifybool
Change-Id: I58a6d08f0a6583b5e50ffc5b003313857dfb97ff
üst
378dd762
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
2 deletions
+2
-2
SectionView.cxx
reportdesign/source/ui/report/SectionView.cxx
+1
-1
ViewsWindow.cxx
reportdesign/source/ui/report/ViewsWindow.cxx
+1
-1
No files found.
reportdesign/source/ui/report/SectionView.cxx
Dosyayı görüntüle @
badc69d7
...
@@ -223,7 +223,7 @@ bool OSectionView::IsDragResize() const
...
@@ -223,7 +223,7 @@ bool OSectionView::IsDragResize() const
if
(
pDragMethod
)
if
(
pDragMethod
)
{
{
bool
bMoveOnly
=
pDragMethod
->
getMoveOnly
();
bool
bMoveOnly
=
pDragMethod
->
getMoveOnly
();
if
(
bMoveOnly
==
false
)
if
(
!
bMoveOnly
)
{
{
// current marked components will be resized
// current marked components will be resized
return
true
;
return
true
;
...
...
reportdesign/source/ui/report/ViewsWindow.cxx
Dosyayı görüntüle @
badc69d7
...
@@ -1239,7 +1239,7 @@ void OViewsWindow::EndDragObj(bool _bControlKeyPressed, const OSectionView* _pSe
...
@@ -1239,7 +1239,7 @@ void OViewsWindow::EndDragObj(bool _bControlKeyPressed, const OSectionView* _pSe
Point
aNewPos
=
_aPnt
;
Point
aNewPos
=
_aPnt
;
OSectionView
*
pInSection
=
getSectionRelativeToPosition
(
_pSection
,
aNewPos
);
OSectionView
*
pInSection
=
getSectionRelativeToPosition
(
_pSection
,
aNewPos
);
if
(
!
_bControlKeyPressed
&&
if
(
!
_bControlKeyPressed
&&
(
_pSection
&&
(
_pSection
->
IsDragResize
()
==
false
)
)
&&
/* Not in resize mode */
_pSection
&&
!
_pSection
->
IsDragResize
(
)
&&
/* Not in resize mode */
_pSection
!=
pInSection
)
_pSection
!=
pInSection
)
{
{
EndDragObj_removeInvisibleObjects
();
EndDragObj_removeInvisibleObjects
();
...
...
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