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
33de79f4
Kaydet (Commit)
33de79f4
authored
Tem 07, 2015
tarafından
Tor Lillqvist
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
Fix some misspellings
Change-Id: Iff2303650e1dcfc56064907a28df1c4c452eac56
üst
a8263376
Hide whitespace changes
Inline
Side-by-side
Showing
12 changed files
with
17 additions
and
17 deletions
+17
-17
b3dpolygontools.cxx
basegfx/source/polygon/b3dpolygontools.cxx
+1
-1
b3dpolypolygontools.cxx
basegfx/source/polygon/b3dpolypolygontools.cxx
+1
-1
patternfillprimitive2d.cxx
drawinglayer/source/primitive2d/patternfillprimitive2d.cxx
+1
-1
sceneprimitive2d.cxx
drawinglayer/source/primitive2d/sceneprimitive2d.cxx
+1
-1
svggradientprimitive2d.hxx
include/drawinglayer/primitive2d/svggradientprimitive2d.hxx
+4
-4
bitmapex.hxx
include/vcl/bitmapex.hxx
+1
-1
AccessibleViewForwarder.cxx
sd/source/ui/accessibility/AccessibleViewForwarder.cxx
+2
-2
SlsLayouter.cxx
sd/source/ui/slidesorter/view/SlsLayouter.cxx
+1
-1
e3dsceneupdater.cxx
svx/source/engine3d/e3dsceneupdater.cxx
+1
-1
obj3d.cxx
svx/source/engine3d/obj3d.cxx
+1
-1
outdev.cxx
vcl/source/outdev/outdev.cxx
+1
-1
floatwin.cxx
vcl/source/window/floatwin.cxx
+2
-2
No files found.
basegfx/source/polygon/b3dpolygontools.cxx
Dosyayı görüntüle @
33de79f4
...
...
@@ -401,7 +401,7 @@ namespace basegfx
{
double
fX
(
fOne
-
((
atan2
(
aVector
.
getZ
(),
aVector
.
getX
())
+
F_PI
)
/
F_2PI
));
// correct cartesi
nan point coordian
te dependent from center value
// correct cartesi
an point coordina
te dependent from center value
if
(
fX
>
fXCenter
+
0.5
)
{
fX
-=
fOne
;
...
...
basegfx/source/polygon/b3dpolypolygontools.cxx
Dosyayı görüntüle @
33de79f4
...
...
@@ -221,7 +221,7 @@ namespace basegfx
return
aRetval
;
}
// helper for getting the 3D Point from given cartesian coordi
an
tes. fHor is defined from
// helper for getting the 3D Point from given cartesian coordi
na
tes. fHor is defined from
// [F_PI2 .. -F_PI2], fVer from [0.0 .. F_2PI]
inline
B3DPoint
getPointFromCartesian
(
double
fHor
,
double
fVer
)
{
...
...
drawinglayer/source/primitive2d/patternfillprimitive2d.cxx
Dosyayı görüntüle @
33de79f4
...
...
@@ -80,7 +80,7 @@ namespace drawinglayer
aContent
);
}
// transform result which is in unit coordinates to mask's object coordi
an
tes
// transform result which is in unit coordinates to mask's object coordi
na
tes
{
const
basegfx
::
B2DHomMatrix
aMaskTransform
(
basegfx
::
tools
::
createScaleTranslateB2DHomMatrix
(
...
...
drawinglayer/source/primitive2d/sceneprimitive2d.cxx
Dosyayı görüntüle @
33de79f4
...
...
@@ -237,7 +237,7 @@ namespace drawinglayer
// and not yet flipped in Y
basegfx
::
B3DHomMatrix
aExtendedProjection
(
aViewInformation3D
.
getProjection
());
// bring to unit coordi
an
tes, flip Y, leave Z unchanged
// bring to unit coordi
na
tes, flip Y, leave Z unchanged
aExtendedProjection
.
scale
(
0.5
,
-
0.5
,
1.0
);
aExtendedProjection
.
translate
(
0.5
,
0.5
,
0.0
);
...
...
include/drawinglayer/primitive2d/svggradientprimitive2d.hxx
Dosyayı görüntüle @
33de79f4
...
...
@@ -305,14 +305,14 @@ namespace drawinglayer
{
namespace
primitive2d
{
/* basic primitive for a single linear GradientRun in unit coordi
an
tes.
/* basic primitive for a single linear GradientRun in unit coordi
na
tes.
It's derived from DiscreteMetricDependentPrimitive2D to allow view-dependent
decompositions allowing reduced color steps
**/
class
DRAWINGLAYER_DLLPUBLIC
SvgLinearAtomPrimitive2D
:
public
DiscreteMetricDependentPrimitive2D
{
private
:
/// the geometric definition in unit coordi
an
tes
/// the geometric definition in unit coordi
na
tes
basegfx
::
BColor
maColorA
;
basegfx
::
BColor
maColorB
;
double
mfOffsetA
;
...
...
@@ -351,14 +351,14 @@ namespace drawinglayer
{
namespace
primitive2d
{
/* basic primitive for a single radial GradientRun in unit coordi
an
tes.
/* basic primitive for a single radial GradientRun in unit coordi
na
tes.
It's derived from DiscreteMetricDependentPrimitive2D to allow view-dependent
decompositions allowing reduced color steps
**/
class
DRAWINGLAYER_DLLPUBLIC
SvgRadialAtomPrimitive2D
:
public
DiscreteMetricDependentPrimitive2D
{
private
:
/// the geometric definition in unit coordi
an
tes
/// the geometric definition in unit coordi
na
tes
basegfx
::
BColor
maColorA
;
basegfx
::
BColor
maColorB
;
double
mfScaleA
;
...
...
include/vcl/bitmapex.hxx
Dosyayı görüntüle @
33de79f4
...
...
@@ -401,7 +401,7 @@ public:
@param rTransformation
The back transformation for each pixel in (0 .. fWidth),(0 .. fHeight) to
local pixel coordi
an
tes
local pixel coordi
na
tes
@param bSmooth
Defines if pixel interpolation is to be used to create the result
...
...
sd/source/ui/accessibility/AccessibleViewForwarder.cxx
Dosyayı görüntüle @
33de79f4
...
...
@@ -73,8 +73,8 @@ Rectangle AccessibleViewForwarder::GetVisibleArea() const
return
aVisibleArea
;
}
/** Tansform the given point into pixel coordi
an
tes. After the pixel
coordi
an
tes of the window origin are added to make the point coordinates
/** Tansform the given point into pixel coordi
na
tes. After the pixel
coordi
na
tes of the window origin are added to make the point coordinates
absolute.
*/
Point
AccessibleViewForwarder
::
LogicToPixel
(
const
Point
&
rPoint
)
const
...
...
sd/source/ui/slidesorter/view/SlsLayouter.cxx
Dosyayı görüntüle @
33de79f4
...
...
@@ -134,7 +134,7 @@ public:
The row index of the upper row or the column index of the left
column.
@param nGap
Width or height of the gap in model coordi
an
tes between the
Width or height of the gap in model coordi
na
tes between the
page borders.
@return
Returns either the index of the upper row (as given as nRow), the
...
...
svx/source/engine3d/e3dsceneupdater.cxx
Dosyayı görüntüle @
33de79f4
...
...
@@ -96,7 +96,7 @@ E3DModifySceneSnapRectUpdater::~E3DModifySceneSnapRectUpdater()
aAllContentRange
.
getMinX
(),
aAllContentRange
.
getMinY
(),
aAllContentRange
.
getMaxX
(),
aAllContentRange
.
getMaxY
());
// transform to 2D world coordi
an
tes using scene's 2D transformation
// transform to 2D world coordi
na
tes using scene's 2D transformation
aSnapRange
.
transform
(
rVCScene
.
getObjectTransformation
());
// snap to (old) integer
...
...
svx/source/engine3d/obj3d.cxx
Dosyayı görüntüle @
33de79f4
...
...
@@ -926,7 +926,7 @@ void E3dCompoundObject::RecalcSnapRect()
aBoundVolume
.
getMinX
(),
aBoundVolume
.
getMinY
(),
aBoundVolume
.
getMaxX
(),
aBoundVolume
.
getMaxY
());
// transform to 2D world coordi
an
tes
// transform to 2D world coordi
na
tes
const
sdr
::
contact
::
ViewContactOfE3dScene
&
rVCScene
=
static_cast
<
sdr
::
contact
::
ViewContactOfE3dScene
&
>
(
pRootScene
->
GetViewContact
());
aSnapRange
.
transform
(
rVCScene
.
getObjectTransformation
());
...
...
vcl/source/outdev/outdev.cxx
Dosyayı görüntüle @
33de79f4
...
...
@@ -757,7 +757,7 @@ bool OutputDevice::ImplIsAntiparallel() const
return
bRet
;
}
// note: the coordinates to be remirrored are in frame coordi
an
tes !
// note: the coordinates to be remirrored are in frame coordi
na
tes !
void
OutputDevice
::
ReMirror
(
Point
&
rPoint
)
const
{
...
...
vcl/source/window/floatwin.cxx
Dosyayı görüntüle @
33de79f4
...
...
@@ -462,7 +462,7 @@ FloatingWindow* FloatingWindow::ImplFloatHitTest( vcl::Window* pReference, const
if
(
pReference
->
HasMirroredGraphics
()
)
{
if
(
!
pReference
->
IsRTLEnabled
()
)
// --- RTL --- re-mirror back to get device coordi
an
tes
// --- RTL --- re-mirror back to get device coordi
na
tes
pWindowOutDev
->
ReMirror
(
aAbsolute
);
Rectangle
aRect
(
pReference
->
ScreenToOutputPixel
(
aAbsolute
),
Size
(
1
,
1
)
)
;
...
...
@@ -677,7 +677,7 @@ void FloatingWindow::StartPopupMode( const Rectangle& rRect, FloatWinPopupFlags
if
(
pReference
->
HasMirroredGraphics
()
)
{
if
(
!
pReference
->
IsRTLEnabled
()
)
// --- RTL --- re-mirror back to get device coordi
an
tes
// --- RTL --- re-mirror back to get device coordi
na
tes
pParentWinOutDev
->
ReMirror
(
maFloatRect
);
maFloatRect
.
SetPos
(
pReference
->
ScreenToOutputPixel
(
maFloatRect
.
TopLeft
()));
...
...
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