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
3eaa536a
Kaydet (Commit)
3eaa536a
authored
Şub 22, 2013
tarafından
Miklos Vajna
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
sdext: fix loplugin warnings
Change-Id: I4bca280b352f1df40fe75658e418f2e0cb2430e8
üst
6ecec31d
Hide whitespace changes
Inline
Side-by-side
Showing
7 changed files
with
3 additions
and
11 deletions
+3
-11
optimizerdialog.cxx
sdext/source/minimizer/optimizerdialog.cxx
+0
-1
pppoptimizerdialog.cxx
sdext/source/minimizer/pppoptimizerdialog.cxx
+1
-1
drawtreevisiting.cxx
sdext/source/pdfimport/tree/drawtreevisiting.cxx
+0
-4
pdfiprocessor.cxx
sdext/source/pdfimport/tree/pdfiprocessor.cxx
+0
-2
writertreevisiting.cxx
sdext/source/pdfimport/tree/writertreevisiting.cxx
+0
-1
wrapper.cxx
sdext/source/pdfimport/wrapper/wrapper.cxx
+1
-1
PresenterSlideShowView.cxx
sdext/source/presenter/PresenterSlideShowView.cxx
+1
-1
No files found.
sdext/source/minimizer/optimizerdialog.cxx
Dosyayı görüntüle @
3eaa536a
...
@@ -158,7 +158,6 @@ void OptimizerDialog::InsertRoadmapItem( const sal_Int32 nIndex, const sal_Bool
...
@@ -158,7 +158,6 @@ void OptimizerDialog::InsertRoadmapItem( const sal_Int32 nIndex, const sal_Bool
void
OptimizerDialog
::
UpdateConfiguration
()
void
OptimizerDialog
::
UpdateConfiguration
()
{
{
sal_Int16
nInt16
=
0
;
sal_Int16
nInt16
=
0
;
OUString
aString
;
Any
aAny
;
Any
aAny
;
Sequence
<
sal_Int16
>
aSelectedItems
;
Sequence
<
sal_Int16
>
aSelectedItems
;
...
...
sdext/source/minimizer/pppoptimizerdialog.cxx
Dosyayı görüntüle @
3eaa536a
...
@@ -147,7 +147,7 @@ void SAL_CALL PPPOptimizerDialog::dispatch( const URL& rURL,
...
@@ -147,7 +147,7 @@ void SAL_CALL PPPOptimizerDialog::dispatch( const URL& rURL,
sBuf
.
append
(
rtl
::
OUString
(
"KB to "
)
);
sBuf
.
append
(
rtl
::
OUString
(
"KB to "
)
);
sBuf
.
append
(
rtl
::
OUString
::
valueOf
(
nFileSizeDest
>>
10
)
);
sBuf
.
append
(
rtl
::
OUString
::
valueOf
(
nFileSizeDest
>>
10
)
);
sBuf
.
append
(
rtl
::
OUString
(
"KB."
)
);
sBuf
.
append
(
rtl
::
OUString
(
"KB."
)
);
OUString
sResult
(
sBuf
.
makeStringAndClear
()
);
sBuf
.
makeStringAndClear
(
);
// mpOptimizerDialog->showMessageBox( sResult, sResult, sal_False );
// mpOptimizerDialog->showMessageBox( sResult, sResult, sal_False );
}
}
delete
mpOptimizerDialog
,
mpOptimizerDialog
=
NULL
;
delete
mpOptimizerDialog
,
mpOptimizerDialog
=
NULL
;
...
...
sdext/source/pdfimport/tree/drawtreevisiting.cxx
Dosyayı görüntüle @
3eaa536a
...
@@ -1014,7 +1014,6 @@ void DrawXmlFinalizer::visit( PageElement& elem, const std::list< Element* >::co
...
@@ -1014,7 +1014,6 @@ void DrawXmlFinalizer::visit( PageElement& elem, const std::list< Element* >::co
// get styles for paragraphs
// get styles for paragraphs
PropertyMap
aPageProps
;
PropertyMap
aPageProps
;
PropertyMap
aPageLayoutProps
;
PropertyMap
aPageLayoutProps
;
rtl
::
OUStringBuffer
aBuf
(
64
);
aPageLayoutProps
[
"fo:margin-top"
]
=
unitMMString
(
top_margin
);
aPageLayoutProps
[
"fo:margin-top"
]
=
unitMMString
(
top_margin
);
aPageLayoutProps
[
"fo:margin-bottom"
]
=
unitMMString
(
bottom_margin
);
aPageLayoutProps
[
"fo:margin-bottom"
]
=
unitMMString
(
bottom_margin
);
aPageLayoutProps
[
"fo:margin-left"
]
=
unitMMString
(
left_margin
);
aPageLayoutProps
[
"fo:margin-left"
]
=
unitMMString
(
left_margin
);
...
@@ -1040,9 +1039,6 @@ void DrawXmlFinalizer::visit( PageElement& elem, const std::list< Element* >::co
...
@@ -1040,9 +1039,6 @@ void DrawXmlFinalizer::visit( PageElement& elem, const std::list< Element* >::co
elem
.
StyleId
=
m_rStyleContainer
.
impl_getStyleId
(
aMPStyle
,
false
);
elem
.
StyleId
=
m_rStyleContainer
.
impl_getStyleId
(
aMPStyle
,
false
);
rtl
::
OUString
aMasterPageName
=
m_rStyleContainer
.
getStyleName
(
elem
.
StyleId
);
// create styles for children
// create styles for children
elem
.
applyToChildren
(
*
this
);
elem
.
applyToChildren
(
*
this
);
}
}
...
...
sdext/source/pdfimport/tree/pdfiprocessor.cxx
Dosyayı görüntüle @
3eaa536a
...
@@ -466,8 +466,6 @@ GraphicsContext& PDFIProcessor::getTransformGlyphContext( CharGlyph& rGlyph )
...
@@ -466,8 +466,6 @@ GraphicsContext& PDFIProcessor::getTransformGlyphContext( CharGlyph& rGlyph )
geometry
::
RealRectangle2D
rRect
=
rGlyph
.
getRect
();
geometry
::
RealRectangle2D
rRect
=
rGlyph
.
getRect
();
geometry
::
Matrix2D
rFontMatrix
=
rGlyph
.
getFontMatrix
();
geometry
::
Matrix2D
rFontMatrix
=
rGlyph
.
getFontMatrix
();
rtl
::
OUString
tempStr
(
32
);
basegfx
::
B2DHomMatrix
aFontMatrix
;
basegfx
::
B2DHomMatrix
aFontMatrix
;
basegfx
::
unotools
::
homMatrixFromMatrix
(
basegfx
::
unotools
::
homMatrixFromMatrix
(
aFontMatrix
,
aFontMatrix
,
...
...
sdext/source/pdfimport/tree/writertreevisiting.cxx
Dosyayı görüntüle @
3eaa536a
...
@@ -1145,7 +1145,6 @@ void WriterXmlFinalizer::visit( PageElement& elem, const std::list< Element* >::
...
@@ -1145,7 +1145,6 @@ void WriterXmlFinalizer::visit( PageElement& elem, const std::list< Element* >::
// get styles for paragraphs
// get styles for paragraphs
PropertyMap
aPageProps
;
PropertyMap
aPageProps
;
PropertyMap
aPageLayoutProps
;
PropertyMap
aPageLayoutProps
;
rtl
::
OUStringBuffer
aBuf
(
64
);
aPageLayoutProps
[
"fo:page-width"
]
=
unitMMString
(
page_width
);
aPageLayoutProps
[
"fo:page-width"
]
=
unitMMString
(
page_width
);
aPageLayoutProps
[
"fo:page-height"
]
=
unitMMString
(
page_height
);
aPageLayoutProps
[
"fo:page-height"
]
=
unitMMString
(
page_height
);
aPageLayoutProps
[
"style:print-orientation"
]
aPageLayoutProps
[
"style:print-orientation"
]
...
...
sdext/source/pdfimport/wrapper/wrapper.cxx
Dosyayı görüntüle @
3eaa536a
...
@@ -484,7 +484,7 @@ int Parser::parseFontRemoveSuffix( const sal_Unicode* pCopy, const char* s, sal_
...
@@ -484,7 +484,7 @@ int Parser::parseFontRemoveSuffix( const sal_Unicode* pCopy, const char* s, sal_
for
(
int
i
=
0
;
i
<
l
;
i
++
)
for
(
int
i
=
0
;
i
<
l
;
i
++
)
if
(
pCopy
[
nLen
-
l
+
i
]
!=
s
[
i
]
)
if
(
pCopy
[
nLen
-
l
+
i
]
!=
s
[
i
]
)
return
0
;
return
0
;
nLen
-=
l
;
nLen
-=
l
;
return
l
;
return
l
;
}
}
...
...
sdext/source/presenter/PresenterSlideShowView.cxx
Dosyayı görüntüle @
3eaa536a
...
@@ -487,7 +487,7 @@ void SAL_CALL PresenterSlideShowView::setMouseCursor(::sal_Int16 nPointerShape)
...
@@ -487,7 +487,7 @@ void SAL_CALL PresenterSlideShowView::setMouseCursor(::sal_Int16 nPointerShape)
awt
::
Rectangle
SAL_CALL
PresenterSlideShowView
::
getCanvasArea
(
)
throw
(
RuntimeException
)
awt
::
Rectangle
SAL_CALL
PresenterSlideShowView
::
getCanvasArea
(
)
throw
(
RuntimeException
)
{
{
if
(
mxViewWindow
.
is
()
&&
mxTopPane
.
is
()
)
if
(
mxViewWindow
.
is
()
&&
mxTopPane
.
is
()
)
return
mxPresenterHelper
->
getWindowExtentsRelative
(
mxViewWindow
,
mxTopPane
->
getWindow
()
);
return
mxPresenterHelper
->
getWindowExtentsRelative
(
mxViewWindow
,
mxTopPane
->
getWindow
()
);
awt
::
Rectangle
aRectangle
;
awt
::
Rectangle
aRectangle
;
...
...
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