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
80915b8f
Kaydet (Commit)
80915b8f
authored
Nis 20, 2014
tarafından
Julien Nabet
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
cppcheck: Prefer prefix ++/-- operators for non-primitive types
Change-Id: Ic24715d86b3f822babd236ac73c041f3a5c1d92b
üst
664c175e
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
3 deletions
+3
-3
cnttab.cxx
sw/source/ui/index/cnttab.cxx
+1
-1
iosinst.cxx
vcl/ios/iosinst.cxx
+2
-2
No files found.
sw/source/ui/index/cnttab.cxx
Dosyayı görüntüle @
80915b8f
...
@@ -2282,7 +2282,7 @@ IMPL_LINK(SwTOXEntryTabPage, LevelHdl, SvTreeListBox*, pBox)
...
@@ -2282,7 +2282,7 @@ IMPL_LINK(SwTOXEntryTabPage, LevelHdl, SvTreeListBox*, pBox)
m_pAuthFieldsLB
->
RemoveEntry
(
nLstBoxPos
);
m_pAuthFieldsLB
->
RemoveEntry
(
nLstBoxPos
);
}
}
aIt
++
;
// #i21237#
++
aIt
;
// #i21237#
}
}
m_pAuthFieldsLB
->
SelectEntryPos
(
0
);
m_pAuthFieldsLB
->
SelectEntryPos
(
0
);
}
}
...
...
vcl/ios/iosinst.cxx
Dosyayı görüntüle @
80915b8f
...
@@ -301,7 +301,7 @@ IMPL_LINK( IosSalInstance, DisplayConfigurationChanged, void*, )
...
@@ -301,7 +301,7 @@ IMPL_LINK( IosSalInstance, DisplayConfigurationChanged, void*, )
{
{
for
(
std
::
list
<
SalFrame
*
>::
const_iterator
it
=
getFrames
().
begin
();
for
(
std
::
list
<
SalFrame
*
>::
const_iterator
it
=
getFrames
().
begin
();
it
!=
getFrames
().
end
();
it
!=
getFrames
().
end
();
it
++
)
{
++
it
)
{
(
*
it
)
->
Show
(
false
,
false
);
(
*
it
)
->
Show
(
false
,
false
);
(
*
it
)
->
CallCallback
(
SALEVENT_SETTINGSCHANGED
,
0
);
(
*
it
)
->
CallCallback
(
SALEVENT_SETTINGSCHANGED
,
0
);
(
*
it
)
->
SetPosSize
(
0
,
0
,
viewWidth
,
viewHeight
,
SAL_FRAME_POSSIZE_WIDTH
|
SAL_FRAME_POSSIZE_HEIGHT
);
(
*
it
)
->
SetPosSize
(
0
,
0
,
viewWidth
,
viewHeight
,
SAL_FRAME_POSSIZE_WIDTH
|
SAL_FRAME_POSSIZE_HEIGHT
);
...
@@ -343,7 +343,7 @@ IMPL_LINK( IosSalInstance, RenderWindows, RenderWindowsArg*, arg )
...
@@ -343,7 +343,7 @@ IMPL_LINK( IosSalInstance, RenderWindows, RenderWindowsArg*, arg )
for
(
std
::
list
<
SalFrame
*
>::
const_reverse_iterator
it
=
getFrames
().
rbegin
();
for
(
std
::
list
<
SalFrame
*
>::
const_reverse_iterator
it
=
getFrames
().
rbegin
();
it
!=
getFrames
().
rend
();
it
!=
getFrames
().
rend
();
it
++
)
{
++
it
)
{
IosSalFrame
*
pFrame
=
static_cast
<
IosSalFrame
*>
(
*
it
);
IosSalFrame
*
pFrame
=
static_cast
<
IosSalFrame
*>
(
*
it
);
SalFrameGeometry
aGeom
=
pFrame
->
GetGeometry
();
SalFrameGeometry
aGeom
=
pFrame
->
GetGeometry
();
CGRect
bbox
=
CGRectMake
(
0
,
0
,
aGeom
.
nWidth
,
aGeom
.
nHeight
);
CGRect
bbox
=
CGRectMake
(
0
,
0
,
aGeom
.
nWidth
,
aGeom
.
nHeight
);
...
...
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