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
b95ad38e
Kaydet (Commit)
b95ad38e
authored
Ara 25, 2013
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: I8bd50f3c9ea3cfc770d530c9cbde0ad00e4def4c
üst
d80a79b0
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
2 deletions
+2
-2
docxattributeoutput.cxx
sw/source/filter/ww8/docxattributeoutput.cxx
+1
-1
salgdicommon.cxx
vcl/quartz/salgdicommon.cxx
+1
-1
No files found.
sw/source/filter/ww8/docxattributeoutput.cxx
Dosyayı görüntüle @
b95ad38e
...
@@ -6143,7 +6143,7 @@ void DocxAttributeOutput::CharGrabBag( const SfxGrabBagItem& rItem )
...
@@ -6143,7 +6143,7 @@ void DocxAttributeOutput::CharGrabBag( const SfxGrabBagItem& rItem )
sal_Bool bWriteEastAsiaTheme = sal_True;
sal_Bool bWriteEastAsiaTheme = sal_True;
sal_Bool bWriteThemeFontColor = sal_True;
sal_Bool bWriteThemeFontColor = sal_True;
OUString sOriginalValue;
OUString sOriginalValue;
for ( std::map< OUString, com::sun::star::uno::Any >::const_iterator i = rMap.begin(); i != rMap.end();
i++
)
for ( std::map< OUString, com::sun::star::uno::Any >::const_iterator i = rMap.begin(); i != rMap.end();
++i
)
{
{
if ( m_pFontsAttrList && i->first == "CharThemeFontNameCs" )
if ( m_pFontsAttrList && i->first == "CharThemeFontNameCs" )
{
{
...
...
vcl/quartz/salgdicommon.cxx
Dosyayı görüntüle @
b95ad38e
...
@@ -1527,7 +1527,7 @@ bool AquaSalGraphics::setClipRegion( const Region& i_rClip )
...
@@ -1527,7 +1527,7 @@ bool AquaSalGraphics::setClipRegion( const Region& i_rClip )
RectangleVector
aRectangles
;
RectangleVector
aRectangles
;
i_rClip
.
GetRegionRectangles
(
aRectangles
);
i_rClip
.
GetRegionRectangles
(
aRectangles
);
for
(
RectangleVector
::
const_iterator
aRectIter
(
aRectangles
.
begin
());
aRectIter
!=
aRectangles
.
end
();
aRectIter
++
)
for
(
RectangleVector
::
const_iterator
aRectIter
(
aRectangles
.
begin
());
aRectIter
!=
aRectangles
.
end
();
++
aRectIter
)
{
{
const
long
nW
(
aRectIter
->
Right
()
-
aRectIter
->
Left
()
+
1
);
// uses +1 logic in original
const
long
nW
(
aRectIter
->
Right
()
-
aRectIter
->
Left
()
+
1
);
// uses +1 logic in original
...
...
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