summaryrefslogtreecommitdiff
path: root/sc/source/ui/inc/output.hxx
diff options
context:
space:
mode:
authorAlbert Thuswaldner <albert.thuswaldner@gmail.com>2012-08-17 00:55:18 +0200
committerNorbert Thiebaud <nthiebaud@gmail.com>2012-08-17 19:05:50 +0000
commit2c5dcafb8c0b335ccb4282d38fa01e767c1d48da (patch)
treeed719621e941bc422e854341a8126938de5dd25c /sc/source/ui/inc/output.hxx
parenta11f9bdf4726e3bdb98390389ed1c2ca0f946686 (diff)
Translation of comments from german in sc/source/ui/inc/
Change-Id: Ia6e490196575a06fff9a607e087aef078da64587 Reviewed-on: https://gerrit.libreoffice.org/424 Reviewed-by: Norbert Thiebaud <nthiebaud@gmail.com> Tested-by: Norbert Thiebaud <nthiebaud@gmail.com>
Diffstat (limited to 'sc/source/ui/inc/output.hxx')
-rw-r--r--sc/source/ui/inc/output.hxx49
1 files changed, 24 insertions, 25 deletions
diff --git a/sc/source/ui/inc/output.hxx b/sc/source/ui/inc/output.hxx
index 344992123973..1b8d8f5ce3c9 100644
--- a/sc/source/ui/inc/output.hxx
+++ b/sc/source/ui/inc/output.hxx
@@ -144,51 +144,50 @@ private:
OutputDevice* mpRefDevice; // printer if used for preview
OutputDevice* pFmtDevice; // reference for text formatting
ScTableInfo& mrTabInfo;
- RowInfo* pRowInfo; // Info-Block
- SCSIZE nArrCount; // belegte Zeilen im Info-Block
- ScDocument* mpDoc; // Dokument
- SCTAB nTab; // Tabelle
- long nScrX; // Ausgabe Startpos. (Pixel)
+ RowInfo* pRowInfo; // Info block
+ SCSIZE nArrCount; // occupied lines in info block
+ ScDocument* mpDoc; // Document
+ SCTAB nTab; // sheet
+ long nScrX; // Output Startpos. (Pixel)
long nScrY;
- long nScrW; // Ausgabe Groesse (Pixel)
+ long nScrW; // Output size (Pixel)
long nScrH;
long nMirrorW; // Visible output width for mirroring (default: nScrW)
- SCCOL nX1; // Start-/Endkoordinaten
- SCROW nY1; // ( incl. versteckte )
+ SCCOL nX1; // Start-/End coordinates
+ SCROW nY1; // ( incl. hidden )
SCCOL nX2;
SCROW nY2;
- SCCOL nVisX1; // Start-/Endkoordinaten
- SCROW nVisY1; // ( sichtbarer Bereich )
+ SCCOL nVisX1; // Start-/End coordinates
+ SCROW nVisY1; // ( visable range )
SCCOL nVisX2;
SCROW nVisY2;
- ScOutputType eType; // Bildschirm/Drucker ...
+ ScOutputType eType; // Screen/Printer ...
double mnPPTX; // Pixel per Twips
double mnPPTY;
-// sal_uInt16 nZoom; // Zoom-Faktor (Prozent) - fuer GetFont
Fraction aZoomX;
Fraction aZoomY;
- SdrObject* pEditObj; // beim Painten auslassen
+ SdrObject* pEditObj; // Omit when painting
- ScTabViewShell* pViewShell; // zum Connecten von sichtbaren Plug-Ins
+ ScTabViewShell* pViewShell; // for connect from visible plug-ins
// #114135#
FmFormView* pDrawView; // SdrView to paint to
- sal_Bool bEditMode; // InPlace editierte Zelle - nicht ausgeben
+ sal_Bool bEditMode; // InPlace edited cell - do not output
SCCOL nEditCol;
SCROW nEditRow;
- bool bMetaFile; // Ausgabe auf Metafile (nicht in Pixeln!)
+ bool bMetaFile; // Output to metafile (not pixels!)
bool bSingleGrid; // beim Gitter bChanged auswerten
- bool bPagebreakMode; // Seitenumbruch-Vorschau
- bool bSolidBackground; // weiss statt transparent
+ bool bPagebreakMode; // Page break preview
+ bool bSolidBackground; // white instead of transparant
bool mbUseStyleColor;
bool mbForceAutoColor;
- sal_Bool mbSyntaxMode; // Syntax-Highlighting
+ sal_Bool mbSyntaxMode; // Syntax highlighting
Color* pValueColor;
Color* pTextColor;
Color* pFormulaColor;
@@ -197,13 +196,13 @@ private:
bool mbShowNullValues;
bool mbShowFormulas;
- bool bShowSpellErrors; // Spell-Errors in EditObjekten anzeigen
+ bool bShowSpellErrors; // Show spelling errors in EditObjects
bool bMarkClipped;
bool bSnapPixel;
- bool bAnyRotated; // intern
- bool bAnyClipped; // intern
+ bool bAnyRotated; // internal
+ bool bAnyClipped; // internal
bool bTabProtected;
sal_uInt8 nTabTextDirection; // EEHorizontalTextDirection values
bool bLayoutRTL;
@@ -301,7 +300,7 @@ public:
void DrawEdit(sal_Bool bPixelToLogic);
void FindRotated();
- void DrawRotated(sal_Bool bPixelToLogic); // logisch
+ void DrawRotated(sal_Bool bPixelToLogic); // logical
void DrawClear();
@@ -310,11 +309,11 @@ public:
void PostPrintDrawingLayer(const Point& rMMOffset); // #i74768# need offset for FormLayer
void PrintDrawingLayer(const sal_uInt16 nLayer, const Point& rMMOffset);
- // nur Bildschirm:
+ // only screen:
void DrawingSingle(const sal_uInt16 nLayer);
void DrawSelectiveObjects(const sal_uInt16 nLayer);
- sal_Bool SetChangedClip(); // sal_False = nix
+ sal_Bool SetChangedClip(); // sal_False = not
PolyPolygon GetChangedArea();
void FindChanged();