diff options
Diffstat (limited to 'sc/source/ui')
-rw-r--r-- | sc/source/ui/dbgui/pivot.src | 120 | ||||
-rw-r--r-- | sc/source/ui/dbgui/pvlaydlg.cxx | 6 | ||||
-rw-r--r-- | sc/source/ui/src/globstr.src | 36 | ||||
-rw-r--r-- | sc/source/ui/src/popup.src | 4 | ||||
-rw-r--r-- | sc/source/ui/src/scfuncs.src | 8 | ||||
-rw-r--r-- | sc/source/ui/src/scstring.src | 8 | ||||
-rw-r--r-- | sc/source/ui/view/gridwin2.cxx | 2 |
7 files changed, 106 insertions, 78 deletions
diff --git a/sc/source/ui/dbgui/pivot.src b/sc/source/ui/dbgui/pivot.src index afb866009db9..52b1a9d584cd 100644 --- a/sc/source/ui/dbgui/pivot.src +++ b/sc/source/ui/dbgui/pivot.src @@ -31,12 +31,12 @@ ModelessDialog RID_SCDLG_PIVOT_LAYOUT { OutputSize = TRUE ; HelpId = CMD_SID_OPENDLG_PIVOTTABLE ; - Size = MAP_APPFONT ( 336 , 190 ) ; + Size = MAP_APPFONT ( 348 , 186 ) ; Hide = TRUE ; SVLook = TRUE ; Moveable = TRUE ; Closeable = FALSE ; - Text [ en-US ] = "DataPilot" ; + Text [ en-US ] = "Pivot Table" ; FixedText FT_PAGE { @@ -44,10 +44,17 @@ ModelessDialog RID_SCDLG_PIVOT_LAYOUT Size = MAP_APPFONT ( 37 , 8 ) ; Text[ en-US ] = "Page Fields" ; }; + ScrollBar SCROLL_PAGE + { + Pos = MAP_APPFONT ( 198 , 14 ) ; + Size = MAP_APPFONT ( 8 , 24 ) ; + HScroll = FALSE ; + TabStop = FALSE ; + }; Control WND_PAGE { - Pos = MAP_APPFONT ( 6 , 14 ) ; - Size = MAP_APPFONT ( 182 , 24 ) ; + Pos = MAP_APPFONT ( 18 , 14 ) ; + Size = MAP_APPFONT ( 180 , 24 ) ; TabStop = TRUE ; }; FixedText FT_COL @@ -56,9 +63,16 @@ ModelessDialog RID_SCDLG_PIVOT_LAYOUT Size = MAP_APPFONT ( 37 , 8 ) ; Text [ en-US ] = "Column Fields" ; }; + ScrollBar SCROLL_COL + { + Pos = MAP_APPFONT ( 198 , 42 ) ; + Size = MAP_APPFONT ( 8 , 24 ) ; + HScroll = FALSE ; + TabStop = FALSE ; + }; Control WND_COL { - Pos = MAP_APPFONT ( 44 , 40 ) ; + Pos = MAP_APPFONT ( 54 , 42 ) ; Size = MAP_APPFONT ( 144 , 24 ) ; TabStop = TRUE ; }; @@ -68,9 +82,16 @@ ModelessDialog RID_SCDLG_PIVOT_LAYOUT Size = MAP_APPFONT ( 37 , 8 ) ; Text [ en-US ] = "Row\nFields" ; }; + ScrollBar SCROLL_ROW + { + Pos = MAP_APPFONT ( 42 , 70 ) ; + Size = MAP_APPFONT ( 8 , 96 ) ; + HScroll = FALSE ; + TabStop = FALSE ; + }; Control WND_ROW { - Pos = MAP_APPFONT ( 6 , 66 ) ; + Pos = MAP_APPFONT ( 6 , 70 ) ; Size = MAP_APPFONT ( 36 , 96 ) ; TabStop = TRUE ; }; @@ -80,16 +101,23 @@ ModelessDialog RID_SCDLG_PIVOT_LAYOUT Size = MAP_APPFONT ( 37 , 8 ) ; Text [ en-US ] = "Data Fields" ; }; + ScrollBar SCROLL_DATA + { + Pos = MAP_APPFONT ( 198 , 70 ) ; + Size = MAP_APPFONT ( 8 , 96 ) ; + HScroll = FALSE ; + TabStop = FALSE ; + }; Control WND_DATA { - Pos = MAP_APPFONT ( 44 , 66 ) ; + Pos = MAP_APPFONT ( 54 , 70 ) ; Size = MAP_APPFONT ( 144 , 96 ) ; TabStop = TRUE ; }; Control WND_SELECT { - Pos = MAP_APPFONT ( 194 , 14 ) ; - Size = MAP_APPFONT ( 70 , 126 ) ; + Pos = MAP_APPFONT ( 212 , 14 ) ; + Size = MAP_APPFONT ( 74 , 138 ) ; TabStop = TRUE ; }; String STR_SELECT @@ -98,47 +126,53 @@ ModelessDialog RID_SCDLG_PIVOT_LAYOUT }; ScrollBar WND_HSCROLL { - Pos = MAP_APPFONT ( 194 , 144 ) ; - Size = MAP_APPFONT ( 70 , 8 ) ; + Pos = MAP_APPFONT ( 212 , 154 ) ; + Size = MAP_APPFONT ( 74 , 8 ) ; HScroll = TRUE ; TabStop = FALSE ; }; FixedText FT_INFO { - Pos = MAP_APPFONT ( 6 , 168 ) ; - Size = MAP_APPFONT ( 182 , 16 ) ; + Pos = MAP_APPFONT ( 6 , 172 ) ; + Size = MAP_APPFONT ( 280 , 8 ) ; WordBreak = TRUE ; Text [ en-US ] = "Drag the fields from the right into the desired position." ; }; FixedLine FL_LAYOUT { Pos = MAP_APPFONT ( 6 , 3 ) ; - Size = MAP_APPFONT ( 268 , 8 ) ; + Size = MAP_APPFONT ( 200 , 8 ) ; Text [ en-US ] = "Layout"; }; + FixedLine FL_SELECT + { + Pos = MAP_APPFONT ( 212 , 3 ) ; + Size = MAP_APPFONT ( 74 , 8 ) ; + Text [ en-US ] = "Fields"; + }; OKButton BTN_OK { - Pos = MAP_APPFONT ( 280 , 6 ) ; + Pos = MAP_APPFONT ( 292 , 6 ) ; Size = MAP_APPFONT ( 50 , 14 ) ; TabStop = TRUE ; DefButton = TRUE ; }; CancelButton BTN_CANCEL { - Pos = MAP_APPFONT ( 280 , 23 ) ; + Pos = MAP_APPFONT ( 292 , 23 ) ; Size = MAP_APPFONT ( 50 , 14 ) ; TabStop = TRUE ; }; HelpButton BTN_HELP { - Pos = MAP_APPFONT ( 280 , 43 ) ; + Pos = MAP_APPFONT ( 292 , 43 ) ; Size = MAP_APPFONT ( 50 , 14 ) ; TabStop = TRUE ; }; PushButton BTN_REMOVE { HelpID = "sc:PushButton:RID_SCDLG_PIVOT_LAYOUT:BTN_REMOVE"; - Pos = MAP_APPFONT ( 280 , 63 ) ; + Pos = MAP_APPFONT ( 292 , 63 ) ; Size = MAP_APPFONT ( 50 , 14 ) ; TabStop = TRUE ; Text [ en-US ] = "Remove"; @@ -146,7 +180,7 @@ ModelessDialog RID_SCDLG_PIVOT_LAYOUT PushButton BTN_OPTIONS { HelpID = "sc:PushButton:RID_SCDLG_PIVOT_LAYOUT:BTN_OPTIONS"; - Pos = MAP_APPFONT ( 280 , 80 ) ; + Pos = MAP_APPFONT ( 292 , 80 ) ; Size = MAP_APPFONT ( 50 , 14 ) ; TabStop = TRUE ; Text [ en-US ] = "Options..."; @@ -154,7 +188,7 @@ ModelessDialog RID_SCDLG_PIVOT_LAYOUT MoreButton BTN_MORE { HelpID = "sc:MoreButton:RID_SCDLG_PIVOT_LAYOUT:BTN_MORE"; - Pos = MAP_APPFONT ( 280 , 170 ) ; + Pos = MAP_APPFONT ( 292 , 166 ) ; Size = MAP_APPFONT ( 50 , 14 ) ; TabStop = TRUE ; MapUnit = MAP_APPFONT ; @@ -162,15 +196,15 @@ ModelessDialog RID_SCDLG_PIVOT_LAYOUT }; FixedLine FL_OUTPUT { - Pos = MAP_APPFONT ( 6 , 190 ) ; - Size = MAP_APPFONT ( 268 , 8 ) ; + Pos = MAP_APPFONT ( 6 , 186 ) ; + Size = MAP_APPFONT ( 280 , 8 ) ; Text [ en-US ] = "Result" ; Hide = TRUE ; }; FixedText FT_INAREA { - Pos = MAP_APPFONT ( 12 , 203 ) ; + Pos = MAP_APPFONT ( 12 , 199 ) ; Size = MAP_APPFONT ( 59 , 8 ) ; Hide = TRUE ; Text [ en-US ] = "Selection from" ; @@ -179,15 +213,15 @@ ModelessDialog RID_SCDLG_PIVOT_LAYOUT { HelpID = "sc:Edit:RID_SCDLG_PIVOT_LAYOUT:ED_INAREA"; Border = TRUE ; - Pos = MAP_APPFONT ( 73 , 201 ) ; - Size = MAP_APPFONT ( 100 , 12 ) ; + Pos = MAP_APPFONT ( 73 , 197 ) ; + Size = MAP_APPFONT ( 109 , 12 ) ; TabStop = TRUE ; Hide = TRUE ; }; ImageButton RB_INAREA { HelpID = "sc:ImageButton:RID_SCDLG_PIVOT_LAYOUT:RB_INAREA"; - Pos = MAP_APPFONT ( 177 , 200 ) ; + Pos = MAP_APPFONT ( 186 , 196 ) ; Size = MAP_APPFONT ( 13 , 15 ) ; TabStop = TRUE ; Hide = TRUE ; @@ -196,7 +230,7 @@ ModelessDialog RID_SCDLG_PIVOT_LAYOUT FixedText FT_OUTAREA { - Pos = MAP_APPFONT ( 12 , 221 ) ; + Pos = MAP_APPFONT ( 12 , 217 ) ; Size = MAP_APPFONT ( 59 , 8 ) ; Hide = TRUE ; Text [ en-US ] = "Results to" ; @@ -205,7 +239,7 @@ ModelessDialog RID_SCDLG_PIVOT_LAYOUT { HelpID = "sc:ListBox:RID_SCDLG_PIVOT_LAYOUT:LB_OUTAREA"; Border = TRUE ; - Pos = MAP_APPFONT ( 73 , 219 ) ; + Pos = MAP_APPFONT ( 73 , 215 ) ; Size = MAP_APPFONT ( 75 , 90 ) ; TabStop = TRUE ; DropDown = TRUE ; @@ -215,15 +249,15 @@ ModelessDialog RID_SCDLG_PIVOT_LAYOUT { HelpID = "sc:Edit:RID_SCDLG_PIVOT_LAYOUT:ED_OUTAREA"; Border = TRUE ; - Pos = MAP_APPFONT ( 152 , 219 ) ; - Size = MAP_APPFONT ( 100 , 12 ) ; + Pos = MAP_APPFONT ( 152 , 215 ) ; + Size = MAP_APPFONT ( 109 , 12 ) ; TabStop = TRUE ; Hide = TRUE ; }; ImageButton RB_OUTAREA { HelpID = "sc:ImageButton:RID_SCDLG_PIVOT_LAYOUT:RB_OUTAREA"; - Pos = MAP_APPFONT ( 256 , 218 ) ; + Pos = MAP_APPFONT ( 265 , 214 ) ; Size = MAP_APPFONT ( 13 , 15 ) ; TabStop = TRUE ; Hide = TRUE ; @@ -232,8 +266,8 @@ ModelessDialog RID_SCDLG_PIVOT_LAYOUT CheckBox BTN_IGNEMPTYROWS { HelpID = "sc:CheckBox:RID_SCDLG_PIVOT_LAYOUT:BTN_IGNEMPTYROWS"; - Pos = MAP_APPFONT ( 12 , 237 ) ; - Size = MAP_APPFONT ( 124 , 10 ) ; + Pos = MAP_APPFONT ( 12 , 233 ) ; + Size = MAP_APPFONT ( 136 , 10 ) ; TabStop = TRUE ; Hide = TRUE ; Text [ en-US ] = "Ignore ~empty rows" ; @@ -241,8 +275,8 @@ ModelessDialog RID_SCDLG_PIVOT_LAYOUT CheckBox BTN_DETECTCAT { HelpID = "sc:CheckBox:RID_SCDLG_PIVOT_LAYOUT:BTN_DETECTCAT"; - Pos = MAP_APPFONT ( 142 , 237 ) ; - Size = MAP_APPFONT ( 124 , 10 ) ; + Pos = MAP_APPFONT ( 152 , 233 ) ; + Size = MAP_APPFONT ( 128 , 10 ) ; TabStop = TRUE ; Hide = TRUE ; Text [ en-US ] = "~Identify categories" ; @@ -250,8 +284,8 @@ ModelessDialog RID_SCDLG_PIVOT_LAYOUT CheckBox BTN_TOTALCOL { HelpID = "sc:CheckBox:RID_SCDLG_PIVOT_LAYOUT:BTN_TOTALCOL"; - Pos = MAP_APPFONT ( 12 , 251 ) ; - Size = MAP_APPFONT ( 124 , 10 ) ; + Pos = MAP_APPFONT ( 12 , 247 ) ; + Size = MAP_APPFONT ( 136 , 10 ) ; TabStop = TRUE ; Hide = TRUE ; Text [ en-US ] = "Total columns" ; @@ -259,8 +293,8 @@ ModelessDialog RID_SCDLG_PIVOT_LAYOUT CheckBox BTN_TOTALROW { HelpID = "sc:CheckBox:RID_SCDLG_PIVOT_LAYOUT:BTN_TOTALROW"; - Pos = MAP_APPFONT ( 142 , 251 ) ; - Size = MAP_APPFONT ( 124 , 10 ) ; + Pos = MAP_APPFONT ( 152 , 247 ) ; + Size = MAP_APPFONT ( 128 , 10 ) ; TabStop = TRUE ; Hide = TRUE ; Text [ en-US ] = "~Total rows" ; @@ -268,8 +302,8 @@ ModelessDialog RID_SCDLG_PIVOT_LAYOUT CheckBox BTN_FILTER { HelpID = "sc:CheckBox:RID_SCDLG_PIVOT_LAYOUT:BTN_FILTER"; - Pos = MAP_APPFONT ( 12 , 265 ) ; - Size = MAP_APPFONT ( 124 , 10 ) ; + Pos = MAP_APPFONT ( 12 , 261 ) ; + Size = MAP_APPFONT ( 136 , 10 ) ; TabStop = TRUE ; Hide = TRUE ; Text [ en-US ] = "~Add filter" ; @@ -277,8 +311,8 @@ ModelessDialog RID_SCDLG_PIVOT_LAYOUT CheckBox BTN_DRILLDOWN { HelpID = "sc:CheckBox:RID_SCDLG_PIVOT_LAYOUT:BTN_DRILLDOWN"; - Pos = MAP_APPFONT ( 142 , 265 ) ; - Size = MAP_APPFONT ( 124 , 10 ) ; + Pos = MAP_APPFONT ( 152 , 261 ) ; + Size = MAP_APPFONT ( 128 , 10 ) ; TabStop = TRUE ; Hide = TRUE ; Text [ en-US ] = "Ena~ble drill to details" ; diff --git a/sc/source/ui/dbgui/pvlaydlg.cxx b/sc/source/ui/dbgui/pvlaydlg.cxx index fee409531b70..e5ca0ab71c41 100644 --- a/sc/source/ui/dbgui/pvlaydlg.cxx +++ b/sc/source/ui/dbgui/pvlaydlg.cxx @@ -71,12 +71,6 @@ OUString lclGetNameWithoutMnemonic( const FixedText& rFixedText ) return MnemonicGenerator::EraseAllMnemonicChars( rFixedText.GetText() ); } -inline bool lclIsInside( const Window& rWindow, const Point& rDialogPos ) -{ - Rectangle aWindowRect( rWindow.GetPosPixel(), rWindow.GetSizePixel() ); - return aWindowRect.IsInside( rDialogPos ); -} - } // namespace // ============================================================================ diff --git a/sc/source/ui/src/globstr.src b/sc/source/ui/src/globstr.src index 6c15762bda6a..1725ad3327ce 100644 --- a/sc/source/ui/src/globstr.src +++ b/sc/source/ui/src/globstr.src @@ -201,15 +201,15 @@ Resource RID_GLOBSTR }; String STR_UNDO_PIVOT_NEW { - Text [ en-US ] = "Create DataPilot Table" ; + Text [ en-US ] = "Create pivot table" ; }; String STR_UNDO_PIVOT_MODIFY { - Text [ en-US ] = "Edit DataPilot Table" ; + Text [ en-US ] = "Edit pivot table" ; }; String STR_UNDO_PIVOT_DELETE { - Text [ en-US ] = "Delete DataPilot Table" ; + Text [ en-US ] = "Delete pivot table" ; }; String STR_UNDO_CONSOLIDATE { @@ -525,7 +525,7 @@ Resource RID_GLOBSTR }; String STR_PIVOT_NODATA { - Text [ en-US ] = "The DataPilot table must contain at least one entry." ; + Text [ en-US ] = "The pivot table must contain at least one entry." ; }; String STR_PIVOT_MOVENOTALLOWED { @@ -533,11 +533,11 @@ Resource RID_GLOBSTR }; String STR_PIVOT_ERROR { - Text [ en-US ] = "Error creating the Data Pilot Table." ; + Text [ en-US ] = "Error creating the pivot table." ; }; String STR_PIVOT_OVERLAP { - Text [ en-US ] = "DataPilot tables can not overlap." ; + Text [ en-US ] = "Pivot tables can not overlap." ; }; String STR_PIVOT_NOTEMPTY { @@ -549,7 +549,7 @@ Resource RID_GLOBSTR }; String STR_PIVOT_PROGRESS { - Text [ en-US ] = "Create DataPilot Table" ; + Text [ en-US ] = "Create Pivot Table" ; }; String STR_PIVOT_TOTAL { @@ -693,7 +693,7 @@ Resource RID_GLOBSTR }; String STR_PIVOT_TABLE { - Text [ en-US ] = "DataPilot" ; + Text [ en-US ] = "Pivot Table" ; }; // Text strings for captions of subtotal functions. String STR_FUN_TEXT_SUM @@ -738,7 +738,7 @@ Resource RID_GLOBSTR }; String STR_PIVOT_NOTFOUND { - Text [ en-US ] = "No DataPilot table found at this position." ; + Text [ en-US ] = "No pivot table found at this position." ; }; String STR_EMPTYDATA { @@ -1470,27 +1470,27 @@ Resource RID_GLOBSTR // Templates for data pilot tables. String STR_PIVOT_STYLE_INNER { - Text [ en-US ] = "DataPilot Value" ; + Text [ en-US ] = "Pivot Table Value" ; }; String STR_PIVOT_STYLE_RESULT { - Text [ en-US ] = "DataPilot Result" ; + Text [ en-US ] = "Pivot Table Result" ; }; String STR_PIVOT_STYLE_CATEGORY { - Text [ en-US ] = "DataPilot Category" ; + Text [ en-US ] = "Pivot Table Category" ; }; String STR_PIVOT_STYLE_TITLE { - Text [ en-US ] = "DataPilot Title" ; + Text [ en-US ] = "Pivot Table Title" ; }; String STR_PIVOT_STYLE_FIELDNAME { - Text [ en-US ] = "DataPilot Field" ; + Text [ en-US ] = "Pivot Table Field" ; }; String STR_PIVOT_STYLE_TOP { - Text [ en-US ] = "DataPilot Corner" ; + Text [ en-US ] = "Pivot Table Corner" ; }; String STR_OPERATION_FILTER { @@ -1663,7 +1663,7 @@ Resource RID_GLOBSTR String STR_ERR_DATAPILOT_INPUT { - Text[ en-US ] = "You cannot change this part of the DataPilot table."; + Text[ en-US ] = "You cannot change this part of the pivot table."; }; String STR_RECALC_MANUAL @@ -1728,7 +1728,7 @@ Resource RID_GLOBSTR }; String STR_ERR_DATAPILOTSOURCE { - Text [ en-US ] = "DataPilot source data is invalid."; + Text [ en-US ] = "Pivot table source data is invalid."; }; String STR_PIVOT_FIRSTROWEMPTYERR { @@ -1736,7 +1736,7 @@ Resource RID_GLOBSTR }; String STR_PIVOT_ONLYONEROWERR { - Text [ en-US ] = "DataPilot table needs at least two rows of data to create or refresh." ; + Text [ en-US ] = "Pivot table needs at least two rows of data to create or refresh." ; }; }; diff --git a/sc/source/ui/src/popup.src b/sc/source/ui/src/popup.src index a466823581bf..e16f60acd7fc 100644 --- a/sc/source/ui/src/popup.src +++ b/sc/source/ui/src/popup.src @@ -210,7 +210,7 @@ Menu RID_POPUP_TAB String RID_POPUP_PIVOT { - Text [ en-US ] = "DataPilot pop-up menu" ; + Text [ en-US ] = "Pivot table pop-up menu" ; }; Menu RID_POPUP_PIVOT @@ -221,7 +221,7 @@ Menu RID_POPUP_PIVOT { Identifier = SID_OPENDLG_PIVOTTABLE ; HelpId = CMD_SID_OPENDLG_PIVOTTABLE ; - Text [ en-US ] = "~Start..." ; + Text [ en-US ] = "~Edit Layout..." ; }; MenuItem { diff --git a/sc/source/ui/src/scfuncs.src b/sc/source/ui/src/scfuncs.src index 129ed62a6c15..4f99f90b8437 100644 --- a/sc/source/ui/src/scfuncs.src +++ b/sc/source/ui/src/scfuncs.src @@ -7894,7 +7894,7 @@ Resource RID_SC_FUNCTION_DESCRIPTIONS2 { String 1 // Description { - Text [ en-US ] = "Extracts value(s) from a DataPilot table."; + Text [ en-US ] = "Extracts value(s) from a pivot table."; }; ExtraData = { @@ -7910,15 +7910,15 @@ Resource RID_SC_FUNCTION_DESCRIPTIONS2 }; String 3 // Description of Parameter 1 { - Text [ en-US ] = "The name of the data pilot field to extract."; + Text [ en-US ] = "The name of the pivot table field to extract."; }; String 4 // Name of Parameter 2 { - Text [ en-US ] = "DataPilot"; + Text [ en-US ] = "Pivot Table"; }; String 5 // Description of Parameter 2 { - Text [ en-US ] = "A reference to a cell or range in the DataPilot table."; + Text [ en-US ] = "A reference to a cell or range in the pivot table."; }; String 6 // Name of Parameter 3 { diff --git a/sc/source/ui/src/scstring.src b/sc/source/ui/src/scstring.src index 9c47a42239cc..b334945fb22d 100644 --- a/sc/source/ui/src/scstring.src +++ b/sc/source/ui/src/scstring.src @@ -136,7 +136,7 @@ String SCSTR_PREVIEWSHELL String SCSTR_PIVOTSHELL { - Text [ en-US ] = "Data Pilot Tables" ; + Text [ en-US ] = "Pivot Tables" ; }; String SCSTR_AUDITSHELL @@ -705,17 +705,17 @@ String STR_ACC_EDITCELL_DESCR String STR_ACC_DATAPILOT_ROW_DESCR { - Text [ en-US ] = "Fields that you drop here will be displayed as rows in the final DataPilot table."; + Text [ en-US ] = "Fields that you drop here will be displayed as rows in the final pivot table."; }; String STR_ACC_DATAPILOT_COL_DESCR { - Text [ en-US ] = "Fields that you drop here will be displayed as columns in the final DataPilot table."; + Text [ en-US ] = "Fields that you drop here will be displayed as columns in the final pivot table."; }; String STR_ACC_DATAPILOT_DATA_DESCR { - Text [ en-US ] = "Fields that you drop here will be used for calculations in the final DataPilot table."; + Text [ en-US ] = "Fields that you drop here will be used for calculations in the final pivot table."; }; String STR_ACC_DATAPILOT_SEL_DESCR diff --git a/sc/source/ui/view/gridwin2.cxx b/sc/source/ui/view/gridwin2.cxx index 2582bd1c0435..d557e7eaed01 100644 --- a/sc/source/ui/view/gridwin2.cxx +++ b/sc/source/ui/view/gridwin2.cxx @@ -474,7 +474,7 @@ void ScGridWindow::DPLaunchFieldPopupMenu( const ScDPLabelData& rLabelData = pDPData->maDPParam.maLabelArray[pDPData->mnDim]; mpDPFieldPopup.reset(new ScDPFieldPopupWindow(this, pViewData->GetDocument())); - mpDPFieldPopup->setName(OUString::createFromAscii("DataPilot field member popup")); + mpDPFieldPopup->setName(OUString::createFromAscii("Pivot table field member popup")); mpDPFieldPopup->setExtendedData(pDPData.release()); mpDPFieldPopup->setOKAction(new DPFieldPopupOKAction(this)); { |