Translated comments from German to English

This commit is contained in:
Christina Rossmanith 2011-01-25 22:04:52 +01:00
parent 999c69dd67
commit a3913a2027
2 changed files with 6 additions and 8 deletions

View file

@ -82,7 +82,7 @@ public:
static const SfxPoolItem& GetItem( USHORT nWhich, const SfxItemSet& rItemSet, const SfxItemSet* pCondSet );
const SfxPoolItem& GetItem( USHORT nWhich, const SfxItemSet* pCondSet ) const;
// pWhich sind keine Ranges, sondern einzelne IDs, 0-terminiert
// pWhich are no ranges, but single IDs, 0-terminated
BOOL HasItemsSet( const USHORT* pWhich ) const;
void ClearItems( const USHORT* pWhich );

View file

@ -26,8 +26,8 @@
*
************************************************************************/
/*
WICHTIG:
Folgende Reihenfolge beim Aufbau der Pivot-Tabelle unbedingt einzuhalten:
IMPORTANT:
Strictly adhere to the following sequence when creating a pivot table:
pPivot->SetColFields(aColArr, aColCount)
pPivot->SetRowFields(aRowArr, aRowCount)
@ -38,9 +38,7 @@
pPivotReleaseData();
}
ausserdem ist sicherzustellen, dass entweder das ColArr oder das RowArr
einen PivotDataField Eintrag enthalten
Make sure that either ColArr or RowArr contains a PivotDataField entry.
*/
@ -93,8 +91,8 @@ struct PivotField
// implementation still in global2.cxx
struct ScPivotParam
{
SCCOL nCol; // Cursor Position /
SCROW nRow; // bzw. Anfang des Zielbereiches
SCCOL nCol; // cursor position /
SCROW nRow; // or start of destination area
SCTAB nTab;
::std::vector<ScDPLabelDataRef> maLabelArray;
::std::vector<PivotField> maPageFields;