diff options
author | Thomas Arnhold <thomas@arnhold.org> | 2013-02-23 13:28:49 +0100 |
---|---|---|
committer | Thomas Arnhold <thomas@arnhold.org> | 2013-02-23 13:30:07 +0100 |
commit | 4b712afcabec26e3165d3c7022c8696f28f5bf58 (patch) | |
tree | 66c1fea9f1524dfa9ada86fdeb3eed63a2b2e5fd /sc | |
parent | d0fc2174a731f75799e6fb990cff7b76835361fa (diff) |
Translate German comments
Change-Id: I0c2e38e07c0e108268d63c1994eb3a0a0646cdf5
Diffstat (limited to 'sc')
-rw-r--r-- | sc/source/ui/view/formatsh.cxx | 16 | ||||
-rw-r--r-- | sc/source/ui/view/reffact.cxx | 4 | ||||
-rw-r--r-- | sc/source/ui/view/select.cxx | 70 |
3 files changed, 41 insertions, 49 deletions
diff --git a/sc/source/ui/view/formatsh.cxx b/sc/source/ui/view/formatsh.cxx index 614cd919ebc2..2b3c32e73e28 100644 --- a/sc/source/ui/view/formatsh.cxx +++ b/sc/source/ui/view/formatsh.cxx @@ -159,7 +159,7 @@ void ScFormatShell::GetStyleState( SfxItemSet& rSet ) bool bProtected = false; SCTAB nTabCount = pDoc->GetTableCount(); for (SCTAB i=0; i<nTabCount; i++) - if (pDoc->IsTabProtected(i)) // ueberhaupt eine Tabelle geschuetzt? + if (pDoc->IsTabProtected(i)) // look after protected table bProtected = true; SfxWhichIter aIter(rSet); @@ -179,7 +179,7 @@ void ScFormatShell::GetStyleState( SfxItemSet& rSet ) rSet.DisableItem( nSlotId ); break; - case SID_STYLE_FAMILY2: // Zellvorlagen + case SID_STYLE_FAMILY2: // cell style sheets { SfxStyleSheet* pStyleSheet = (SfxStyleSheet*) pTabViewShell->GetStyleSheetFromMarked(); @@ -191,7 +191,7 @@ void ScFormatShell::GetStyleState( SfxItemSet& rSet ) } break; - case SID_STYLE_FAMILY4: // Seitenvorlagen + case SID_STYLE_FAMILY4: // page style sheets { SCTAB nCurTab = GetViewData()->GetTabNo(); String aPageStyle = pDoc->GetPageStyle( nCurTab ); @@ -248,7 +248,7 @@ void ScFormatShell::GetStyleState( SfxItemSet& rSet ) void ScFormatShell::ExecuteStyle( SfxRequest& rReq ) { - // Wenn ToolBar vertikal : + // in case of vertical toolbar if ( !rReq.GetArgs() ) { pViewData->GetDispatcher().Execute( SID_STYLE_DESIGNER, SFX_CALLMODE_ASYNCHRON | SFX_CALLMODE_RECORD ); @@ -416,7 +416,7 @@ void ScFormatShell::ExecuteStyle( SfxRequest& rReq ) break; } - // Neuen Style fuer WaterCan-Mode setzen + // set new style for WaterCan-Mode if ( nSlotId == SID_STYLE_APPLY && pScMod->GetIsWaterCan() && pStyleSheet ) ((ScStyleSheetPool*)pStylePool)->SetActualStyleSheet( pStyleSheet ); @@ -460,7 +460,7 @@ void ScFormatShell::ExecuteStyle( SfxRequest& rReq ) { if ( pStyleSheet && !pScMod->GetIsWaterCan() ) { - // Anwenden der Vorlage auf das Dokument + // apply style sheet to document pTabViewShell->SetStyleSheetToMarked( (SfxStyleSheet*)pStyleSheet ); pTabViewShell->InvalidateAttribs(); rReq.Done(); @@ -471,8 +471,8 @@ void ScFormatShell::ExecuteStyle( SfxRequest& rReq ) case SID_STYLE_NEW_BY_EXAMPLE: case SID_STYLE_UPDATE_BY_EXAMPLE: { - // Vorlage erzeugen/ersetzen durch Attribute - // an der Cursor-Position: + // create/replace style sheet by attributes + // at cursor position: const ScPatternAttr* pAttrItem = NULL; diff --git a/sc/source/ui/view/reffact.cxx b/sc/source/ui/view/reffact.cxx index 72d8f20af5ff..687b5271c71b 100644 --- a/sc/source/ui/view/reffact.cxx +++ b/sc/source/ui/view/reffact.cxx @@ -101,7 +101,7 @@ namespace { ScTabViewShell * lcl_GetTabViewShell( SfxBindings *pBindings ); } //------------------------------------------------------------------------- IMPL_CHILD_CTOR( ScNameDlgWrapper, FID_DEFINE_NAME ) - // + //------------------------------------------------------------------------- // ScNameDlgWrapper //------------------------------------------------------------------------- @@ -296,7 +296,7 @@ void ScSimpleRefDlgWrapper::StartRefInput() //------------------------------------------------------------------------- -// ScAcceptChgDlgWrapper //Kommentar: sollte in die ViewShell +// ScAcceptChgDlgWrapper //FIXME: should be moved into ViewShell //------------------------------------------------------------------------- ScAcceptChgDlgWrapper::ScAcceptChgDlgWrapper( Window* pParentP, diff --git a/sc/source/ui/view/select.cxx b/sc/source/ui/view/select.cxx index 24866e1608d7..d991b12e4ded 100644 --- a/sc/source/ui/view/select.cxx +++ b/sc/source/ui/view/select.cxx @@ -45,7 +45,7 @@ static sal_Bool bDidSwitch = false; // ----------------------------------------------------------------------- // -// View (Gridwin / Tastatur) +// View (Gridwin / keyboard) // ScViewFunctionSet::ScViewFunctionSet( ScViewData* pNewViewData ) : @@ -54,7 +54,7 @@ ScViewFunctionSet::ScViewFunctionSet( ScViewData* pNewViewData ) : bAnchor( false ), bStarted( false ) { - OSL_ENSURE(pViewData, "ViewData==0 bei FunctionSet"); + OSL_ENSURE(pViewData, "ViewData==0 at FunctionSet"); } ScSplitPos ScViewFunctionSet::GetWhich() @@ -299,11 +299,11 @@ sal_Bool ScViewFunctionSet::SetCursorAtPoint( const Point& rPointPixel, sal_Bool if ( bDidSwitch ) { if ( rPointPixel == aSwitchPos ) - return false; // nicht auf falschem Fenster scrollen + return false; // don't scroll in wrong window else bDidSwitch = false; } - aSwitchPos = rPointPixel; // nur wichtig, wenn bDidSwitch + aSwitchPos = rPointPixel; // only important, if bDidSwitch // treat position 0 as -1, so scrolling is always possible // (with full screen and hidden headers, the top left border may be at 0) @@ -327,10 +327,10 @@ sal_Bool ScViewFunctionSet::SetCursorAtPoint( const Point& rPointPixel, sal_Bool SCsCOL nPosX; SCsROW nPosY; pViewData->GetPosFromPixel( aEffPos.X(), aEffPos.Y(), GetWhich(), - nPosX, nPosY, sal_True, sal_True ); // mit Repair + nPosX, nPosY, sal_True, sal_True ); // with Repair - // fuer AutoFill in der Mitte der Zelle umschalten - // dabei aber nicht das Scrolling nach rechts/unten verhindern + // for Autofill switch in the center of cell + // thereby don't prevent scrolling to bottom/right if ( pViewData->IsFillMode() || pViewData->GetFillMode() == SC_FILL_MATRIX ) { sal_Bool bLeft, bTop; @@ -348,10 +348,10 @@ sal_Bool ScViewFunctionSet::SetCursorAtPoint( const Point& rPointPixel, sal_Bool nPosY = -1; } } - // negativ ist erlaubt + // negative value is allowed } - // ueber Fixier-Grenze bewegt? + // moved out of fix limit? ScSplitPos eWhich = GetWhich(); if ( eWhich == pViewData->GetActivePart() ) @@ -454,7 +454,7 @@ sal_Bool ScViewFunctionSet::SetCursorAtCell( SCsCOL nPosX, SCsROW nPosY, sal_Boo else if (pViewData->IsFillMode() || (pViewData->GetFillMode() == SC_FILL_MATRIX && (nScFillModeMouseModifier & KEY_MOD1) )) { - // Wenn eine Matrix angefasst wurde, kann mit Ctrl auf AutoFill zurueckgeschaltet werden + // If a matrix got touched, switch back to Autofill is possible with Ctrl SCCOL nStartX, nEndX; SCROW nStartY, nEndY; // Block @@ -472,9 +472,9 @@ sal_Bool ScViewFunctionSet::SetCursorAtCell( SCsCOL nPosX, SCsROW nPosY, sal_Boo if ( nPosX+1 >= (SCsCOL) nStartX && nPosX <= (SCsCOL) nEndX && nPosY+1 >= (SCsROW) nStartY && nPosY <= (SCsROW) nEndY && - ( nPosX != nEndX || nPosY != nEndY ) ) // verkleinern ? + ( nPosX != nEndX || nPosY != nEndY ) ) // minimize? { - // Richtung (links oder oben) + // direction (left or top) long nSizeX = 0; for (SCCOL i=nPosX+1; i<=nEndX; i++) @@ -487,14 +487,14 @@ sal_Bool ScViewFunctionSet::SetCursorAtCell( SCsCOL nPosX, SCsROW nPosY, sal_Boo nDelStartX = nPosX + 1; else nDelStartY = nPosY + 1; - // 0 braucht nicht mehr getrennt abgefragt zu werden, weil nPosX/Y auch negativ wird + // there is no need to check for zero, because nPosX/Y is also negative if ( nDelStartX < nStartX ) nDelStartX = nStartX; if ( nDelStartY < nStartY ) nDelStartY = nStartY; - // Bereich setzen + // set range pViewData->SetDelMark( ScRange( nDelStartX,nDelStartY,nTab, nEndX,nEndY,nTab ) ); @@ -503,10 +503,10 @@ sal_Bool ScViewFunctionSet::SetCursorAtCell( SCsCOL nPosX, SCsROW nPosY, sal_Boo pViewData->GetView()-> PaintArea( nStartX,nDelStartY, nEndX,nEndY, SC_UPDATE_MARKS ); - nPosX = nEndX; // roten Rahmen um ganzen Bereich lassen + nPosX = nEndX; // keep red border around range nPosY = nEndY; - // Referenz wieder richtigherum, falls unten umgedreht + // reference the right way up, if it's upside down below if ( nStartX != pViewData->GetRefStartX() || nStartY != pViewData->GetRefStartY() ) { pViewData->GetView()->DoneRefMode(); @@ -553,7 +553,7 @@ sal_Bool ScViewFunctionSet::SetCursorAtCell( SCsCOL nPosX, SCsROW nPosY, sal_Boo else nSizeY += pDoc->GetRowHeight( nEndY+1, nPosY, nTab ); - if ( nSizeX > nSizeY ) // Fill immer nur in einer Richtung + if ( nSizeX > nSizeY ) // Fill only ever in one direction { nPosY = nEndY; bNegY = false; @@ -613,14 +613,14 @@ sal_Bool ScViewFunctionSet::SetCursorAtCell( SCsCOL nPosX, SCsROW nPosY, sal_Boo pView->UpdateRef( nPosX, nPosY, nTab ); } - // else neue Modi + // else new modes } - else // normales Markieren + else // regular selection { sal_Bool bHideCur = bAnchor && ( (SCCOL)nPosX != pViewData->GetCurX() || (SCROW)nPosY != pViewData->GetCurY() ); if (bHideCur) - pView->HideAllCursors(); // sonst zweimal: Block und SetCursor + pView->HideAllCursors(); // otherwise twice: Block and SetCursor if (bAnchor) { @@ -712,7 +712,7 @@ sal_Bool ScViewFunctionSet::IsSelectionAtPoint( const Point& rPointPixel ) void ScViewFunctionSet::DeselectAtPoint( const Point& /* rPointPixel */ ) { - // gibt's nicht + // doesn't exist } void ScViewFunctionSet::DeselectAll() @@ -741,7 +741,6 @@ ScViewSelectionEngine::ScViewSelectionEngine( Window* pWindow, ScTabView* pView, SelectionEngine( pWindow, pView->GetFunctionSet() ), eWhich( eSplitPos ) { - // Parameter einstellen SetSelectionMode( MULTIPLE_SELECTION ); EnableDrag( sal_True ); } @@ -750,7 +749,7 @@ ScViewSelectionEngine::ScViewSelectionEngine( Window* pWindow, ScTabView* pView, //------------------------------------------------------------------------ // -// Spalten- / Zeilenheader +// column and row headers // ScHeaderFunctionSet::ScHeaderFunctionSet( ScViewData* pNewViewData ) : @@ -760,7 +759,7 @@ ScHeaderFunctionSet::ScHeaderFunctionSet( ScViewData* pNewViewData ) : bAnchor( false ), nCursorPos( 0 ) { - OSL_ENSURE(pViewData, "ViewData==0 bei FunctionSet"); + OSL_ENSURE(pViewData, "ViewData==0 at FunctionSet"); } void ScHeaderFunctionSet::SetColumn( sal_Bool bSet ) @@ -775,7 +774,7 @@ void ScHeaderFunctionSet::SetWhich( ScSplitPos eNew ) void ScHeaderFunctionSet::BeginDrag() { - // gippsnich + // doesn't exist } void ScHeaderFunctionSet::CreateAnchor() @@ -808,9 +807,9 @@ sal_Bool ScHeaderFunctionSet::SetCursorAtPoint( const Point& rPointPixel, sal_Bo { if ( bDidSwitch ) { - // die naechste gueltige Position muss vom anderen Fenster kommen + // next valid position has to be originated from another window if ( rPointPixel == aSwitchPos ) - return false; // nicht auf falschem Fenster scrollen + return false; // don't scroll in the wrong window else bDidSwitch = false; } @@ -824,7 +823,7 @@ sal_Bool ScHeaderFunctionSet::SetCursorAtPoint( const Point& rPointPixel, sal_Bo else bScroll = ( rPointPixel.Y() < 0 || rPointPixel.Y() >= aWinSize.Height() ); - // ueber Fixier-Grenze bewegt? + // moved out of fix limit? sal_Bool bSwitched = false; if ( bColumn ) @@ -840,7 +839,7 @@ sal_Bool ScHeaderFunctionSet::SetCursorAtPoint( const Point& rPointPixel, sal_Bo } } } - else // Zeilenkoepfe + else // column headers { if ( pViewData->GetVSplitMode() == SC_SPLIT_FIX ) { @@ -857,11 +856,9 @@ sal_Bool ScHeaderFunctionSet::SetCursorAtPoint( const Point& rPointPixel, sal_Bo { aSwitchPos = rPointPixel; bDidSwitch = sal_True; - return false; // nicht mit falschen Positionen rechnen + return false; // do not crunch with wrong positions } - // - SCsCOL nPosX; SCsROW nPosY; pViewData->GetPosFromPixel( rPointPixel.X(), rPointPixel.Y(), pViewData->GetActivePart(), @@ -890,7 +887,7 @@ sal_Bool ScHeaderFunctionSet::SetCursorAtPoint( const Point& rPointPixel, sal_Bo if ( !bAnchor || !pView->IsBlockMode() ) { pView->DoneBlockMode( sal_True ); - pViewData->GetMarkData().MarkToMulti(); //! wer verstellt das ??? + pViewData->GetMarkData().MarkToMulti(); //! who changes this? pView->InitBlockMode( nPosX, nPosY, pViewData->GetTabNo(), sal_True, bColumn, !bColumn ); bAnchor = sal_True; @@ -898,7 +895,7 @@ sal_Bool ScHeaderFunctionSet::SetCursorAtPoint( const Point& rPointPixel, sal_Bo pView->MarkCursor( nPosX, nPosY, pViewData->GetTabNo(), bColumn, !bColumn ); - // SelectionChanged innerhalb von HideCursor wegen UpdateAutoFillMark + // SelectionChanged inside of HideCursor because of UpdateAutoFillMark pView->SelectionChanged(); if (bHide) @@ -936,13 +933,8 @@ void ScHeaderFunctionSet::DeselectAll() ScHeaderSelectionEngine::ScHeaderSelectionEngine( Window* pWindow, ScHeaderFunctionSet* pFuncSet ) : SelectionEngine( pWindow, pFuncSet ) { - // Parameter einstellen SetSelectionMode( MULTIPLE_SELECTION ); EnableDrag( false ); } - - - - /* vim:set shiftwidth=4 softtabstop=4 expandtab: */ |