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
49ca17de
Kaydet (Commit)
49ca17de
authored
Kas 16, 2013
tarafından
Julien Nabet
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
cppcheck: reduce scope
Change-Id: Ifa54cc132f0c6591c57639f85e789b08a60b7f4b
üst
37915c87
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
3 deletions
+2
-3
drviewsa.cxx
sd/source/ui/view/drviewsa.cxx
+1
-2
svddrgmt.cxx
svx/source/svdraw/svddrgmt.cxx
+1
-1
No files found.
sd/source/ui/view/drviewsa.cxx
Dosyayı görüntüle @
49ca17de
...
@@ -733,7 +733,6 @@ void DrawViewShell::GetStatusBarState(SfxItemSet& rSet)
...
@@ -733,7 +733,6 @@ void DrawViewShell::GetStatusBarState(SfxItemSet& rSet)
{
{
SdrLayerAdmin
&
rLayerAdmin
=
GetDoc
()
->
GetLayerAdmin
();
SdrLayerAdmin
&
rLayerAdmin
=
GetDoc
()
->
GetLayerAdmin
();
SdrLayerID
nLayer
=
0
,
nOldLayer
=
0
;
SdrLayerID
nLayer
=
0
,
nOldLayer
=
0
;
SdrLayer
*
pLayer
=
NULL
;
SdrObject
*
pObj
=
NULL
;
SdrObject
*
pObj
=
NULL
;
const
SdrMarkList
&
rMarkList
=
mpDrawView
->
GetMarkedObjectList
();
const
SdrMarkList
&
rMarkList
=
mpDrawView
->
GetMarkedObjectList
();
sal_uLong
nMarkCount
=
rMarkList
.
GetMarkCount
();
sal_uLong
nMarkCount
=
rMarkList
.
GetMarkCount
();
...
@@ -759,7 +758,7 @@ void DrawViewShell::GetStatusBarState(SfxItemSet& rSet)
...
@@ -759,7 +758,7 @@ void DrawViewShell::GetStatusBarState(SfxItemSet& rSet)
// Append the layer name to the current page number.
// Append the layer name to the current page number.
if
(
bOneLayer
&&
nMarkCount
)
if
(
bOneLayer
&&
nMarkCount
)
{
{
pLayer
=
rLayerAdmin
.
GetLayerPerID
(
nLayer
);
SdrLayer
*
pLayer
=
rLayerAdmin
.
GetLayerPerID
(
nLayer
);
if
(
pLayer
)
if
(
pLayer
)
{
{
aOUString
+=
" ("
;
aOUString
+=
" ("
;
...
...
svx/source/svdraw/svddrgmt.cxx
Dosyayı görüntüle @
49ca17de
...
@@ -1777,7 +1777,6 @@ SdrDragResize::SdrDragResize(SdrDragView& rNewView)
...
@@ -1777,7 +1777,6 @@ SdrDragResize::SdrDragResize(SdrDragView& rNewView)
void
SdrDragResize
::
TakeSdrDragComment
(
OUString
&
rStr
)
const
void
SdrDragResize
::
TakeSdrDragComment
(
OUString
&
rStr
)
const
{
{
ImpTakeDescriptionStr
(
STR_DragMethResize
,
rStr
);
ImpTakeDescriptionStr
(
STR_DragMethResize
,
rStr
);
bool
bEqual
(
aXFact
==
aYFact
);
Fraction
aFact1
(
1
,
1
);
Fraction
aFact1
(
1
,
1
);
Point
aStart
(
DragStat
().
GetStart
());
Point
aStart
(
DragStat
().
GetStart
());
Point
aRef
(
DragStat
().
GetRef1
());
Point
aRef
(
DragStat
().
GetRef1
());
...
@@ -1800,6 +1799,7 @@ void SdrDragResize::TakeSdrDragComment(OUString& rStr) const
...
@@ -1800,6 +1799,7 @@ void SdrDragResize::TakeSdrDragComment(OUString& rStr) const
rStr
+=
" ("
;
rStr
+=
" ("
;
bool
bEqual
(
aXFact
==
aYFact
);
if
(
bX
)
if
(
bX
)
{
{
if
(
!
bEqual
)
if
(
!
bEqual
)
...
...
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