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
0681a6ee
Kaydet (Commit)
0681a6ee
authored
Ock 31, 2017
tarafından
Noel Grandin
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
more SAL_WARN_UNUSED
Change-Id: Idf44fe0302b4504c443f083e527b63b2461ada85
üst
c866ace4
Hide whitespace changes
Inline
Side-by-side
Showing
13 changed files
with
6 additions
and
23 deletions
+6
-23
ogl_canvascustomsprite.cxx
canvas/source/opengl/ogl_canvascustomsprite.cxx
+0
-8
ogl_canvashelper.cxx
canvas/source/opengl/ogl_canvashelper.cxx
+0
-1
polygonprimitive2d.cxx
drawinglayer/source/primitive2d/polygonprimitive2d.cxx
+0
-2
helponstartup.cxx
framework/source/jobs/helponstartup.cxx
+0
-1
b2dhommatrix.hxx
include/basegfx/matrix/b2dhommatrix.hxx
+1
-1
b2dpolygon.hxx
include/basegfx/polygon/b2dpolygon.hxx
+1
-1
b2drange.hxx
include/basegfx/range/b2drange.hxx
+1
-1
b3drange.hxx
include/basegfx/range/b3drange.hxx
+1
-1
b3dvector.hxx
include/basegfx/vector/b3dvector.hxx
+1
-1
sequenceashashmap.hxx
include/comphelper/sequenceashashmap.hxx
+1
-1
PresenterCanvas.cxx
sd/source/ui/presenter/PresenterCanvas.cxx
+0
-2
float3d.cxx
svx/source/engine3d/float3d.cxx
+0
-2
viewcontactofe3dsphere.cxx
svx/source/sdr/contact/viewcontactofe3dsphere.cxx
+0
-1
No files found.
canvas/source/opengl/ogl_canvascustomsprite.cxx
Dosyayı görüntüle @
0681a6ee
...
@@ -195,14 +195,6 @@ namespace oglcanvas
...
@@ -195,14 +195,6 @@ namespace oglcanvas
::
basegfx
::
triangulator
::
triangulate
(
::
basegfx
::
triangulator
::
triangulate
(
::
basegfx
::
unotools
::
b2DPolyPolygonFromXPolyPolygon2D
(
mxClip
)));
::
basegfx
::
unotools
::
b2DPolyPolygonFromXPolyPolygon2D
(
mxClip
)));
basegfx
::
B2DPolygon
rTriangleList
(
basegfx
::
tools
::
clipTriangleListOnRange
(
rTriangulatedPolygon
,
basegfx
::
B2DRange
(
0
,
0
,
aSpriteSizePixel
.
getX
(),
aSpriteSizePixel
.
getY
())));
glBegin
(
GL_TRIANGLES
);
glBegin
(
GL_TRIANGLES
);
for
(
sal_uInt32
i
=
0
;
i
<
rTriangulatedPolygon
.
count
();
i
++
)
for
(
sal_uInt32
i
=
0
;
i
<
rTriangulatedPolygon
.
count
();
i
++
)
{
{
...
...
canvas/source/opengl/ogl_canvashelper.cxx
Dosyayı görüntüle @
0681a6ee
...
@@ -886,7 +886,6 @@ namespace oglcanvas
...
@@ -886,7 +886,6 @@ namespace oglcanvas
// setup overall transform only now. View clip above was
// setup overall transform only now. View clip above was
// relative to view transform
// relative to view transform
::
basegfx
::
B2DHomMatrix
aTransform
;
::
canvas
::
tools
::
mergeViewAndRenderTransform
(
o_action
.
maTransform
,
::
canvas
::
tools
::
mergeViewAndRenderTransform
(
o_action
.
maTransform
,
viewState
,
viewState
,
renderState
);
renderState
);
...
...
drawinglayer/source/primitive2d/polygonprimitive2d.cxx
Dosyayı görüntüle @
0681a6ee
...
@@ -602,8 +602,6 @@ namespace drawinglayer
...
@@ -602,8 +602,6 @@ namespace drawinglayer
basegfx
::
B2DRange
PolygonStrokeArrowPrimitive2D
::
getB2DRange
(
const
geometry
::
ViewInformation2D
&
rViewInformation
)
const
basegfx
::
B2DRange
PolygonStrokeArrowPrimitive2D
::
getB2DRange
(
const
geometry
::
ViewInformation2D
&
rViewInformation
)
const
{
{
basegfx
::
B2DRange
aRetval
;
if
(
getStart
().
isActive
()
||
getEnd
().
isActive
())
if
(
getStart
().
isActive
()
||
getEnd
().
isActive
())
{
{
// use decomposition when line start/end is used
// use decomposition when line start/end is used
...
...
framework/source/jobs/helponstartup.cxx
Dosyayı görüntüle @
0681a6ee
...
@@ -161,7 +161,6 @@ OUString HelpOnStartup::its_getModuleIdFromEnv(const css::uno::Sequence< css::be
...
@@ -161,7 +161,6 @@ OUString HelpOnStartup::its_getModuleIdFromEnv(const css::uno::Sequence< css::be
{
{
::
comphelper
::
SequenceAsHashMap
lArgs
(
lArguments
);
::
comphelper
::
SequenceAsHashMap
lArgs
(
lArguments
);
::
comphelper
::
SequenceAsHashMap
lEnvironment
=
lArgs
.
getUnpackedValueOrDefault
(
"Environment"
,
css
::
uno
::
Sequence
<
css
::
beans
::
NamedValue
>
());
::
comphelper
::
SequenceAsHashMap
lEnvironment
=
lArgs
.
getUnpackedValueOrDefault
(
"Environment"
,
css
::
uno
::
Sequence
<
css
::
beans
::
NamedValue
>
());
::
comphelper
::
SequenceAsHashMap
lJobConfig
=
lArgs
.
getUnpackedValueOrDefault
(
"JobConfig"
,
css
::
uno
::
Sequence
<
css
::
beans
::
NamedValue
>
());
// check for right environment.
// check for right environment.
// If it's not a DocumentEvent, which triggered this job,
// If it's not a DocumentEvent, which triggered this job,
...
...
include/basegfx/matrix/b2dhommatrix.hxx
Dosyayı görüntüle @
0681a6ee
...
@@ -29,7 +29,7 @@ namespace basegfx
...
@@ -29,7 +29,7 @@ namespace basegfx
class
B2DTuple
;
class
B2DTuple
;
class
Impl2DHomMatrix
;
class
Impl2DHomMatrix
;
class
BASEGFX_DLLPUBLIC
B2DHomMatrix
class
SAL_WARN_UNUSED
BASEGFX_DLLPUBLIC
B2DHomMatrix
{
{
public
:
public
:
typedef
o3tl
::
cow_wrapper
<
Impl2DHomMatrix
>
ImplType
;
typedef
o3tl
::
cow_wrapper
<
Impl2DHomMatrix
>
ImplType
;
...
...
include/basegfx/polygon/b2dpolygon.hxx
Dosyayı görüntüle @
0681a6ee
...
@@ -41,7 +41,7 @@ namespace basegfx
...
@@ -41,7 +41,7 @@ namespace basegfx
namespace
basegfx
namespace
basegfx
{
{
class
BASEGFX_DLLPUBLIC
B2DPolygon
class
SAL_WARN_UNUSED
BASEGFX_DLLPUBLIC
B2DPolygon
{
{
public
:
public
:
typedef
o3tl
::
cow_wrapper
<
ImplB2DPolygon
>
ImplType
;
typedef
o3tl
::
cow_wrapper
<
ImplB2DPolygon
>
ImplType
;
...
...
include/basegfx/range/b2drange.hxx
Dosyayı görüntüle @
0681a6ee
...
@@ -50,7 +50,7 @@ namespace basegfx
...
@@ -50,7 +50,7 @@ namespace basegfx
@see B1DRange
@see B1DRange
*/
*/
class
B2DRange
class
SAL_WARN_UNUSED
B2DRange
{
{
public
:
public
:
typedef
double
ValueType
;
typedef
double
ValueType
;
...
...
include/basegfx/range/b3drange.hxx
Dosyayı görüntüle @
0681a6ee
...
@@ -30,7 +30,7 @@ namespace basegfx
...
@@ -30,7 +30,7 @@ namespace basegfx
{
{
class
B3DHomMatrix
;
class
B3DHomMatrix
;
class
B3DRange
class
SAL_WARN_UNUSED
B3DRange
{
{
typedef
::
basegfx
::
BasicRange
<
double
,
DoubleTraits
>
MyBasicRange
;
typedef
::
basegfx
::
BasicRange
<
double
,
DoubleTraits
>
MyBasicRange
;
...
...
include/basegfx/vector/b3dvector.hxx
Dosyayı görüntüle @
0681a6ee
...
@@ -35,7 +35,7 @@ namespace basegfx
...
@@ -35,7 +35,7 @@ namespace basegfx
@see B3DTuple
@see B3DTuple
*/
*/
class
BASEGFX_DLLPUBLIC
B3DVector
:
public
::
basegfx
::
B3DTuple
class
SAL_WARN_UNUSED
BASEGFX_DLLPUBLIC
B3DVector
:
public
::
basegfx
::
B3DTuple
{
{
public
:
public
:
/** Create a 3D Vector
/** Create a 3D Vector
...
...
include/comphelper/sequenceashashmap.hxx
Dosyayı görüntüle @
0681a6ee
...
@@ -47,7 +47,7 @@ struct SequenceAsHashMapBase : public std::unordered_map<
...
@@ -47,7 +47,7 @@ struct SequenceAsHashMapBase : public std::unordered_map<
{
{
};
};
class
COMPHELPER_DLLPUBLIC
SequenceAsHashMap
:
public
SequenceAsHashMapBase
class
SAL_WARN_UNUSED
COMPHELPER_DLLPUBLIC
SequenceAsHashMap
:
public
SequenceAsHashMapBase
{
{
public
:
public
:
...
...
sd/source/ui/presenter/PresenterCanvas.cxx
Dosyayı görüntüle @
0681a6ee
...
@@ -589,8 +589,6 @@ awt::Point PresenterCanvas::GetOffset (const Reference<awt::XWindow>& rxBaseWind
...
@@ -589,8 +589,6 @@ awt::Point PresenterCanvas::GetOffset (const Reference<awt::XWindow>& rxBaseWind
const
css
::
geometry
::
AffineMatrix2D
&
rViewTransform
,
const
css
::
geometry
::
AffineMatrix2D
&
rViewTransform
,
const
awt
::
Point
&
rOffset
)
const
awt
::
Point
&
rOffset
)
{
{
::
basegfx
::
B2DRectangle
aClipRectangle
;
VclPtr
<
vcl
::
Window
>
pWindow
=
VCLUnoHelper
::
GetWindow
(
mxWindow
);
VclPtr
<
vcl
::
Window
>
pWindow
=
VCLUnoHelper
::
GetWindow
(
mxWindow
);
if
(
!
pWindow
)
if
(
!
pWindow
)
return
::
basegfx
::
B2DRectangle
();
return
::
basegfx
::
B2DRectangle
();
...
...
svx/source/engine3d/float3d.cxx
Dosyayı görüntüle @
0681a6ee
...
@@ -937,7 +937,6 @@ void Svx3DWin::Update( SfxItemSet& rAttrs )
...
@@ -937,7 +937,6 @@ void Svx3DWin::Update( SfxItemSet& rAttrs )
// Lighting
// Lighting
Color
aColor
;
Color
aColor
;
basegfx
::
B3DVector
aVector
;
// Light 1 (Color)
// Light 1 (Color)
eState
=
rAttrs
.
GetItemState
(
SDRATTR_3DSCENE_LIGHTCOLOR_1
);
eState
=
rAttrs
.
GetItemState
(
SDRATTR_3DSCENE_LIGHTCOLOR_1
);
if
(
eState
!=
SfxItemState
::
DONTCARE
)
if
(
eState
!=
SfxItemState
::
DONTCARE
)
...
@@ -1848,7 +1847,6 @@ void Svx3DWin::GetAttr( SfxItemSet& rAttrs )
...
@@ -1848,7 +1847,6 @@ void Svx3DWin::GetAttr( SfxItemSet& rAttrs )
rAttrs
.
InvalidateItem
(
SDRATTR_3DSCENE_FOCAL_LENGTH
);
rAttrs
.
InvalidateItem
(
SDRATTR_3DSCENE_FOCAL_LENGTH
);
// Lighting
// Lighting
basegfx
::
B3DVector
aVector
;
Color
aColor
;
Color
aColor
;
const
SfxItemSet
aLightItemSet
(
m_pCtlLightPreview
->
GetSvx3DLightControl
().
Get3DAttributes
());
const
SfxItemSet
aLightItemSet
(
m_pCtlLightPreview
->
GetSvx3DLightControl
().
Get3DAttributes
());
...
...
svx/source/sdr/contact/viewcontactofe3dsphere.cxx
Dosyayı görüntüle @
0681a6ee
...
@@ -47,7 +47,6 @@ namespace sdr
...
@@ -47,7 +47,6 @@ namespace sdr
drawinglayer
::
primitive2d
::
createNewSdrLineFillShadowAttribute
(
rItemSet
,
false
));
drawinglayer
::
primitive2d
::
createNewSdrLineFillShadowAttribute
(
rItemSet
,
false
));
// get sphere center and size for geometry
// get sphere center and size for geometry
basegfx
::
B3DRange
aSphereRange
;
const
basegfx
::
B3DPoint
aSpherePosition
(
GetE3dSphereObj
().
Center
());
const
basegfx
::
B3DPoint
aSpherePosition
(
GetE3dSphereObj
().
Center
());
const
basegfx
::
B3DVector
aSphereSize
(
GetE3dSphereObj
().
Size
());
const
basegfx
::
B3DVector
aSphereSize
(
GetE3dSphereObj
().
Size
());
basegfx
::
B3DHomMatrix
aWorldTransform
;
basegfx
::
B3DHomMatrix
aWorldTransform
;
...
...
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