diff options
author | Philipp Weissenbacher <p.weissenbacher@gmail.com> | 2012-03-27 21:53:19 +0200 |
---|---|---|
committer | Philipp Weissenbacher <p.weissenbacher@gmail.com> | 2012-03-27 21:53:31 +0200 |
commit | dfdd09fa867cfddb6c09a85028e73287b3e5c9b2 (patch) | |
tree | cc9cd30ae3e602d0dab3514fa5f3a9591a056c99 /cui | |
parent | a84e97e58fe0915376801f98e1c0d24470f1e1d3 (diff) |
Translate German comments
Diffstat (limited to 'cui')
-rw-r--r-- | cui/source/tabpages/bbdlg.cxx | 3 | ||||
-rw-r--r-- | cui/source/tabpages/tabline.cxx | 18 | ||||
-rw-r--r-- | cui/source/tabpages/tabstpge.cxx | 63 |
3 files changed, 39 insertions, 45 deletions
diff --git a/cui/source/tabpages/bbdlg.cxx b/cui/source/tabpages/bbdlg.cxx index 3133b2fb7638..1320f7dcc321 100644 --- a/cui/source/tabpages/bbdlg.cxx +++ b/cui/source/tabpages/bbdlg.cxx @@ -61,8 +61,7 @@ SvxBorderBackgroundDlg::~SvxBorderBackgroundDlg() void SvxBorderBackgroundDlg::PageCreated( sal_uInt16 nPageId, SfxTabPage& rTabPage ) { - // Umschalten zwischen Farbe/Grafik ermoeglichen: - + // Make it possible to switch between color/graphic: if ( bEnableBackgroundSelector && (RID_SVXPAGE_BACKGROUND == nPageId) ) ((SvxBackgroundTabPage&)rTabPage).ShowSelector( ); } diff --git a/cui/source/tabpages/tabline.cxx b/cui/source/tabpages/tabline.cxx index 5a978ff1ff13..286cb33ae2e2 100644 --- a/cui/source/tabpages/tabline.cxx +++ b/cui/source/tabpages/tabline.cxx @@ -68,8 +68,7 @@ SvxLineTabDialog::SvxLineTabDialog nLineEndListState( CT_NONE ), nDashListState( CT_NONE ), mnColorListState( CT_NONE ), - nPageType( 0 ), // wird hier in erster Linie benutzt, um mit FillItemSet - // die richtigen Attribute zu erhalten ( noch Fragen? ) + nPageType( 0 ), // We use it here primarily to get the right attributes with FillItemSet nDlgType( 0 ), nPosDashLb( 0 ), nPosLineEndLb( 0 ), @@ -145,7 +144,7 @@ void SvxLineTabDialog::SavePalettes() pLineEndList = pDrawModel->GetLineEndList(); } - // Speichern der Tabellen, wenn sie geaendert wurden. + // Save the tables when they have been changed const String aPath( SvtPathOptions().GetPalettePath() ); @@ -154,7 +153,7 @@ void SvxLineTabDialog::SavePalettes() pDashList->SetPath( aPath ); pDashList->Save(); - // ToolBoxControls werden benachrichtigt: + // Notify ToolBoxControls if ( pShell ) pShell->PutItem( SvxDashListItem( pDashList, SID_DASH_LIST ) ); } @@ -164,7 +163,7 @@ void SvxLineTabDialog::SavePalettes() pLineEndList->SetPath( aPath ); pLineEndList->Save(); - // ToolBoxControls werden benachrichtigt: + // Notify ToolBoxControls if ( pShell ) pShell->PutItem( SvxLineEndListItem( pLineEndList, SID_LINEEND_LIST ) ); } @@ -174,7 +173,7 @@ void SvxLineTabDialog::SavePalettes() pColorList->SetPath( aPath ); pColorList->Save(); - // ToolBoxControls werden benachrichtigt: + // Notify ToolBoxControls if ( pShell ) pShell->PutItem( SvxColorListItem( pColorList, SID_COLOR_TABLE ) ); } @@ -186,9 +185,8 @@ short SvxLineTabDialog::Ok() { SavePalettes(); - // Es wird RET_OK zurueckgeliefert, wenn wenigstens eine - // TabPage in FillItemSet() sal_True zurueckliefert. Dieses - // geschieht z.Z. standardmaessig. + // We return RET_OK if at least one TabPage in FillItemSet() returns sal_True. + // We do this by default at the moment. return( SfxTabDialog::Ok() ); } @@ -222,7 +220,7 @@ void SvxLineTabDialog::PageCreated( sal_uInt16 nId, SfxTabPage &rPage ) ( (SvxLineTabPage&) rPage ).SetObjSelected( bObjSelected ); ( (SvxLineTabPage&) rPage ).Construct(); ( (SvxLineTabPage&) rPage ).SetColorChgd( &mnColorListState ); - // ActivatePage() wird das erste mal nicht gerufen + // ActivatePage() is not called the first time ( (SvxLineTabPage&) rPage ).ActivatePage( rOutAttrs ); break; diff --git a/cui/source/tabpages/tabstpge.cxx b/cui/source/tabpages/tabstpge.cxx index 517ff45e1efd..3295496c2314 100644 --- a/cui/source/tabpages/tabstpge.cxx +++ b/cui/source/tabpages/tabstpge.cxx @@ -72,7 +72,7 @@ static sal_uInt16 pRanges[] = 0 }; -// C-Funktion ------------------------------------------------------------ +// C function ------------------------------------------------------------ void FillUpWithDefTabs_Impl( long nDefDist, SvxTabStopItem& rTabs ) { @@ -88,7 +88,7 @@ void FillUpWithDefTabs_Impl( long nDefDist, SvxTabStopItem& rTabs ) void TabWin_Impl::Paint( const Rectangle& ) { - // Tabulatoren malen + // Paint tabulators Point aPnt; Size aSize = GetOutputSizePixel(); aPnt.X() = aSize.Width() / 2; @@ -143,15 +143,15 @@ SvxTabulatorTabPage::SvxTabulatorTabPage( Window* pParent, } aFillChar.SetAccessibleName(String(CUI_RES( ST_FILLCHAR_OTHER ))); - // diese Page braucht ExchangeSupport + // This page needs ExchangeSupport SetExchangeSupport(); - // Metrik einstellen + // Set metric FieldUnit eFUnit = GetModuleFieldUnit( rAttr ); SetFieldUnit( aTabBox, eFUnit ); - // initialize buttons + // Initialize buttons aNewBtn.SetClickHdl( LINK( this,SvxTabulatorTabPage, NewHdl_Impl ) ); aDelBtn.SetClickHdl( LINK( this,SvxTabulatorTabPage, DelHdl_Impl ) ); aDelAllBtn.SetClickHdl( LINK( this,SvxTabulatorTabPage, DelAllHdl_Impl ) ); @@ -196,7 +196,7 @@ SvxTabulatorTabPage::SvxTabulatorTabPage( Window* pParent, aFillChar.SetAccessibleRelationLabeledBy(&aFillSpecial); - // das Default-Dezimalzeichen vom System holen + // Get the default decimal char from the system LocaleDataWrapper aLocaleWrapper( ::comphelper::getProcessServiceFactory(), Application::GetSettings().GetLocale() ); aAktTab.GetDecimal() = aLocaleWrapper.getNumDecimalSep().GetChar(0); FreeResource(); @@ -225,11 +225,11 @@ sal_Bool SvxTabulatorTabPage::FillItemSet( SfxItemSet& rSet ) { sal_Bool bModified = sal_False; - // Hier die Werte aus den Controls eintueten + // Put the controls' values in here if ( aNewBtn.IsEnabled() ) NewHdl_Impl( 0 ); - // call at first the LoseFocus-Handler + // Call the LoseFocus-Handler first GetDezCharHdl_Impl( &aDezChar ); GetFillCharHdl_Impl( &aFillChar ); @@ -240,10 +240,10 @@ sal_Bool SvxTabulatorTabPage::FillItemSet( SfxItemSet& rSet ) if ( MAP_100TH_MM != eUnit ) { - // Wenn sich im ItemSet ein LRSpaceItem mit negativen Erstzeileneinzug - // befindet, muss im TabStopItem auf der Position 0 ein DefTab sein. + // If the ItemSet contains a LRSpaceItem with negative first line indent, + // the TabStopItem needs to have a DefTab at position 0. const SfxPoolItem* pLRSpace; - // wenn nicht im neuen Set, dann vielleicht im alten + // If not in the new set, then maybe in the old one if ( SFX_ITEM_SET != rSet.GetItemState( GetWhich( SID_ATTR_LRSPACE ), sal_True, &pLRSpace ) ) pLRSpace = GetOldItem( rSet, SID_ATTR_LRSPACE ); @@ -294,7 +294,7 @@ void SvxTabulatorTabPage::Reset( const SfxItemSet& rSet ) SfxItemPool* pPool = rSet.GetPool(); MapUnit eUnit = (MapUnit)pPool->GetMetric( GetWhich( SID_ATTR_TABSTOP ) ); - // Aktuelle Tabs + // Current tabs const SfxPoolItem* pItem = GetItem( rSet, SID_ATTR_TABSTOP ); if ( pItem ) @@ -318,7 +318,7 @@ void SvxTabulatorTabPage::Reset( const SfxItemSet& rSet ) else aNewTabs.Remove( 0, aNewTabs.Count() ); - // Default-Tab - Abstand + // Defaul tab distance nDefDist = SVX_TAB_DEFDIST; pItem = GetItem( rSet, SID_ATTR_TABSTOP_DEFAULTS ); @@ -326,7 +326,7 @@ void SvxTabulatorTabPage::Reset( const SfxItemSet& rSet ) nDefDist = LogicToLogic( (long)((const SfxUInt16Item*)pItem)->GetValue(), eUnit, MAP_100TH_MM ); - // Aktuell selektierte Tab-Pos + // Tab pos currently selected sal_uInt16 nTabPos = 0; pItem = GetItem( rSet, SID_ATTR_TABSTOP_POS ); @@ -406,7 +406,7 @@ void SvxTabulatorTabPage::InitTabPos_Impl( sal_uInt16 nTabPos ) nOffset = OutputDevice::LogicToLogic( nOffset, eUnit, MAP_100TH_MM ); } - // Aktuelle TabPos korrigieren und Defaults-Tabs + // Correct current TabPos and default tabs for ( sal_uInt16 i = 0; i < aNewTabs.Count(); i++ ) { if ( aNewTabs[i].GetAdjustment() != SVX_TAB_ADJUST_DEFAULT ) @@ -418,13 +418,13 @@ void SvxTabulatorTabPage::InitTabPos_Impl( sal_uInt16 nTabPos ) aNewTabs.Remove( i-- ); } - // aktuellen Tabulator auswaehlen + // Select current tabulator const sal_uInt16 nSize = aNewTabs.Count(); if ( nTabPos >= nSize ) nTabPos = 0; - // alle RadioButtons erstmal ausschalten + // Switch off all RadioButtons for a start aLeftTab.Check( sal_True ); aNoFillChar.Check( sal_True ); @@ -438,7 +438,7 @@ void SvxTabulatorTabPage::InitTabPos_Impl( sal_uInt16 nTabPos ) aDelBtn.Enable(); } else - { // kein Eintrag dann ist 0 der Default-Wert + { // If no entry, 0 is the default value aTabBox.SetValue( 0, eDefUnit ); aNewBtn.Enable(); @@ -497,12 +497,11 @@ void SvxTabulatorTabPage::SetFillAndTabType_Impl() IMPL_LINK( SvxTabulatorTabPage, NewHdl_Impl, Button *, pBtn ) { - // Einen neuen Hinzufuegen und Selectieren - // Wert aus der Anzeige holen + // Add a new one and select it + // Get the value from the display long nVal = static_cast<long>(aTabBox.Denormalize( aTabBox.GetValue( eDefUnit ) )); - // Wenn der pBtn == 0 && der Value == 0 dann keinen Tab Erzeugen - // weil ueber OK erzeugt + // If the pBtn == 0 && the value == 0 then do not create a tab, because we create via OK if ( nVal == 0 && pBtn == 0 ) return 0; @@ -526,7 +525,7 @@ IMPL_LINK( SvxTabulatorTabPage, NewHdl_Impl, Button *, pBtn ) break; } - // ListBox-Eintrag vornehmen + // Make ListBox entry aTabBox.InsertValue( aTabBox.Normalize( nVal ), eDefUnit, i ); aAktTab.GetTabPos() = nReal; SvxTabAdjust eAdj = SVX_TAB_ADJUST_LEFT; @@ -545,10 +544,9 @@ IMPL_LINK( SvxTabulatorTabPage, NewHdl_Impl, Button *, pBtn ) aDelBtn.Enable(); aTabBox.GrabFocus(); - // falls kein RadioButton geclickt wurde, - // muss trotzdem geputtet werden + // If no RadioButton was clicked, we need to put anyway bCheck |= sal_True; - // set the selection into the position Edit + // Set the selection into the position Edit aTabBox.SetSelection(Selection(0, aTabBox.GetText().Len())); return 0; } @@ -568,22 +566,22 @@ IMPL_LINK_NOARG(SvxTabulatorTabPage, DelHdl_Impl) return 0; } - // Tab loeschen + // Delete Tab aTabBox.RemoveEntry( nPos ); aNewTabs.Remove( nPos ); - // aAktTab neu setzen + // Reset aAktTab const sal_uInt16 nSize = aNewTabs.Count(); if ( nSize > 0 ) { - // Pos korrigieren + // Correct Pos nPos = ( ( nSize - 1 ) >= nPos) ? nPos : nPos - 1; aTabBox.SetValue( aTabBox.GetValue( nPos ) ); aAktTab = aNewTabs[nPos]; } - // Falls keine Tabs Enable Disable Controls + // If no Tabs Enable Disable Controls if ( aTabBox.GetEntryCount() == 0 ) { aDelBtn.Disable(); @@ -591,8 +589,7 @@ IMPL_LINK_NOARG(SvxTabulatorTabPage, DelHdl_Impl) aTabBox.GrabFocus(); } - // falls kein RadioButton geclickt wurde, - // muss trotzdem geputtet werden + // If no RadioButton was clicked, we need to put anyway bCheck |= sal_True; return 0; } @@ -606,7 +603,7 @@ IMPL_LINK_NOARG(SvxTabulatorTabPage, DelAllHdl_Impl) aNewTabs = SvxTabStopItem( 0 ); InitTabPos_Impl(); - // damit in FillItemSet() geputtet wird + // So that we put in FillItemSet() bCheck |= sal_True; } return 0; |