summaryrefslogtreecommitdiff
path: root/include/svx/svdograf.hxx
diff options
context:
space:
mode:
authorPhilipp Weissenbacher <p.weissenbacher@gmail.com>2015-08-06 23:13:27 +0200
committerNorbert Thiebaud <nthiebaud@gmail.com>2015-08-16 03:20:12 +0000
commitc0a7b924d020afdcfd61a8fd116b4dd2fbdab778 (patch)
treeee8a1c631929c607e533921d412a976f18ddfa5c /include/svx/svdograf.hxx
parentcd3ca5b24eeebd5ab8e3b98c8e1b5edfd9127042 (diff)
tdf#39468 Translate German comments - include/svx
Also fix some whitespace and Doxygen comments Change-Id: I0a3440cdff2b1b74b2aa4572fc5c92c1525bfd61 Reviewed-on: https://gerrit.libreoffice.org/17549 Reviewed-by: Phillip Sz <phillip.szelat@gmail.com> Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Norbert Thiebaud <nthiebaud@gmail.com>
Diffstat (limited to 'include/svx/svdograf.hxx')
-rw-r--r--include/svx/svdograf.hxx20
1 files changed, 11 insertions, 9 deletions
diff --git a/include/svx/svdograf.hxx b/include/svx/svdograf.hxx
index 1029b55f5d0f..31a9965ac921 100644
--- a/include/svx/svdograf.hxx
+++ b/include/svx/svdograf.hxx
@@ -39,7 +39,9 @@ namespace sdr
} // end of namespace contact
} // end of namespace sdr
-/* options for GetTransformedGraphic() */
+/**
+ * Options for GetTransformedGraphic()
+ */
enum class SdrGrafObjTransformsAttrs
{
NONE = 0x00,
@@ -85,19 +87,19 @@ private:
virtual sdr::contact::ViewContact* CreateObjectSpecificViewContact() SAL_OVERRIDE;
virtual sdr::properties::BaseProperties* CreateObjectSpecificProperties() SAL_OVERRIDE;
- void ImpSetAttrToGrafInfo(); // Werte vom Pool kopieren
- GraphicAttr aGrafInfo;
+ void ImpSetAttrToGrafInfo(); // Copy values from the pool
+ GraphicAttr aGrafInfo;
- OUString aFileName; // Wenn es sich um einen Link handelt, steht hier der Dateiname drin.
+ OUString aFileName; // If it's a Link, the filename can be found in here
OUString aReferer;
OUString aFilterName;
- GraphicObject* pGraphic; // Zur Beschleunigung von Bitmapausgaben, besonders von gedrehten.
- GraphicObject* mpReplacementGraphic;
- SdrGraphicLink* pGraphicLink; // Und hier noch ein Pointer fuer gelinkte Grafiken
- bool bMirrored:1; // True bedeutet, die Grafik ist horizontal, d.h. ueber die Y-Achse gespiegelt auszugeben.
+ GraphicObject* pGraphic; // In order to speed up output of bitmaps, especially rotated ones
+ GraphicObject* mpReplacementGraphic;
+ SdrGraphicLink* pGraphicLink; // And here a pointer for linked graphics
+ bool bMirrored:1; // True: the graphic is horizontal, which means it's mirrored along the y-axis
// #111096#
- // Flag for allowing text animation. Default is sal_true.
+ // Flag for allowing text animation. Default is true.
bool mbGrafAnimationAllowed:1;
// #i25616#