|
LibreOffice Module sc (master) 1
|
#include <scitems.hxx>#include <vcl/settings.hxx>#include <comphelper/lok.hxx>#include <attrib.hxx>#include <gridwin.hxx>#include <tabvwsh.hxx>#include <docsh.hxx>#include <viewdata.hxx>#include <pivot.hxx>#include <uiitems.hxx>#include <scresid.hxx>#include <globstr.hrc>#include <strings.hrc>#include <pagedata.hxx>#include <dpobject.hxx>#include <dpsave.hxx>#include <dpshttab.hxx>#include <dbdocfun.hxx>#include <checklistmenu.hxx>#include <dpcontrol.hxx>#include <userlist.hxx>#include <scabstdlg.hxx>#include <com/sun/star/sheet/DataPilotFieldOrientation.hpp>#include <com/sun/star/sheet/DataPilotTableHeaderData.hpp>#include <unordered_map>#include <memory>#include <vector>Go to the source code of this file.
Functions | |
| bool | lcl_FillDPFieldPopupData (tools::Long nDimIndex, ScDPObject *pDPObj, DPFieldPopupData &rDPData, bool &bDimOrientNotPage) |
| bool lcl_FillDPFieldPopupData | ( | tools::Long | nDimIndex, |
| ScDPObject * | pDPObj, | ||
| DPFieldPopupData & | rDPData, | ||
| bool & | bDimOrientNotPage | ||
| ) |
Definition at line 557 of file gridwin2.cxx.
References ScDPObject::BuildAllDimensionMembers(), ScDPObject::FillLabelData(), ScDPObject::GetDimName(), ScDPSaveData::GetExistingDimensionByName(), ScDPSaveDimension::GetOrientation(), ScDPObject::GetSaveData(), and ScDPObject::GetSource().
Referenced by ScGridWindow::DPLaunchFieldPopupMenu(), ScGridWindow::DPLaunchMultiFieldPopupMenu(), and ScGridWindow::UpdateDPPopupMenuForFieldChange().