summaryrefslogtreecommitdiff
path: root/include/svx
diff options
context:
space:
mode:
authorJennifer Liebel <jliebel94@gmail.com>2014-09-25 08:25:27 +0000
committerCaolán McNamara <caolanm@redhat.com>2014-09-25 08:32:36 +0000
commit9b94cf75499bf9fbb9f0072cbba0152c7bfdc387 (patch)
treecd885b17899e730f7175d6759a7df2c1b6900e1f /include/svx
parentbad30ceceee6750b6ece0057080473383d216ea7 (diff)
fdo#39468: translation
Change-Id: I8ee3c1cf551f5b242d20cf244d728b79e68616ed Reviewed-on: https://gerrit.libreoffice.org/11637 Reviewed-by: Caolán McNamara <caolanm@redhat.com> Tested-by: Caolán McNamara <caolanm@redhat.com>
Diffstat (limited to 'include/svx')
-rw-r--r--include/svx/sxmtfitm.hxx10
-rw-r--r--include/svx/sxmuitm.hxx4
-rw-r--r--include/svx/tabline.hxx12
-rw-r--r--include/svx/viewpt3d.hxx34
-rw-r--r--include/svx/xflbmsxy.hxx12
5 files changed, 34 insertions, 38 deletions
diff --git a/include/svx/sxmtfitm.hxx b/include/svx/sxmtfitm.hxx
index 002491310d8e..b8c788ecce0b 100644
--- a/include/svx/sxmtfitm.hxx
+++ b/include/svx/sxmtfitm.hxx
@@ -23,17 +23,17 @@
#include <svx/sdynitm.hxx>
#include <svx/sdangitm.hxx>
-// die 2 folgenden sind noch nicht implementiert!
-// Text auf einen wirklich fixen Winkel festnageln.
-// Der Textwinkel ist dann auch unabhaengig vom Winkel der Masslinie.
-// Setzt TextUpsideDown, TextRota90 sowie TextAutoAngle ausser Kraft. (n.i.)
+// The two following are not implemented yet!
+// Nail text down to a fix angle.
+// The text angle is independet of the dimension line.
+// Abrogate TextUpsideDown, TextRota90 and TextAutoAngle. (n.i.)
class SdrMeasureTextIsFixedAngleItem: public SdrYesNoItem {
public:
SdrMeasureTextIsFixedAngleItem(bool bOn=false): SdrYesNoItem(SDRATTR_MEASURETEXTISFIXEDANGLE,bOn) {}
SdrMeasureTextIsFixedAngleItem(SvStream& rIn): SdrYesNoItem(SDRATTR_MEASURETEXTISFIXEDANGLE,rIn) {}
};
-// Der Winkel des Textes in 1/100deg. 0=Horizontal von links nach rechts zu lesen. (n.i.)
+//Angle of the text in 1/100deg. 0=horizontal; read from left to right. (n.i.)
class SdrMeasureTextFixedAngleItem: public SdrAngleItem {
public:
SdrMeasureTextFixedAngleItem(long nVal=0): SdrAngleItem(SDRATTR_MEASURETEXTFIXEDANGLE,nVal) {}
diff --git a/include/svx/sxmuitm.hxx b/include/svx/sxmuitm.hxx
index 57c8c1d79461..bcc7c28ef6e1 100644
--- a/include/svx/sxmuitm.hxx
+++ b/include/svx/sxmuitm.hxx
@@ -24,8 +24,8 @@
#include <svl/eitem.hxx>
#include <svx/svxdllapi.h>
-// Vorgabe einer Masseinheit. Der Zahlenwert wird in diese Einheit umgerechnet
-// (ausgehend von der MapUnit des Models). Diese Einheit wird dann ggf. auch angezeigt.
+// specification of the unit if measurement. The numerical quantity value is converted in this unity.
+// (based on the facts of the MapUnit of the model). This unity is displayed if necessary.
class SVX_DLLPUBLIC SdrMeasureUnitItem: public SfxEnumItem {
public:
TYPEINFO_OVERRIDE();
diff --git a/include/svx/tabline.hxx b/include/svx/tabline.hxx
index 653ce1976385..7da26d1d9f3f 100644
--- a/include/svx/tabline.hxx
+++ b/include/svx/tabline.hxx
@@ -41,12 +41,12 @@ typedef sal_uInt16 ChangeType; // auch in tab_area.hxx (mitpflegen !!!)
class SdrModel;
class SdrObject;
-//defines fuer die Symbolauswahl auf der Page
-//Positive Werte (0,...n) gibt den Indes in pSymbollist an, sonst :
-#define SVX_SYMBOLTYPE_NONE (-3) //Symbol unsichtbar
-#define SVX_SYMBOLTYPE_AUTO (-2) //Symbol automatisch erzeugen
-#define SVX_SYMBOLTYPE_BRUSHITEM (-1) //Symbol ist als Graphic im Item enthalten:
-#define SVX_SYMBOLTYPE_UNKNOWN (-100) //unbekannt/nicht initialisiert
+//defines for the symbol selection on the page
+//Positive value (0,...n) declares the index in pSymbollist, else:
+#define SVX_SYMBOLTYPE_NONE (-3) //symbol hidden
+#define SVX_SYMBOLTYPE_AUTO (-2) //symbol automatically generated
+#define SVX_SYMBOLTYPE_BRUSHITEM (-1) //symbol is contained as graphic in item:
+#define SVX_SYMBOLTYPE_UNKNOWN (-100) //unknown/not initialized
#endif // INCLUDED_SVX_TABLINE_HXX
diff --git a/include/svx/viewpt3d.hxx b/include/svx/viewpt3d.hxx
index 0239c17119f1..481705b24a91 100644
--- a/include/svx/viewpt3d.hxx
+++ b/include/svx/viewpt3d.hxx
@@ -31,7 +31,7 @@ namespace basegfx { class B3DRange; } // end of namespace basegfx
/*************************************************************************
|*
-|* enums fuer Projektion und Seitenverhaeltnis
+|* enums for projection and aspect ratio
|*
\************************************************************************/
@@ -48,31 +48,31 @@ enum AspectMapType { AS_NO_MAPPING, AS_HOLD_SIZE, AS_HOLD_X, AS_HOLD_Y };
class SVX_DLLPUBLIC Viewport3D
{
protected:
- basegfx::B3DHomMatrix aViewTf; // die eigentliche Transformationsmatrix
+ basegfx::B3DHomMatrix aViewTf; // the real transformations matrix
basegfx::B3DPoint aVRP; // View Reference Point
basegfx::B3DVector aVPN; // View Plane Normal
basegfx::B3DVector aVUV; // View Up Vector
- basegfx::B3DPoint aPRP; // Projection Reference Point(View-Koordinaten)
- // bisher wird nur die Z-Koordinate beachtet
+ basegfx::B3DPoint aPRP; // Projection Reference Point(View-coordinates)
+ // up to now only the z-coordinate is considered
double fVPD; // View Plane Distance
- double fNearClipDist; // Abstand der vorderen Clippingebene
- double fFarClipDist; // Abstand der hinteren Clippingebene
+ double fNearClipDist; // distance of the near Clipping level
+ double fFarClipDist; // distance of the far Clipping level
- ProjectionType eProjection; // Art der Projektion
- AspectMapType eAspectMapping; // Flag fuer Seitenverhaeltnis-Anpassung
- // bei Ausgabe auf das Geraet
- Rectangle aDeviceRect; // Position und Groesse des Ausgabebereichs
+ ProjectionType eProjection; // kind of the projection
+ AspectMapType eAspectMapping; // flag for the acclimatization of the aspect ratio
+ // for display on the device
+ Rectangle aDeviceRect; // position and size of the output area
struct
{
- double X, Y, W, H; // Position und Groesse des View-Windows
- } aViewWin; // in View-Koordinaten
+ double X, Y, W, H; // position and size of the view window
+ } aViewWin; // in view coordinates
- basegfx::B3DPoint aViewPoint; // Beobachterstandpunkt in Weltkoordinaten;
- // wird mit der Transformation berechnet
- bool bTfValid; // Flag, ob Transformation gueltig ist
+ basegfx::B3DPoint aViewPoint; //observers position in world coordinates;
+ // is calculated by the transformation
+ bool bTfValid; // flag, if transformation is valid
- double fWRatio; // Device/View-Seitenverhaeltnisse
+ double fWRatio; // device/view aspect ratio
double fHRatio;
void MakeTransform(void);
@@ -107,7 +107,7 @@ class SVX_DLLPUBLIC Viewport3D
void SetDeviceWindow(const Rectangle& rRect);
const Rectangle& GetDeviceWindow() const { return aDeviceRect; }
- // Beobachterstandpunkt in Weltkoordinaten zurueckgeben
+ // returns observers position in world coordinates
const basegfx::B3DPoint& GetViewPoint();
};
diff --git a/include/svx/xflbmsxy.hxx b/include/svx/xflbmsxy.hxx
index dfdf5f488213..a682e22c72b1 100644
--- a/include/svx/xflbmsxy.hxx
+++ b/include/svx/xflbmsxy.hxx
@@ -37,10 +37,8 @@ public:
SfxMapUnit eCoreMetric,
SfxMapUnit ePresMetric,
OUString &rText, const IntlWrapper * = 0 ) const SAL_OVERRIDE;
-
- // Dieses Item nimmt sowohl metrische als auch
- // Prozentwerte ( sind negativ ) auf; das muessen
- // wir hier beruecksichtigen
+ // This item records both metrical and percentage quotation (negative);
+ // We have to consider that.
SVX_DLLPRIVATE virtual bool HasMetrics() const SAL_OVERRIDE;
};
@@ -58,10 +56,8 @@ public:
SfxMapUnit eCoreMetric,
SfxMapUnit ePresMetric,
OUString &rText, const IntlWrapper * = 0 ) const SAL_OVERRIDE;
-
- // Dieses Item nimmt sowohl metrische als auch
- // Prozentwerte ( sind negativ ) auf; das muessen
- // wir hier beruecksichtigen
+ // This item records both metrical and percentage quotation (negative);
+ // We have to consider that.
SVX_DLLPRIVATE virtual bool HasMetrics() const SAL_OVERRIDE;
};